| Age | Commit message (Expand) | Author | Lines |
| 2023-04-23 | Auto merge of #110186 - Nilstrieb:update-time, r=Mark-Simulacrum | bors | -39/+271 |
| 2023-04-22 | Remove unused `synstructure` dep | clubby789 | -1/+0 |
| 2023-04-22 | Update chrono/spdx-rs | nils | -39/+271 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -11/+0 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -34/+31 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -34/+31 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -4/+47 |
| 2023-04-18 | Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing... | Matthias Krüger | -1/+0 |
| 2023-04-16 | Support loading version information from xz tarballs | Mark Rousskov | -4/+5 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -6/+2 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -82/+0 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -1680/+25 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+0 |
| 2023-04-16 | Don't use `serde_json` to serialize a simple JSON object | Nilstrieb | -1/+0 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -1/+0 |
| 2023-04-16 | Use lints via `lint_defs` instead of `lints` | Nilstrieb | -1/+1 |
| 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 |