| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Move "elided lifetime in path" to subdiagnostic struct | Xiretza | -34/+41 |
| 2024-04-21 | Fix source ordering of IntoDiagArg impls | Xiretza | -30/+30 |
| 2024-04-21 | Allow nesting subdiagnostics | Xiretza | -12/+36 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -41/+41 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -12/+7 |
| 2024-04-21 | Fix watchOS and visionOS for pread64 and pwrite64 calls | Sebastian Imlay | -38/+66 |
| 2024-04-21 | Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt | bors | -3/+21 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -3/+21 |
| 2024-04-21 | Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum | bors | -8/+20 |
| 2024-04-20 | Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu | bors | -421/+912 |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -156/+157 |
| 2024-04-20 | Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -224/+178 |
| 2024-04-20 | Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-04-20 | Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -10/+26 |
| 2024-04-20 | Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-04-20 | Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -15/+385 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -4/+11 |
| 2024-04-20 | Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+89 |
| 2024-04-20 | Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -11/+15 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+48 |
| 2024-04-20 | Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm | bors | -4/+32 |
| 2024-04-20 | Don't create data object for zero sized allocations | bjorn3 | -11/+16 |
| 2024-04-20 | Rustup to rustc 1.79.0-nightly (f9b161492 2024-04-19) | bjorn3 | -1/+1 |
| 2024-04-20 | Sync from rust f9b16149208c8a8a349c32813312716f6603eb6f | bjorn3 | -24/+58 |
| 2024-04-20 | Auto merge of #124202 - lnicola:sync-from-ra, r=lnicola | bors | -3270/+6206 |
| 2024-04-20 | merge two impl blocks | Lukas Markeffsky | -2/+0 |
| 2024-04-20 | Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-ra | Laurențiu Nicola | -3270/+6206 |
| 2024-04-20 | Auto merge of #17114 - lnicola:hir-expand-in-tree, r=Veykril | bors | -4/+11 |
| 2024-04-20 | Add in-rust-tree feature to hir-expand | Laurențiu Nicola | -4/+11 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -12/+34 |
| 2024-04-20 | Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simu... | bors | -15/+46 |
| 2024-04-20 | remove `InferCtxt::clear_caches` | Lukas Markeffsky | -12/+0 |
| 2024-04-20 | include ParamEnv in projection cache key | Lukas Markeffsky | -13/+19 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -28/+37 |
| 2024-04-20 | Fix documentation of `BorrowKind::Fake` | Nadrieril | -3/+3 |
| 2024-04-20 | Test or-patterns inside deref patterns | Nadrieril | -1/+13 |
| 2024-04-20 | Use deep fake borrows for deref patterns | Nadrieril | -28/+56 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -93/+189 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -179/+206 |
| 2024-04-20 | Address closure-related review | Nadrieril | -1/+35 |
| 2024-04-20 | Allow mutable bindings inside deref patterns | Nadrieril | -15/+48 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -7/+10 |
| 2024-04-20 | Don't fake borrow inside a deref pattern | Nadrieril | -4/+14 |
| 2024-04-20 | Lower deref patterns to MIR | Nadrieril | -39/+259 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -2/+48 |
| 2024-04-20 | Auto merge of #124190 - RalfJung:pat-compare-with-fast-path, r=Nadrieril | bors | -5/+8 |
| 2024-04-20 | Move duplicated code in functions in `tests/rustdoc-gui/notable-trait.goml` | Guillaume Gomez | -119/+89 |
| 2024-04-20 | Fixup `rustc_codegen_gcc` test signature | Maybe Waffle | -4/+5 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -156/+157 |