rust
Rollup of 7 pull requests
#128719
Closed
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
30
Changes
View On
GitHub
Commits
Improve panic message and surrounding documentation for Ord violations
Voultapher
committed
1 year ago
Improve panic sections for sort*, sort_unstable* and select_nth_unstable*
Voultapher
committed
1 year ago
Apply review comments
Voultapher
committed
1 year ago
Hide internal sort module
Voultapher
committed
1 year ago
Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files
B I Mohammed Abbas
committed
1 year ago
Apply review comments to PartialOrd section
Voultapher
committed
1 year ago
Stabilize `min_exhaustive_patterns`
Nadrieril
committed
1 year ago
Update tests
Nadrieril
committed
1 year ago
Update std and compiler
Nadrieril
committed
1 year ago
Test that 0/unknown-length arrays are nonempty
Nadrieril
committed
1 year ago
Fixes in various places
Nadrieril
committed
1 year ago
Add a triagebot mention for `library/Cargo.lock`
tgross35
committed
1 year ago
implement BufReader::peek
lolbinarycat
committed
1 year ago
Windows: Test if `\\.\NUL` works as an input file
ChrisDenton
committed
1 year ago
Don't ICE if getting the input's file_stem fails
ChrisDenton
committed
1 year ago
Maintain highlighting in `note` and `help` even when they have a span
estebank
committed
1 year ago
On trait bound mismatch, detect multiple crate versions in dep tree
estebank
committed
1 year ago
Add test for mixing types from two incompatible crate versions
estebank
committed
1 year ago
Add `help` about using `cargo tree`
estebank
committed
1 year ago
fix rebase
estebank
committed
1 year ago
Change test to be only-linux and ignore-wasm32
estebank
committed
1 year ago
Check staticlib name falls back to `rust_out`
ChrisDenton
committed
1 year ago
Move test to be make instead of ui
estebank
committed
1 year ago
Rollup merge of #122792 - Nadrieril:stabilize-min-exh-pats2, r=fee1-dead
matthiaskrgr
committed
1 year ago
Rollup merge of #124944 - estebank:multiple-crate-versions, r=fee1-dead
matthiaskrgr
committed
1 year ago
Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjubilee
matthiaskrgr
committed
1 year ago
Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum
matthiaskrgr
committed
1 year ago
Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee
matthiaskrgr
committed
1 year ago
Rollup merge of #128692 - tgross35:update-triagebot, r=Mark-Simulacrum
matthiaskrgr
committed
1 year ago
Rollup merge of #128710 - ChrisDenton:null, r=jieyouxu
matthiaskrgr
committed
1 year ago
Loading