-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 6 pull requests #107870
Rollup of 6 pull requests #107870
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6fda3e - Browse repository at this point
Copy the full SHA a6fda3eView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7605853 - Browse repository at this point
Copy the full SHA 7605853View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7b3e39 - Browse repository at this point
Copy the full SHA f7b3e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f751d - Browse repository at this point
Copy the full SHA 18f751dView commit details -
These are in places where a `tcx` is easily obtained.
Configuration menu - View commit details
-
Copy full SHA for afbe167 - Browse repository at this point
Copy the full SHA afbe167View commit details -
There is a type `QueryCtxt`, which impls the trait `QueryContext`. Confusingly, there is another type `QueryContext`. The latter is (like `TyCtxt`) just a pointer to a `GlobalContext`. It's not used much, e.g. its `impl` block has a single method. This commit removes `QueryContext`, replacing its use with direct `GlobalCtxt` use.
Configuration menu - View commit details
-
Copy full SHA for 243944c - Browse repository at this point
Copy the full SHA 243944cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858a4aa - Browse repository at this point
Copy the full SHA 858a4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 792b846 - Browse repository at this point
Copy the full SHA 792b846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1a28b - Browse repository at this point
Copy the full SHA 6e1a28bView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c4e1f8 - Browse repository at this point
Copy the full SHA 3c4e1f8View commit details -
Rollup merge of rust-lang#107043 - Nilstrieb:true-and-false-is-false,…
… r=wesleywiser Support `true` and `false` as boolean flag params Implements [MCP 577](rust-lang/compiler-team#577).
Configuration menu - View commit details
-
Copy full SHA for 8fc9ed5 - Browse repository at this point
Copy the full SHA 8fc9ed5View commit details -
Rollup merge of rust-lang#107831 - nnethercote:query-refactoring, r=o…
…li-obk Query refactoring Just some cleanups I found when learning about the query system. Best reviewed one commit at a time. r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 11e1280 - Browse repository at this point
Copy the full SHA 11e1280View commit details -
Rollup merge of rust-lang#107841 - tharunsuresh-code:snap_curl, r=ozk…
…anonur Handled snap curl issue inside Rust
Configuration menu - View commit details
-
Copy full SHA for 8bfb97c - Browse repository at this point
Copy the full SHA 8bfb97cView commit details -
Rollup merge of rust-lang#107852 - notriddle:notriddle/rm-tab, r=Guil…
…laumeGomez rustdoc: remove unused fn parameter `tab`
Configuration menu - View commit details
-
Copy full SHA for d4d1c93 - Browse repository at this point
Copy the full SHA d4d1c93View commit details -
Rollup merge of rust-lang#107861 - cuviper:relnotes-1.67.1, r=Mark-Si…
…mulacrum Sync release notes for 1.67.1 Closes rust-lang#107859.
Configuration menu - View commit details
-
Copy full SHA for dd5e4ad - Browse repository at this point
Copy the full SHA dd5e4adView commit details -
Rollup merge of rust-lang#107863 - compiler-errors:new-solver-multipl…
…e-candidates, r=jackh726 Allow multiple candidates with same response in new solver Treat >1 candidates as *not* ambiguous if they return the same response.
Configuration menu - View commit details
-
Copy full SHA for 9300617 - Browse repository at this point
Copy the full SHA 9300617View commit details