| Age | Commit message (Expand) | Author | Lines |
| 2024-04-28 | Auto merge of #3524 - RalfJung:fd-write, r=RalfJung | bors | -19/+15 |
| 2024-04-28 | file descriptors: make write take &mut self | Ralf Jung | -19/+15 |
| 2024-04-28 | Auto merge of #3521 - eduardosm:avx2-2, r=RalfJung | bors | -4/+19 |
| 2024-04-27 | Do not implement x86 SIMD abs with host integers | Eduardo Sánchez Muñoz | -4/+10 |
| 2024-04-27 | Clarify behavior of AVX2 gather when dest and offsets have different numbers ... | Eduardo Sánchez Muñoz | -0/+2 |
| 2024-04-27 | Add doc comment to `pack_generic` | Eduardo Sánchez Muñoz | -0/+7 |
| 2024-04-27 | Auto merge of #3520 - RalfJung:josh-check, r=RalfJung | bors | -0/+14 |
| 2024-04-27 | Auto merge of #3519 - hamirmahal:fix/usage-of-deprecated-version-of-nodejs, r... | bors | -2/+2 |
| 2024-04-27 | fix: usage of `deprecated` version of `Node.js` | Hamir Mahal | -2/+2 |
| 2024-04-27 | josh rustc-pull: check that no new root commits get created | Ralf Jung | -0/+14 |
| 2024-04-26 | Auto merge of #3517 - RalfJung:env-vars, r=RalfJung | bors | -530/+614 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-26 | Auto merge of #3515 - rust-lang:rustup-2024-04-26, r=oli-obk | bors | -783/+1114 |
| 2024-04-26 | Merge from rustc | The Miri Cronjob Bot | -782/+1113 |
| 2024-04-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -339/+211 |
| 2024-04-26 | Update lldb only tests | Vadim Petrochenkov | -0/+2 |
| 2024-04-26 | Auto merge of #124388 - compiler-errors:rollup-v17b8fm, r=compiler-errors | bors | -73/+34 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -6/+11 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -63/+18 |
| 2024-04-25 | Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxu | Michael Goulet | -1/+4 |
| 2024-04-25 | Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnay | Michael Goulet | -3/+1 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -6/+11 |
| 2024-04-25 | Keep the LIB env var in the compiler-builtins test | Daniel Paoliello | -1/+4 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -55/+264 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -339/+209 |
| 2024-04-25 | Rollup merge of #124380 - lcnr:std-unnecessary-params, r=Nilstrieb | Matthias Krüger | -13/+7 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -19/+22 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -23/+235 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -63/+18 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -5/+8 |
| 2024-04-25 | remove trivial bounds | lcnr | -13/+7 |
| 2024-04-25 | Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgr | bors | -28/+20 |
| 2024-04-25 | Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errors | Matthias Krüger | -21/+13 |
| 2024-04-25 | Rollup merge of #124287 - 41Leahcim:master, r=fmease | Matthias Krüger | -7/+7 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -7/+10 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -5/+60 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -4/+106 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -13/+23 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -18/+57 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -19/+22 |
| 2024-04-25 | Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obk | bors | -44/+126 |
| 2024-04-25 | Add test | Michael Goulet | -5/+51 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -37/+73 |
| 2024-04-25 | Format stash message correctly | Michael Goulet | -2/+2 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -5/+5 |
| 2024-04-25 | Auto merge of #124368 - RalfJung:miri, r=RalfJung | bors | -516/+3265 |