| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Rollup merge of #83239 - JohnTitor:reduce-deps, r=Mark-Simulacrum | Yuki Okushi | -22/+19 |
| 2021-03-26 | Update cargo | Eric Huss | -14/+33 |
| 2021-03-26 | Auto merge of #83480 - flip1995:clippyup, r=Dylan-DPC | bors | -8/+5 |
| 2021-03-25 | Update Cargo.lock | flip1995 | -8/+5 |
| 2021-03-24 | Better errors in jsondocck | Nixon Enraght-Moony | -0/+7 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -2/+11 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -2/+11 |
| 2021-03-18 | `cargo update -p bytecount` | Yuki Okushi | -6/+13 |
| 2021-03-18 | `cargo update -p parking_lot -p parking_lot_core` | Yuki Okushi | -16/+6 |
| 2021-03-16 | feat: Update hashbrown to instantiate less llvm IR | Markus Westerlind | -6/+12 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -0/+1 |
| 2021-03-15 | Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum | bors | -26/+8 |
| 2021-03-14 | Use pretty-printer instead of `span_to_snippet` | Camelid | -0/+1 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -3/+3 |
| 2021-03-13 | Rollup merge of #83052 - klensy:dep-update, r=Mark-Simulacrum | Yuki Okushi | -15/+8 |
| 2021-03-12 | Update Cargo.lock | flip1995 | -0/+1 |
| 2021-03-12 | updated vulnerable deps | klensy | -15/+8 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+2 |
| 2021-03-10 | Update to rustc-rayon 0.3.1 | Josh Stone | -26/+8 |
| 2021-03-09 | Bump tracing-tree dependency | Oli Scherer | -2/+2 |
| 2021-03-09 | Rollup merge of #82883 - Aaron1011:update-cargo, r=ehuss | Mara Bos | -20/+61 |
| 2021-03-09 | Rollup merge of #82731 - de-vri-es:bump-libc-for-std, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2021-03-08 | Rollup merge of #82767 - GuillaumeGomez:update-minifier-crate-version, r=jyn514 | Mara Bos | -2/+2 |
| 2021-03-07 | Update Cargo | Aaron Hill | -20/+61 |
| 2021-03-06 | Revert fmt version, add rustdoc-json-types to bootstrap tests | Rune Tynan | -2/+0 |
| 2021-03-06 | Add roundtrip testing and bump format version | Rune Tynan | -0/+3 |
| 2021-03-05 | Update minifier dependency version | Guillaume Gomez | -2/+2 |
| 2021-03-05 | Bump libc dependency of std to 0.2.88. | Maarten de Vries | -2/+2 |
| 2021-03-03 | Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum | bors | -16/+19 |
| 2021-03-03 | Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2021-03-02 | Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-Simulacrum | Guillaume Gomez | -0/+3 |
| 2021-03-01 | Rollup merge of #82428 - ehuss:update-mdbook, r=Mark-Simulacrum | Joshua Nelson | -4/+10 |
| 2021-03-01 | Use a crate to produce rustdoc tree comparisons instead of the `diff` command | Michael Howell | -0/+11 |
| 2021-02-28 | Always compile rustdoc with debug logging enabled when `download-rustc` is set | Joshua Nelson | -0/+3 |
| 2021-02-28 | Update tracing to 0.1.25 | Tomasz Miąsko | -16/+19 |
| 2021-02-27 | Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obk | Dylan DPC | -2/+14 |
| 2021-02-27 | Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser | Dylan DPC | -0/+11 |
| 2021-02-25 | Update measureme dependency to the latest version | Wesley Wiser | -2/+14 |
| 2021-02-25 | Update Cargo.lock | flip1995 | -11/+119 |
| 2021-02-24 | Auto merge of #80891 - cjgillot:noq, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-02-23 | Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkor | bors | -1/+0 |
| 2021-02-22 | Update mdbook | Eric Huss | -4/+10 |
| 2021-02-20 | Access the session directly from DepContext. | Camille GILLOT | -0/+1 |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -0/+24 |
| 2021-02-19 | Move handle_deadlock where it is used. | Camille GILLOT | -0/+1 |
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -0/+1 |
| 2021-02-18 | Update cargo | Eric Huss | -1/+1 |
| 2021-02-15 | rustc_codegen_ssa: tune codegen according to available concurrency | Tyson Nottingham | -1/+0 |
| 2021-02-14 | bumped smallvec deps | klensy | -40/+40 |
| 2021-02-14 | Replace const_cstr with cstr crate | Xidorn Quan | -0/+11 |