-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #128959
Rollup of 6 pull requests #128959
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04d9b08 - Browse repository at this point
Copy the full SHA 04d9b08View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccfd94e - Browse repository at this point
Copy the full SHA ccfd94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f76ae - Browse repository at this point
Copy the full SHA 74f76aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd8005 - Browse repository at this point
Copy the full SHA 4cd8005View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98e19e - Browse repository at this point
Copy the full SHA e98e19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f48851 - Browse repository at this point
Copy the full SHA 7f48851View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ed6fb - Browse repository at this point
Copy the full SHA a5ed6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c764bea - Browse repository at this point
Copy the full SHA c764beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c518d - Browse repository at this point
Copy the full SHA c4c518dView commit details -
Simplify hoisting of array/slice patterns
We can replace some tricky iterator-mutation code with a much simpler version that uses `while let` to shrink a slice. We also check whether a subpattern would be a wildcard _before_ hoisting it, which will be very useful when trying to get rid of `print::PatKind` later.
Configuration menu - View commit details
-
Copy full SHA for a245bfa - Browse repository at this point
Copy the full SHA a245bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582208b - Browse repository at this point
Copy the full SHA 582208bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29245ec - Browse repository at this point
Copy the full SHA 29245ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482412c - Browse repository at this point
Copy the full SHA 482412cView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae09340 - Browse repository at this point
Copy the full SHA ae09340View commit details -
core: optimise Debug impl for ascii::Char
Rather than writing character at a time, optimise Debug implementation for core::ascii::Char such that it writes the entire representation as with a single write_str call. With that, add tests for Display and Debug implementations.
Configuration menu - View commit details
-
Copy full SHA for 7d1de7f - Browse repository at this point
Copy the full SHA 7d1de7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c02e2b - Browse repository at this point
Copy the full SHA 1c02e2bView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 217ee32 - Browse repository at this point
Copy the full SHA 217ee32View commit details
Commits on Aug 11, 2024
-
Rollup merge of rust-lang#120314 - mina86:i, r=Mark-Simulacrum
core: optimise Debug impl for ascii::Char Rather than writing character at a time, optimise Debug implementation for core::ascii::Char such that it writes the entire representation with a single write_str call. With that, add tests for Display and Debug. Issue: rust-lang#110998
Configuration menu - View commit details
-
Copy full SHA for e8f6819 - Browse repository at this point
Copy the full SHA e8f6819View commit details -
Rollup merge of rust-lang#128536 - Zalathar:print-cleanup, r=Nadrieril
Preliminary cleanup of `WitnessPat` hoisting/printing Follow-up to rust-lang#128430. The eventual goal is to remove `print::Pat` entirely, but in the course of working towards that I made so many small improvements that it seems wise to let those be reviewed/merged on their own first. Best reviewed commit-by-commit, most of which should be pretty simple and straightforward. r? ``@Nadrieril``
Configuration menu - View commit details
-
Copy full SHA for 853255e - Browse repository at this point
Copy the full SHA 853255eView commit details -
Rollup merge of rust-lang#128592 - evelynharthbrooke:master, r=Mark-S…
…imulacrum Promote aarch64-apple-darwin to Tier 1 This promotes aarch64-apple-darwin to Tier 1 status as per rust-lang/rfcs#3671 and tracking issue rust-lang#73908. Not sure what else is necessary for this to impement the aforementioned RFC, however I figured I'd try. I did read in previous issues and PRs that the necessary infrastructure was already in place for the aarch64-apple-darwin target, and the RFC mentions the same. So this should be all thats necessary in order for the target to be promoted. This is a recreation of my previous PR because I accidentally did an incorrect git rebase which caused unnecessary changes to various commit SHAs. So this PR is a recreation of my previous PR without said stumble. My bad.
Configuration menu - View commit details
-
Copy full SHA for bd7075c - Browse repository at this point
Copy the full SHA bd7075cView commit details -
Rollup merge of rust-lang#128762 - fmease:use-more-slice-pats, r=comp…
…iler-errors Use more slice patterns inside the compiler Nothing super noteworthy. Just replacing the common 'fragile' pattern of "length check followed by indexing or unwrap" with slice patterns for legibility and 'robustness'. r? ghost
Configuration menu - View commit details
-
Copy full SHA for 32e0fe1 - Browse repository at this point
Copy the full SHA 32e0fe1View commit details -
Rollup merge of rust-lang#128875 - bvanjoi:cleanup-import-used, r=pet…
…rochenkov rm `import.used` By the way, `import_used_map` will only be used during `build_reduced_graph` and `finalize`, so it can be split from `Resolver` in the future. r? ``@petrochenkov``
Configuration menu - View commit details
-
Copy full SHA for eff9120 - Browse repository at this point
Copy the full SHA eff9120View commit details -
Rollup merge of rust-lang#128882 - RalfJung:local-waker-will-wake, r=…
…cuviper make LocalWaker::will_wake consistent with Waker::will_wake This mirrors rust-lang#119863 for `LocalWaker`. Looks like that got missed in the initial `LocalWaker` PR (rust-lang#118960).
Configuration menu - View commit details
-
Copy full SHA for 2c88eb9 - Browse repository at this point
Copy the full SHA 2c88eb9View commit details