| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | trigger the triagebot for modifications to bootstrap/defaults | onur-ozkan | -0/+2 |
| 2023-10-19 | fix bootstrap paths in triagebot.toml | onur-ozkan | -8/+8 |
| 2023-10-18 | Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errors | bors | -128/+41 |
| 2023-10-18 | Auto merge of #116505 - saethlin:infer-inline, r=cjgillot | bors | -350/+457 |
| 2023-10-18 | Auto merge of #116840 - nikic:update-llvm-15, r=cuviper | bors | -0/+0 |
| 2023-10-17 | Bless coverage-map tests | Ben Kimock | -6/+23 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -344/+434 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -326/+361 |
| 2023-10-17 | Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgr | bors | -284/+1905 |
| 2023-10-17 | Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -21/+89 |
| 2023-10-17 | Rollup merge of #116719 - celinval:smir-mono, r=oli-obk | Matthias Krüger | -45/+401 |
| 2023-10-17 | Rollup merge of #116717 - estebank:issue-9082, r=oli-obk | Matthias Krüger | -1/+393 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -216/+1017 |
| 2023-10-17 | Auto merge of #116844 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-17 | Auto merge of #115577 - RalfJung:atomic-load, r=Amanieu | bors | -0/+34 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -40/+661 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -109/+40 |
| 2023-10-17 | Update to LLVM 17.0.3 | Nikita Popov | -0/+0 |
| 2023-10-17 | Auto merge of #116196 - onur-ozkan:reorganize-bootstrap-sources, r=Mark-Simul... | bors | -508/+530 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -109/+40 |
| 2023-10-17 | bootstrap: fix warnings | onur-ozkan | -2/+1 |
| 2023-10-17 | rename bootstrap module utils/dylib_util->utils/dylib | onur-ozkan | -4/+4 |
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -861/+297 |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -189/+792 |
| 2023-10-17 | improve bootstrap tests structure | onur-ozkan | -10/+10 |
| 2023-10-17 | reorganize bootstrap bins and helper module utilizations | onur-ozkan | -35/+19 |
| 2023-10-17 | Auto merge of #116824 - notriddle:master, r=fmease | bors | -0/+53 |
| 2023-10-17 | remove 128bit atomics, they are anyway not exposed on those targets | Ralf Jung | -2/+1 |
| 2023-10-17 | Rewrite `Box<T>::try_fold_with`. | Nicholas Nethercote | -11/+3 |
| 2023-10-17 | Remove `IdFunctor` trait. | Nicholas Nethercote | -125/+48 |
| 2023-10-17 | Remove unused features from `rustc_data_structures`. | Nicholas Nethercote | -2/+0 |
| 2023-10-17 | Auto merge of #116822 - notriddle:notriddle/rust-logo, r=fmease | bors | -1/+51 |
| 2023-10-16 | fix lint failures in clippy | Arthur Lafrance | -16/+16 |
| 2023-10-16 | tweak pass description and fix lint fail post-rebase | Arthur Lafrance | -2/+2 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -28/+29 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -28/+30 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -43/+69 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+41 |
| 2023-10-17 | Make `handle_options` public again. | Nicholas Nethercote | -1/+5 |
| 2023-10-16 | rustdoc: add `check-pass` to ICE test with no expected output | Michael Howell | -0/+2 |
| 2023-10-16 | rustdoc: move ICE test to rustdoc-ui | Michael Howell | -0/+0 |
| 2023-10-16 | Add URL to test cases | Michael Howell | -0/+20 |
| 2023-10-16 | Rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-10-17 | Auto merge of #116826 - nnethercote:fix-116780-116797, r=compiler-errors | bors | -4/+4 |
| 2023-10-17 | Fix a performance regression in obligation deduplication. | Nicholas Nethercote | -4/+4 |
| 2023-10-16 | Auto merge of #116820 - GuillaumeGomez:rollup-l54ri5q, r=GuillaumeGomez | bors | -230/+275 |
| 2023-10-16 | Add `crate_name` to test so that it can be renamed | Michael Howell | -0/+31 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -1/+51 |