| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-06-21 | Auto merge of #73546 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2020-06-20 | Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r=Mark-Si... | Ralf Jung | -1/+0 |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -15/+68 |
| 2020-06-20 | update Miri | Ralf Jung | -11/+7 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -1/+0 |
| 2020-06-20 | Support sanitizers on aarch64-unknown-linux-gnu | Tomasz Miąsko | -5/+11 |
| 2020-06-19 | Rollup merge of #73506 - Xanewok:update-rls, r=Xanewok | Manish Goregaokar | -18/+18 |
| 2020-06-19 | Fix building | Jack Huey | -1/+0 |
| 2020-06-19 | Implement fn_def_datum | Jack Huey | -2/+1 |
| 2020-06-19 | Add compare-mode=chalk and add a little bit more implementations and fixmes | Jack Huey | -0/+7 |
| 2020-06-19 | Rollup merge of #73489 - sexxi-goose:init_place_refactor, r=nikomatsakis | Manish Goregaokar | -36/+38 |
| 2020-06-19 | Tidy got confused on `rustc_const_unstable` `issue`s | Oliver Scherer | -4/+1 |
| 2020-06-19 | Bump Rustfmt and RLS | Igor Matuszewski | -18/+18 |
| 2020-06-19 | Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakis | Ralf Jung | -5/+53 |
| 2020-06-18 | Refactor hir::Place | Aman Arora | -36/+38 |
| 2020-06-16 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-15 | Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix | bors | -7/+32 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -10/+5 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -6/+4 |