| Age | Commit message (Expand) | Author | Lines |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -6/+0 |
| 2024-11-01 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-01 | Use snippet placeholders for generated match arms | Giga Bowser | -108/+114 |
| 2024-11-01 | Add benchmark showing effectivity of subtree skipping | Johannes Hostert | -0/+23 |
| 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 | -234/+370 |
| 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 #132435 - workingjubilee:rollup-3mgogw9, r=workingjubilee | bors | -3/+3 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -3/+3 |
| 2024-10-31 | Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser | bors | -0/+1 |
| 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 | -32/+126 |
| 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 | 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 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -8/+8 |
| 2024-10-31 | compiletest: add `{ignore,needs}-{rustc,std}-debug-assertions` directive support | 许杰友 Jieyou Xu (Joe) | -9/+77 |
| 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 | silence clippy | Ralf Jung | -0/+2 |
| 2024-10-31 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2024-10-31 | Merge from rustc | The Miri Cronjob Bot | -166/+228 |
| 2024-10-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-31 | Merge pull request #4003 from YohDeadfall/windows-shim-typo | Ben Kimock | -1/+1 |
| 2024-10-31 | Fixed a typo in the GetThreadDescription shim | Yoh Deadfall | -1/+1 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -20/+31 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -56/+40 |
| 2024-10-30 | Avoid interior mutability in `TyLoweringContext` | Chayim Refael Friedman | -224/+201 |
| 2024-10-30 | Merge pull request #4000 from noahmbright/futex | Ralf Jung | -4/+18 |
| 2024-10-30 | Change futex_wait errno from Scalar to IoError | Noah Bright | -4/+18 |
| 2024-10-30 | rustdoc-search: show types signatures in results | Michael Howell | -11/+43 |
| 2024-10-30 | rustdoc-search: pass original names through AST | Michael Howell | -1/+0 |
| 2024-10-30 | Only parse `safe` as contextual kw in extern blocks | Chayim Refael Friedman | -8/+47 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -56/+40 |
| 2024-10-30 | Rollup merge of #132315 - jieyouxu:extract-llvm-version, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -70/+139 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -1/+0 |
| 2024-10-30 | Merge pull request #18304 from davidkurilla/docs-create-setup-document | Lukas Wirth | -0/+57 |
| 2024-10-30 | Merge pull request #18382 from dqkqd/issue-17042 | Lukas Wirth | -3/+72 |
| 2024-10-30 | Merge pull request #18385 from Giga-Bowser/master | Lukas Wirth | -1/+503 |
| 2024-10-30 | Merge pull request #18436 from Veykril/lw-yvkqwpnwsouo | Lukas Wirth | -191/+478 |