| Age | Commit message (Expand) | Author | Lines |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -1/+0 |
| 2020-10-12 | Auto merge of #77847 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-10-13 | Remove `mark-i-m` from rustc-dev-guide maintainers | Yuki Okushi | -1/+1 |
| 2020-10-12 | build-manifest: bundle the rustc version in the binary | Pietro Albini | -13/+7 |
| 2020-10-12 | build-manifest: use var_os instead of var to check if vars exist | Pietro Albini | -3/+3 |
| 2020-10-12 | build-manifest: allow configuring the number of threads | Pietro Albini | -7/+13 |
| 2020-10-12 | build-manifest: accept the Rust version instead of the monorepo path | Pietro Albini | -14/+7 |
| 2020-10-12 | build-manifest: stop generating numbered channel names except for stable | Pietro Albini | -4/+5 |
| 2020-10-12 | Update RLS | Igor Matuszewski | -0/+0 |
| 2020-10-11 | Bump miri | Aaron Hill | -16/+8 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -2/+2 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -1/+0 |
| 2020-10-10 | Auto merge of #77336 - pietroalbini:pkgname, r=Mark-Simulacrum | bors | -59/+10 |
| 2020-10-09 | rebase with master | hosseind75 | -1/+3 |
| 2020-10-09 | add new line | hosseind75 | -1/+1 |
| 2020-10-09 | fix clippy custom_ice_message test | hosseind75 | -0/+2 |
| 2020-10-09 | run full query stack print just when RUST_BACKTRACE is set | hosseind75 | -1/+4 |
| 2020-10-09 | ICEs should print the top of the query stack | hosseind75 | -6/+1 |
| 2020-10-09 | bootstrap: always use the Rust version in package names | Pietro Albini | -59/+10 |
| 2020-10-09 | Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup | flip1995 | -616/+1502 |
| 2020-10-09 | Auto merge of #77627 - richkadel:rust-demangler, r=tmandry | bors | -4/+62 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -2/+2 |
| 2020-10-08 | rust-demangler tool strips crate disambiguators with < 16 digits | Rich Kadel | -4/+62 |
| 2020-10-07 | Auto merge of #77637 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-10-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-07 | Rollup merge of #77590 - Xanewok:update-rls, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-10-06 | Fix tools | Matthew Jasper | -8/+18 |
| 2020-10-06 | Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -13/+4 |
| 2020-10-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -7/+51 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -3/+4 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -120/+225 |
| 2020-10-04 | clippy: `(Body, DefId)` -> `Body` | Dylan MacKenzie | -3/+4 |
| 2020-10-04 | Change clippy's Constant back to refcount clone byte strings | Robin Schoonover | -1/+1 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -13/+4 |
| 2020-10-04 | Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov | Yuki Okushi | -111/+21 |
| 2020-10-04 | Rollup merge of #75143 - oli-obk:tracing, r=RalfJung | Yuki Okushi | -1/+0 |
| 2020-10-03 | update Miri | Ralf Jung | -31/+14 |
| 2020-10-03 | Rollup merge of #76107 - integer32llc:manifest-alias, r=pietroalbini | Jonas Schievink | -0/+4 |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -111/+21 |
| 2020-10-02 | Auto merge of #77436 - JohnTitor:rollup-65dh7rp, r=JohnTitor | bors | -3/+0 |
| 2020-10-02 | Rollup merge of #77312 - LeSeulArtichaut:toolstate-msg, r=Mark-Simulacrum | Yuki Okushi | -3/+0 |
| 2020-10-01 | Remove outdated line from `publish_toolstate` hook | LeSeulArtichaut | -3/+0 |
| 2020-10-01 | build-manifest: use BufReader | Pietro Albini | -2/+2 |
| 2020-10-01 | Update rls | Mark Rousskov | -0/+0 |
| 2020-10-01 | Write MAJOR.MINOR manifest for stable channel only | Carol (Nichols || Goulding) | -0/+2 |
| 2020-10-01 | build-manifest: avoid collecting SHAs in parallel on legacy mode | Pietro Albini | -0/+8 |
| 2020-10-01 | build-manifest: calculate checksums lazily and in parallel | Pietro Albini | -21/+100 |
| 2020-10-01 | build-manifest: move generating a target to the manifest mod | Pietro Albini | -40/+55 |