| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Rollup merge of #75010 - Aaron1011:feature/remove-old-deps, r=Mark-Simulacrum | Yuki Okushi | -215/+140 |
| 2020-08-02 | Auto merge of #74899 - sajattack:libc_0.2.74_bump, r=jonas-schievink | bors | -2/+2 |
| 2020-08-01 | Update elasticlunr-rs and ammonia transitive deps | Aaron Hill | -215/+140 |
| 2020-08-01 | Move 'probably equal' methods to librustc_parse | Aaron Hill | -0/+1 |
| 2020-08-01 | Remove chrono feature from tracing | Oliver Scherer | -1/+0 |
| 2020-07-31 | Disable log support | Oliver Scherer | -25/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -45/+123 |
| 2020-07-30 | Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum | bors | -29/+59 |
| 2020-07-30 | Auto merge of #74923 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -17/+7 |
| 2020-07-29 | Update cargo | Eric Huss | -17/+7 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -0/+1 |
| 2020-07-29 | bump libc version to 0.2.74 | Paul Sajna | -2/+2 |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -29/+59 |
| 2020-07-25 | Update Cargo.lock | Tyler Mandry | -41/+42 |
| 2020-07-24 | Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-23 | Update cargo | Eric Huss | -1/+1 |
| 2020-07-23 | Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote | bors | -59/+29 |
| 2020-07-22 | Revert "std: Switch from libbacktrace to gimli" | Mark Rousskov | -59/+29 |
| 2020-07-20 | Update dependencies that have knowledge about aarch64-apple-darwin | Jake Goulding | -4/+4 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+7 |
| 2020-07-18 | Auto merge of #73441 - alexcrichton:backtrace-gimli, r=Mark-Simulacrum | bors | -29/+59 |
| 2020-07-18 | fixes #67108 by using the external crate | Federico Ponzi | -0/+7 |
| 2020-07-17 | std: Switch from libbacktrace to gimli | Alex Crichton | -29/+59 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+7 |
| 2020-07-15 | Use cfg_if in libpanic_abort. | Eric Huss | -0/+1 |
| 2020-07-15 | Use cfg_if in libtest. | Eric Huss | -0/+1 |
| 2020-07-14 | Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddyb | Manish Goregaokar | -3/+9 |
| 2020-07-14 | Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkov | Manish Goregaokar | -0/+1 |
| 2020-07-14 | Use `ArrayVec` in `SparseBitSet`. | Nicholas Nethercote | -3/+9 |
| 2020-07-12 | Detect tuple struct incorrectly used as struct pat | Esteban Küber | -0/+1 |
| 2020-07-11 | Rollup merge of #74116 - arlosi:aarch64build, r=pietroalbini | Manish Goregaokar | -2/+2 |
| 2020-07-08 | Fix cross-compilation of LLVM to aarch64 Windows targets | Arlo Siemsen | -2/+2 |
| 2020-07-07 | Update rust-installer to latest version | Michael Forney | -1/+1 |
| 2020-07-06 | use latest version of hermit-abi | Stefan Lankes | -2/+2 |
| 2020-07-03 | Auto merge of #73897 - ehuss:update-cargo, r=ehuss | bors | -6/+4 |
| 2020-07-02 | Update cargo | Eric Huss | -6/+4 |
| 2020-07-02 | Rollup merge of #73781 - nagisa:psm-up, r=Mark-Simulacrum | Manish Goregaokar | -2/+2 |
| 2020-06-27 | Update psm version | Simonas Kazlauskas | -2/+2 |
| 2020-06-26 | Update mdbook. | Eric Huss | -104/+10 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -410/+2 |
| 2020-06-26 | Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakis | Manish Goregaokar | -8/+41 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -4/+4 |
| 2020-06-24 | Update Chalk | Jack Huey | -8/+41 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -0/+1 |
| 2020-06-22 | Stop using old version of `syn` in `rustc-workspace-hack` | Aaron Hill | -1/+0 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -0/+1 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -62/+20 |
| 2020-06-19 | Rollup merge of #73506 - Xanewok:update-rls, r=Xanewok | Manish Goregaokar | -68/+71 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -0/+1 |