| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -0/+1 |
| 2024-07-17 | Auto merge of #126208 - Oneirical:one-flew-over-the-cuckoo's-test, r=jieyouxu | bors | -7/+0 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -3/+154 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -3/+12 |
| 2024-07-16 | build_native_static_lib with llvm_ar for run_make_support | Oneirical | -7/+0 |
| 2024-07-16 | run-make-support: update gimli to 0.31.0 | Mrmaxmeier | -1/+12 |
| 2024-07-12 | Move `DropBomb` from `run-make-support` to `build_helper` | Jakub Beránek | -0/+1 |
| 2024-07-11 | Use uplifted `rustc-stable-hash` crate in `rustc_data_structures` | Urgau | -0/+7 |
| 2024-07-09 | Promote the `wasm32-wasip2` target to Tier 2 | Alex Crichton | -3/+154 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -3/+12 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -0/+1 |
| 2024-07-05 | Split SolverDelegate back out from InferCtxtLike | Michael Goulet | -0/+1 |
| 2024-07-04 | Update windows-bindgen to 0.58.0 | Chris Denton | -4/+4 |
| 2024-07-01 | rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes | Michael Howell | -0/+12 |
| 2024-06-30 | rustdoc: update to pulldown-cmark 0.11 | Michael Howell | -7/+14 |
| 2024-06-30 | Rollup merge of #127131 - Kobzol:remove-unused-deps, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-06-29 | Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan | Matthias Krüger | -0/+7 |
| 2024-06-29 | Remove unused compiler dependencies | Jakub Beránek | -4/+0 |
| 2024-06-28 | rmeta_contains functions for remap-path-prefix | Oneirical | -0/+1 |
| 2024-06-28 | Support fetching `Attribute` of items. | Adwin White | -0/+2 |
| 2024-06-27 | Add `ar` command in `run-make-support` | Guillaume Gomez | -0/+7 |
| 2024-06-27 | Implement `x perf` as a separate tool | Jakub Beránek | -0/+7 |
| 2024-06-26 | Add clang-format to the external tool check | DianQK | -0/+1 |
| 2024-06-24 | Rollup merge of #126845 - rust-lang:cargo_update, r=Mark-Simulacrum | Matthias Krüger | -128/+57 |
| 2024-06-23 | Rollup merge of #126230 - onur-ozkan:followup-126225, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-06-23 | cargo update | github-actions | -129/+58 |
| 2024-06-22 | update rustfmt version | Caleb Cartwright | -47/+26 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -0/+1 |
| 2024-06-21 | Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot | bors | -0/+1 |
| 2024-06-20 | Rollup merge of #126636 - tgross35:clippy-f16-f128-fixme, r=flip1995 | Matthias Krüger | -0/+1 |
| 2024-06-20 | Rollup merge of #126649 - compiler-errors:nightly, r=lcnr | Matthias Krüger | -0/+1 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -0/+1 |
| 2024-06-19 | Remove `src/tools/rust-demangler` | Zalathar | -8/+0 |
| 2024-06-18 | Make rustc_next_trait_solver nightly again | Michael Goulet | -0/+1 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -0/+9 |
| 2024-06-17 | tidy: skip submodules if not present for non-CI environments | onur-ozkan | -0/+1 |
| 2024-06-16 | Rollup merge of #126524 - klensy:bump-15-06-24, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -56/+9 |
| 2024-06-16 | cargo update | github-actions | -33/+104 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -4/+4 |
| 2024-06-15 | bump few deps | klensy | -59/+12 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -2/+8 |
| 2024-06-14 | Rollup merge of #126135 - hermit-os:fuse, r=jhpratt | Matthias Krüger | -2/+8 |
| 2024-06-14 | Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726 | Matthias Krüger | -1/+0 |
| 2024-06-13 | Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearth | bors | -5/+5 |
| 2024-06-13 | Update Cargo.lock | Philipp Krones | -5/+5 |
| 2024-06-13 | Remove some unnecessary crate dependencies. | Nicholas Nethercote | -1/+0 |
| 2024-06-11 | run-make-support: bump version | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | run-make-support: bump version | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-10 | Bump windows-bindgen to 0.57 | Chris Denton | -4/+4 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -19/+0 |