| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-16 | opt-dist: disable unused features for tabled crate | klensy | -38/+0 |
| 2023-10-15 | Auto merge of #116527 - sthibaul:libc, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-10-15 | Auto merge of #116691 - chenx97:rustix-0.38.19, r=Mark-Simulacrum | bors | -4/+4 |
| 2023-10-14 | Update minifier version to 0.2.3 | Guillaume Gomez | -2/+2 |
| 2023-10-13 | Revert "Invoke `backtrace-rs` buildscript in `std` buildscript" | Peter Jaszkowiak | -1/+0 |
| 2023-10-13 | Update rustix to 0.38.19 | chenx97 | -4/+4 |
| 2023-10-13 | Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot | bors | -0/+1 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -1/+0 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -0/+1 |
| 2023-10-09 | defids are indexmapped | Oğuz Ağcayazı | -0/+1 |
| 2023-10-08 | move `LinkSelfContainedComponents` to `rustc_target` | Rémy Rakic | -1/+0 |
| 2023-10-08 | Bump libc dependency | Samuel Thibault | -2/+2 |