| Age | Commit message (Expand) | Author | Lines |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -1/+1 |
| 2020-07-08 | build dist for x86_64-unknown-illumos | Joshua M. Clulow | -0/+1 |
| 2020-07-08 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -5/+1 |
| 2020-07-07 | Update rust-installer to latest version | Michael Forney | -0/+0 |
| 2020-07-07 | :arrow_up: rust-analyzer | Aleksey Kladov | -14/+14 |
| 2020-07-07 | Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearth | bors | -4/+26 |
| 2020-07-06 | Rollup merge of #74089 - matklad:ship-rust-analyzer-some-more, r=pietroalbini | Manish Goregaokar | -3/+25 |
| 2020-07-06 | Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -1/+1 |
| 2020-07-06 | Add rust-analyzer to the build manifest | Aleksey Kladov | -3/+25 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+1 |
| 2020-07-04 | Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrum | bors | -0/+28 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -0/+28 |
| 2020-07-03 | Auto merge of #73897 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-07-02 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-02 | Update rls | Eric Huss | -0/+0 |
| 2020-07-02 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -1041/+966 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -69/+70 |
| 2020-06-30 | update Miri | Ralf Jung | -7/+9 |
| 2020-06-29 | typeck: adding type information to projection | Azhng | -1/+1 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -42/+34 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -1/+1 |
| 2020-06-26 | Update mdbook. | Eric Huss | -7/+10 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -106/+0 |
| 2020-06-26 | Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearth | bors | -19/+4 |
| 2020-06-26 | Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s... | Manish Goregaokar | -0/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -18/+2 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -1/+1 |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -366/+361 |
| 2020-06-25 | add exception for liballoc benches to tidy | Nell Shamrell | -0/+1 |
| 2020-06-24 | Auto merge of #73660 - flip1995:clippyup, r=nikomatsakis | bors | -293/+1077 |
| 2020-06-24 | Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPC | bors | -6/+0 |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -6/+0 |
| 2020-06-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -2/+11 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -293/+1077 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -2/+11 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -4/+1 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -4/+1 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -6/+0 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -7/+6 |
| 2020-06-22 | Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearth | bors | -3/+4 |
| 2020-06-22 | Stop using old version of `syn` in `rustc-workspace-hack` | Aaron Hill | -3/+4 |
| 2020-06-22 | Auto merge of #73415 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -2/+7 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -7/+6 |