-
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 8 pull requests #128128
Rollup of 8 pull requests #128128
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c713caf - Browse repository at this point
Copy the full SHA c713cafView commit details
Commits on Jul 15, 2024
-
Remove generic lifetime parameter of trait
Pattern
Use a GAT for `Searcher` associated type because this trait is always implemented for every lifetime anyway.
Configuration menu - View commit details
-
Copy full SHA for 772315d - Browse repository at this point
Copy the full SHA 772315dView commit details
Commits on Jul 23, 2024
-
Docs for core::primitive: mention that "core" can be shadowed, too, s…
…o we should write "::core"
Askar Safin committedJul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b2e5cce - Browse repository at this point
Copy the full SHA b2e5cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3ce60 - Browse repository at this point
Copy the full SHA 8c3ce60View commit details -
Fix return type of FileAttr methods on AIX target
At some point it seems `SystemTime::new` changed from returning `SystemTime` to `io::Result<SystemTime>`. This seems to have been addressed on other platforms, but was never changed for AIX. This was caught by running ``` python3 x.py build --host x86_64-unknown-linux-gnu --target powerpc64-ibm-aix ```
Configuration menu - View commit details
-
Copy full SHA for 1f59a80 - Browse repository at this point
Copy the full SHA 1f59a80View commit details -
ensure std step before preparing sysroot
When using download-rustc, any stage other than 0 or 1 (e.g., cargo +stage2 build/doc) will fail to find std while compiling on simple rust sources. Ensuring the rustc step fixes this issue. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 2f55ced - Browse repository at this point
Copy the full SHA 2f55cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0728c15 - Browse repository at this point
Copy the full SHA 0728c15View commit details -
library/core/src/primitive.rs: small doc fix
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8f7ed2 - Browse repository at this point
Copy the full SHA b8f7ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557210c - Browse repository at this point
Copy the full SHA 557210cView commit details
Commits on Jul 24, 2024
-
Rollup merge of rust-lang#125962 - Coekjan:const-binary-heap, r=Amanieu
Update tracking issue for `const_binary_heap_new_in` This PR updates the tracking issue of `const_binary_heap_new_in` feature: - Old issue: rust-lang#112353 - New issue: rust-lang#125961
Configuration menu - View commit details
-
Copy full SHA for 0666eee - Browse repository at this point
Copy the full SHA 0666eeeView commit details -
Rollup merge of rust-lang#126770 - wr7:master, r=Amanieu
Add elem_offset and related methods Implementation of rust-lang#126769
Configuration menu - View commit details
-
Copy full SHA for d6080a1 - Browse repository at this point
Copy the full SHA d6080a1View commit details -
Rollup merge of rust-lang#127481 - a1phyr:pattern_gat, r=Amanieu
Remove generic lifetime parameter of trait `Pattern` Use a GAT for `Searcher` associated type because this trait is always implemented for every lifetime anyway. cc rust-lang#27721
Configuration menu - View commit details
-
Copy full SHA for 6f69625 - Browse repository at this point
Copy the full SHA 6f69625View commit details -
Rollup merge of rust-lang#128043 - safinaskar:primitive, r=workingjub…
…ilee Docs for core::primitive: mention that "core" can be shadowed, too, so we should write "::core" ``@rustbot`` label +A-docs
Configuration menu - View commit details
-
Copy full SHA for e56e886 - Browse repository at this point
Copy the full SHA e56e886View commit details -
Rollup merge of rust-lang#128092 - ChrisDenton:wrappers, r=workingjub…
…ilee Remove wrapper functions from c.rs I'd like for the windows `c.rs` just to contain the basic platform definitions and not anything higher level unless absolutely necessary. So this removes some wrapper functions that weren't really necessary in any case. The functions are only used in a few places which themselves are relatively thin wrappers. The "interesting" bit is that we had an `AlertableIoFn` that abstracted over `ReadFileEx` and `WriteFileEx`. I've replaced this with a closure. Also I removed an `#[allow(unsafe_op_in_unsafe_fn)]` while I was moving things around.
Configuration menu - View commit details
-
Copy full SHA for ee77dda - Browse repository at this point
Copy the full SHA ee77ddaView commit details -
Rollup merge of rust-lang#128100 - GuillaumeGomez:run-make-path, r=Ko…
…bzol,jieyouxu Allow to pass a full path for `run-make` tests It's common (at least for me) to pass a full path to a `run-make` test (including the `rmake.rs` file) and to see that it isn't found, which is a bit frustrating. With these changes, we can now optionally pass the `rmake.rs` (or even `Makefile`) at the end of the path. cc ```@jieyouxu``` r? ```@Kobzol```
Configuration menu - View commit details
-
Copy full SHA for 20e86c9 - Browse repository at this point
Copy the full SHA 20e86c9View commit details -
Rollup merge of rust-lang#128106 - hallfox:patch-1, r=ChrisDenton
Fix return type of FileAttr methods on AIX target At some point it seems `SystemTime::new` changed from returning `SystemTime` to `io::Result<SystemTime>`. This seems to have been addressed on other platforms, but was never changed for AIX. This was caught by running ``` python3 x.py build --host x86_64-unknown-linux-gnu --target powerpc64-ibm-aix ```
Configuration menu - View commit details
-
Copy full SHA for 8884228 - Browse repository at this point
Copy the full SHA 8884228View commit details -
Rollup merge of rust-lang#128108 - onur-ozkan:ensure-std-for-precompi…
…led-rustc, r=Kobzol ensure std step before preparing sysroot When using download-rustc, any stage other than 0 or 1 (e.g., cargo +stage2 build/doc) will fail to find std while compiling on simple rust sources. Ensuring the std step fixes this issue. r? Kobzol
Configuration menu - View commit details
-
Copy full SHA for 1fe9726 - Browse repository at this point
Copy the full SHA 1fe9726View commit details