| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | Format code | Laurențiu Nicola | -7/+9 |
| 2024-11-01 | Bump rustc crates | Laurențiu Nicola | -18/+17 |
| 2024-11-01 | Merge from rust-lang/rust | Laurențiu Nicola | -6503/+8765 |
| 2024-11-01 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-11-01 | Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril | bors | -58/+8 |
| 2024-11-01 | Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzol | bors | -0/+8 |
| 2024-11-01 | Auto merge of #132435 - workingjubilee:rollup-3mgogw9, r=workingjubilee | bors | -220/+364 |
| 2024-10-31 | Rollup merge of #132422 - maurer:sparc-layout, r=durin42 | Jubilee | -6/+11 |
| 2024-10-31 | Rollup merge of #132421 - beetrees:riscv-abi-no-empty-string, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-31 | Rollup merge of #132417 - madsmtm:document-darwin-macos-difference, r=jieyouxu | Jubilee | -0/+5 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -105/+155 |
| 2024-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -25/+47 |
| 2024-10-31 | Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors | Jubilee | -19/+17 |
| 2024-10-31 | Rollup merge of #132294 - tmandry:bump-fuchsia, r=lqd | Jubilee | -1/+1 |
| 2024-10-31 | Rollup merge of #132209 - compiler-errors:modifiers, r=fmease | Jubilee | -58/+119 |
| 2024-10-31 | Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco | Jubilee | -5/+8 |
| 2024-10-31 | Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser | bors | -4/+5 |
| 2024-10-31 | llvm: Match new LLVM 128-bit integer alignment on sparc | Matthew Maurer | -6/+11 |
| 2024-10-31 | Remove `""` case from RISC-V `llvm_abiname` match statement | beetrees | -1/+1 |
| 2024-10-31 | Bump Fuchsia | Tyler Mandry | -1/+1 |
| 2024-10-31 | Document the difference between Clang's `-darwin` and `-macosx` targets | Mads Marquart | -0/+5 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -43/+192 |
| 2024-10-31 | Merge pull request #18453 from ChayimFriedman2/leading-or | Lukas Wirth | -16/+73 |
| 2024-10-31 | normalization folders, yeet `ParamEnv::reveal` | lcnr | -24/+31 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -60/+100 |
| 2024-10-31 | Parse patterns with leading pipe properly in all places | Chayim Refael Friedman | -16/+73 |
| 2024-10-31 | Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgr | bors | -96/+283 |
| 2024-10-31 | Merge pull request #18447 from ChayimFriedman2/cleanup-tylowerctx | Lukas Wirth | -224/+201 |
| 2024-10-31 | Remove support for compressed dylib metadata from rust-analyzer | bjorn3 | -23/+4 |
| 2024-10-31 | Remove support for decompressing dylib metadata | bjorn3 | -35/+4 |
| 2024-10-31 | clippy: we've got a `LateContext` use it for `TypingMode` | lcnr | -1/+1 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -27/+27 |
| 2024-10-31 | Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-... | Matthias Krüger | -2/+2 |
| 2024-10-31 | Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxu | Matthias Krüger | -2/+12 |
| 2024-10-31 | Rollup merge of #132354 - koute:master, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-10-31 | Rollup merge of #132316 - MarcoIeni:ci-free-runners-windows, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-10-31 | Rollup merge of #130693 - jieyouxu:minicore, r=bjorn3 | Matthias Krüger | -87/+262 |
| 2024-10-31 | traits::project: yeet `ParamEnv::reveal` | lcnr | -13/+16 |
| 2024-10-31 | CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux | MarcoIeni | -2/+2 |
| 2024-10-31 | coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable | Zalathar | -2/+12 |
| 2024-10-31 | tests: use minicore in `tests/ui/abi/compatibility.rs` as an example | 许杰友 Jieyou Xu (Joe) | -74/+28 |
| 2024-10-31 | tests/ui: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/codegen: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/assembly: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-31 | compiletest: stamp `minicore.rs` to rerun tests on changes | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-31 | compiletest: conditionally build and provide `minicore` as extern prelude whe... | 许杰友 Jieyou Xu (Joe) | -2/+48 |
| 2024-10-31 | compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive | 许杰友 Jieyou Xu (Joe) | -1/+41 |
| 2024-10-31 | compiletest: localize `compile_test_and_save_assembly` to assembly test module | 许杰友 Jieyou Xu (Joe) | -29/+31 |
| 2024-10-31 | bootstrap: pass minicore path when running compiletest step | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-31 | minicore: add minimal minicore test auxiliary | 许杰友 Jieyou Xu (Joe) | -0/+77 |