| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Rollup merge of #117663 - klensy:bump-deps, r=davidtwco | Matthias Krüger | -20/+6 |
| 2023-11-07 | Auto merge of #117617 - Urgau:bump-libc-0.2.150, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-11-07 | bump some deps | klensy | -20/+6 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -2/+3 |
| 2023-11-06 | use portable AtomicU64 for powerPC and MIPS | SparrowLii | -2/+3 |
| 2023-11-05 | libc: bump dependency to 0.2.150 | Urgau | -2/+2 |
| 2023-11-05 | Auto merge of #117504 - pcc:android-link-libunwind, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-11-04 | Bump compiler_builtins to 0.1.103 | Nicholas Bishop | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -17/+0 |
| 2023-11-02 | Remove obsolete support for linking unwinder on Android | Peter Collingbourne | -1/+0 |
| 2023-11-02 | Update Cargo.lock | Philipp Krones | -1/+13 |
| 2023-11-02 | Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors | bors | -1/+0 |
| 2023-11-01 | Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-11-01 | Update minifier-rs version to 0.3.0 | Guillaume Gomez | -2/+2 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -0/+12 |
| 2023-10-31 | Streamline `gate_feature_*` macros. | Nicholas Nethercote | -1/+0 |
| 2023-10-30 | Remove `memoffset` dependency from `rustc_query_impl`. | Nicholas Nethercote | -1/+0 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -1/+0 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -0/+1 |
| 2023-10-28 | Remove an unneeded dependency. | Nicholas Nethercote | -1/+0 |
| 2023-10-27 | Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco | Matthias Krüger | -2/+0 |
| 2023-10-24 | Rollup merge of #117010 - celinval:smir-internal, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-10-23 | Add method to convert internal to stable constructs | Celina G. Val | -0/+1 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -0/+1 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -2/+0 |
| 2023-10-23 | Rollup merge of #117042 - Zalathar:file-table, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-10-22 | bump rustfmt version | Caleb Cartwright | -26/+27 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -0/+1 |
| 2023-10-22 | coverage: Build the global file table ahead of time | Zalathar | -0/+1 |
| 2023-10-22 | Auto merge of #116956 - Amanieu:hashbrown-0.14.2, r=Mark-Simulacrum | bors | -6/+6 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2023-10-21 | Update Cargo.lock (ui_test update) | Philipp Krones | -29/+3 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -0/+1 |
| 2023-10-21 | update lockfile | Ralf Jung | -0/+31 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -0/+1 |
| 2023-10-20 | Merge from rustc | Ralf Jung | -1/+0 |
| 2023-10-20 | Auto merge of #116875 - nnethercote:rustc_monomorphize, r=wesleywiser | bors | -1/+0 |
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -2/+0 |
| 2023-10-19 | Update hashbrown to 0.14.2 | Amanieu d'Antras | -6/+6 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -0/+1 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -0/+1 |
| 2023-10-19 | Merge from rustc | Ralf Jung | -5/+7 |
| 2023-10-18 | Use v0.0.0 in compiler crates | Michael Goulet | -5/+5 |
| 2023-10-18 | Remove unneeded dependencies from `rustc_monomorphize`. | Nicholas Nethercote | -1/+0 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -0/+1 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add unstable option and parsing | Urgau | -0/+1 |
| 2023-10-17 | Remove `rustc_symbol_mangling/messages.ftl`. | Nicholas Nethercote | -2/+0 |
| 2023-10-16 | Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=Kobzol | Matthias Krüger | -38/+0 |
| 2023-10-16 | Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -0/+1 |