| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 | Yuki Okushi | -2/+11 |
| 2023-04-13 | Auto merge of #110079 - fee1-dead-contrib:bump-futures, r=Mark-Simulacrum | bors | -19/+19 |
| 2023-04-12 | Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514 | Matthias Krüger | -2/+0 |
| 2023-04-12 | Rollup merge of #110182 - WaffleLapkin:neither, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-04-11 | Auto merge of #110198 - weihanglo:update-cargo, r=weihanglo | bors | -8/+8 |
| 2023-04-11 | Update cargo | Weihang Lo | -8/+8 |
| 2023-04-11 | Update Cargo.lock | Philipp Krones | -0/+1 |
| 2023-04-11 | Remove orphaned remove_dir_all implementation from rust-installer | nils | -2/+0 |
| 2023-04-11 | Use `itertools::Either` instead of own `EitherIter` impl | Maybe Waffle | -0/+1 |
| 2023-04-10 | Auto merge of #110078 - fee1-dead-contrib:bump-serde, r=Mark-Simulacrum | bors | -5/+5 |
| 2023-04-10 | Auto merge of #110008 - klensy:deps-up-apr-06, r=Mark-Simulacrum | bors | -18/+22 |
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -2/+11 |
| 2023-04-08 | bump `futures` to use syn 2.0 | Deadbeef | -19/+19 |
| 2023-04-08 | Bump serde to use syn 2.0 | Deadbeef | -5/+5 |
| 2023-04-07 | Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstrieb | bors | -6/+18 |
| 2023-04-06 | bump few deps | klensy | -18/+22 |
| 2023-04-06 | migrate rustc_macros to syn 2.0 | Deadbeef | -6/+18 |
| 2023-04-05 | Use elsa =1.7.1 as 1.8.0 was an accidental copy of 1.7.0 | Oli Scherer | -2/+2 |
| 2023-04-03 | Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obk | bors | -4/+4 |
| 2023-04-03 | Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-04-03 | Increase libffi version to 3.2 to support s390x | Ulrich Weigand | -4/+4 |
| 2023-04-01 | Update cargo | Eric Huss | -25/+87 |
| 2023-03-30 | Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes. | William D. Jones | -2/+2 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -4/+4 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -4/+4 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -3/+3 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -8/+6 |
| 2023-03-27 | Rollup merge of #109512 - fee1-dead-contrib:bump-askama_derive, r=Mark-Simula... | Guillaume Gomez | -36/+47 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -8/+6 |
| 2023-03-24 | Update ar_archive_writer to 0.1.3 | bjorn3 | -3/+3 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -0/+3 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -0/+1 |
| 2023-03-23 | bump `askama_derive` to 0.12.1 | Deadbeef | -36/+47 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-03-22 | Update cargo | Weihang Lo | -2/+2 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -0/+1 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -0/+1 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -22/+31 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -22/+31 |
| 2023-03-19 | Update mdbook | Eric Huss | -2/+2 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -2/+2 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -0/+3 |
| 2023-03-16 | Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no... | Matthias Krüger | -1/+10 |
| 2023-03-15 | Rollup merge of #109150 - weihanglo:update-cargo, r=weihanglo | Dylan DPC | -2/+2 |
| 2023-03-14 | Update cargo | Weihang Lo | -2/+2 |
| 2023-03-14 | rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets | Guillaume Gomez | -1/+10 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -0/+1 |
| 2023-03-10 | Update Cargo.lock (Clippy version) | Philipp Krones | -4/+4 |
| 2023-03-08 | Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgr | bors | -8/+2 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -8/+2 |