| Age | Commit message (Expand) | Author | Lines |
| 2023-01-03 | Rollup merge of #106381 - aDotInTheVoid:jsondoclint-more-options, r=notriddle | Michael Goulet | -1/+18 |
| 2023-01-03 | jsondoclint: Add option to dump errors as json. | Nixon Enraght-Moony | -0/+1 |
| 2023-01-03 | jsondoclint: Parse args with clap. | Nixon Enraght-Moony | -1/+17 |
| 2023-01-02 | use cargo_metadata to get x version | DebugSteven | -1/+0 |
| 2023-01-02 | get latest x version from parsing cargo command | DebugSteven | -8/+9 |
| 2022-12-31 | spawn x command and compare semvers | DebugSteven | -2/+3 |
| 2022-12-30 | Make tidy errors red | Nilstrieb | -4/+5 |
| 2022-12-28 | update lockfile | Ralf Jung | -2/+2 |
| 2022-12-23 | Auto merge of #106033 - ChrisDenton:bump-cfg-if, r=Mark-Simulacrum | bors | -50/+44 |
| 2022-12-23 | Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr | bors | -0/+1 |
| 2022-12-23 | Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -13/+104 |
| 2022-12-22 | Give a more helpful error for "trimmed_def_paths construted" | Joshua Nelson | -0/+1 |
| 2022-12-20 | Bump packed_simd_2 and getrandom v0.2 | Chris Denton | -50/+44 |
| 2022-12-20 | Bump `cfg-if` to `1.0` | Chris Denton | -2/+2 |
| 2022-12-18 | Update cargo | Weihang Lo | -2/+2 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -0/+1 |
| 2022-12-18 | Auto merge of #105617 - bjorn3:update_crossbeam, r=Mark-Simulacrum | bors | -11/+10 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -0/+1 |
| 2022-12-17 | Update Cargo.lock | Philipp Krones | -6/+12 |
| 2022-12-12 | Update crossbeam | bjorn3 | -11/+10 |
| 2022-12-11 | Rollup merge of #105511 - luqmana:rustix-upgrade, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-12-11 | Rollup merge of #105460 - mkroening:compiler-builtins-0.1.85, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-12-10 | Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgr | bors | -0/+12 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+12 |
| 2022-12-10 | Auto merge of #105357 - oli-obk:feeding, r=cjgillot,petrochenkov | bors | -0/+1 |
| 2022-12-09 | Auto merge of #105363 - WaffleLapkin:thin2win_box_next_argument, r=nnethercote | bors | -0/+1 |
| 2022-12-09 | Update rustix to 0.36.5 | Luqman Aden | -2/+2 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+12 |
| 2022-12-08 | Assert size of `rustc_parse_format::Piece<'_>` | Maybe Waffle | -0/+1 |
| 2022-12-08 | Bump compiler-builtins to 0.1.85 | Martin Kröning | -2/+2 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+77 |
| 2022-12-05 | Rollup merge of #105222 - devnexen:fbsd_update_img, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-12-05 | Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrum | bors | -11/+11 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -2/+2 |
| 2022-12-03 | std update libc version and freebsd image build dependencies | David CARLIER | -2/+2 |
| 2022-12-03 | update lockfile | Ralf Jung | -2/+2 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -0/+10 |
| 2022-11-29 | update cpufeatures, swap difference to dissimilar | klensy | -11/+11 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -0/+1 |
| 2022-11-28 | Make `tcx.mk_const` more permissive wrt `kind` argument | Maybe Waffle | -0/+20 |
| 2022-11-27 | Update cargo | Weihang Lo | -2/+79 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -0/+10 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -4/+15 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -0/+3 |
| 2022-11-23 | Update cargo | Weihang Lo | -53/+10 |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -6/+15 |
| 2022-11-22 | Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum | Manish Goregaokar | -2/+2 |