| Age | Commit message (Expand) | Author | Lines |
| 2020-11-11 | update rustfmt | Caleb Cartwright | -1/+1 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -8/+8 |
| 2020-11-06 | Bump Rustfmt and RLS | Alessandro Ghedini | -59/+48 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -0/+1 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -0/+1 |
| 2020-11-04 | Update cargo | Eric Huss | -2/+2 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -5/+30 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -0/+14 |
| 2020-10-30 | Address review comment and update chalk to 0.36.0 | Matthew Jasper | -8/+8 |
| 2020-10-30 | Update chalk 0.32.0 -> 0.35.0 | Matthew Jasper | -8/+8 |
| 2020-10-26 | Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-10-25 | Rollup merge of #78209 - JohnTitor:compiler-builtins, r=Amanieu | Yuki Okushi | -2/+2 |
| 2020-10-25 | Auto merge of #77398 - wesleywiser:measureme_0_8, r=Mark-Simulacrum | bors | -4/+15 |
| 2020-10-24 | Upgrade to measureme 9.0.0 | Wesley Wiser | -4/+15 |
| 2020-10-25 | Auto merge of #78310 - ebroto:clippyup, r=Manishearth | bors | -9/+38 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -2/+2 |
| 2020-10-23 | Update Cargo.lock | Eduardo Broto | -9/+38 |
| 2020-10-23 | Rollup merge of #78169 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -1/+14 |
| 2020-10-22 | Update `compiler_builtins` to 0.1.36 | Yuki Okushi | -2/+2 |
| 2020-10-21 | Update to rustc-demangle 0.1.18 | varkor | -2/+2 |
| 2020-10-21 | Update rustc-demangle | varkor | -2/+2 |
| 2020-10-20 | Update cargo | Eric Huss | -1/+14 |
| 2020-10-20 | Initialize tracing subscriber in compiletest tool | Tomasz Miąsko | -1/+1 |
| 2020-10-17 | Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum | Yuki Okushi | -0/+4 |
| 2020-10-16 | Auto merge of #77962 - bugadani:arena2, r=Mark-Simulacrum | bors | -1/+0 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+4 |
| 2020-10-15 | Arena: Copy cold_path and remove rustc_data_structures dependency | Dániel Buga | -1/+0 |
| 2020-10-14 | Update cargo | Eric Huss | -10/+28 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -5/+30 |
| 2020-10-14 | Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini | Yuki Okushi | -2/+2 |
| 2020-10-12 | Upgrade OpenSSL to 1.1.1h and add support for aarch64-apple-darwin | Jake Goulding | -2/+2 |
| 2020-10-12 | build-manifest: allow configuring the number of threads | Pietro Albini | -0/+1 |
| 2020-10-11 | Update crossbeam-channel to avoid UB | Mateusz Mikuła | -3/+3 |
| 2020-10-11 | Bump backtrace-rs | Aaron Hill | -37/+49 |
| 2020-10-11 | using the latest version of libhermit-rs | Stefan Lankes | -2/+2 |
| 2020-10-10 | Auto merge of #77731 - cuviper:big-endian-backtrace, r=alexcrichton | bors | -1/+1 |
| 2020-10-09 | Auto merge of #77747 - flip1995:clippyup, r=Manishearth | bors | -1/+0 |
| 2020-10-09 | Update Cargo.lock | flip1995 | -1/+0 |
| 2020-10-09 | Auto merge of #77698 - vandenheuvel:chalkup, r=jackh726 | bors | -8/+8 |
| 2020-10-08 | Update the backtrace crate to fix big-endian ELF | Josh Stone | -1/+1 |
| 2020-10-08 | Update chalk to 0.32.0 | Bram van den Heuvel | -8/+8 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -4/+5 |
| 2020-10-06 | Auto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r=Dylan-DPC | bors | -55/+53 |
| 2020-10-07 | Rollup merge of #77590 - Xanewok:update-rls, r=dtolnay | Dylan DPC | -45/+43 |
| 2020-10-06 | Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkov | bors | -2/+2 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -10/+10 |
| 2020-10-05 | Update RLS and Rustfmt | Igor Matuszewski | -45/+43 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -1/+2 |
| 2020-10-04 | Update libc to 0.2.79 | Josh Triplett | -2/+2 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -8/+64 |