| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | editors/code: Change minimum VS Code from 1.78 to 1.83 | Wilfred Hughes | -25/+27 |
| 2024-11-04 | Enable triagebot transfer feature | Laurențiu Nicola | -0/+2 |
| 2024-11-04 | Don't try to auto-publish text-edit | Laurențiu Nicola | -1/+0 |
| 2024-11-04 | Merge pull request #18475 from Veykril/push-zkvkpxttozup | Lukas Wirth | -174/+143 |
| 2024-11-04 | Support new #[rustc_intrinsic] attribute and fallback bodies | Lukas Wirth | -174/+143 |
| 2024-11-04 | Merge pull request #18473 from Veykril/push-xnlzukoqttvz | Lukas Wirth | -15/+45 |
| 2024-11-04 | Render extern blocks in file_structure | Lukas Wirth | -15/+45 |
| 2024-11-04 | Fix feature name casing | Laurențiu Nicola | -1/+1 |
| 2024-11-03 | Allow interpreting consts and statics with interpret function command | Lukas Wirth | -86/+114 |
| 2024-11-03 | Merge pull request #18469 from Veykril/push-zwnywqmvtuts | Lukas Wirth | -28/+87 |
| 2024-11-02 | Improve error message for too new proc-macro server | benluiwj | -2/+2 |
| 2024-11-02 | Allow static initializers to be const evaluated | Lukas Wirth | -28/+87 |
| 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 | -301/+452 |
| 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 | -25/+4 |
| 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 | -4/+9 |
| 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 | -3/+3 |
| 2024-10-31 | Rollup merge of #132294 - tmandry:bump-fuchsia, r=lqd | Jubilee | -1/+1 |
| 2024-10-31 | Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser | bors | -0/+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 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -1/+1 |
| 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 | -37/+136 |
| 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 | -2/+0 |
| 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 | -2/+2 |
| 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 #132316 - MarcoIeni:ci-free-runners-windows, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-10-31 | CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux | MarcoIeni | -2/+2 |
| 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 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -8/+8 |
| 2024-10-31 | CI: use free runners for 3 fast windows jobs | MarcoIeni | -3/+3 |
| 2024-10-31 | Use protected symbols when building rustc_driver | David Lattimore | -0/+8 |
| 2024-10-31 | Merge pull request #18448 from Veykril/push-zwuuoytnmnqz | Lukas Wirth | -90/+88 |
| 2024-10-31 | Move child_by_source from hir-def to hir | Lukas Wirth | -90/+88 |
| 2024-10-31 | Merge pull request #18437 from sam-mccall/publish_fixture | Lukas Wirth | -1/+1 |
| 2024-10-31 | Rollup merge of #132365 - onur-ozkan:less-rustc-overhead, r=Kobzol | Matthias Krüger | -3/+1 |
| 2024-10-31 | pass `RUSTC_HOST_FLAGS` at once without the for loop | onur-ozkan | -3/+1 |
| 2024-10-30 | Rollup merge of #132267 - onur-ozkan:rustc-if-unchanged-force-library, r=Kobzol | Jubilee | -16/+22 |