| Age | Commit message (Expand) | Author | Lines |
| 2020-08-10 | Rollup merge of #75328 - GuillaumeGomez:cleanup-e0749, r=Dylan-DPC | Yuki Okushi | -5/+20 |
| 2020-08-10 | Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwco | Yuki Okushi | -7/+25 |
| 2020-08-10 | Rollup merge of #75318 - jyn514:primitive, r=manishearth | Yuki Okushi | -4/+11 |
| 2020-08-09 | Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum | bors | -191/+138 |
| 2020-08-09 | rustc_span: note the perf loss seen from IndexSet in symbol::Interner | Josh Stone | -0/+4 |
| 2020-08-09 | rustc_typeck: use IndexSet in InteriorVisitor | Josh Stone | -19/+14 |
| 2020-08-09 | rustc_typeck: use IndexSet in UniquePredicates | Josh Stone | -9/+5 |
| 2020-08-09 | rustc_span: use IndexSet in SpanInterner | Josh Stone | -12/+5 |
| 2020-08-09 | rustc_mir_build: use IndexMap in TestKind::SwitchInt | Josh Stone | -23/+17 |
| 2020-08-09 | rustc_mir: use IndexSet in PlaceholderIndices | Josh Stone | -8/+7 |
| 2020-08-09 | rustc_mir: use IndexMap in BorrowSet | Josh Stone | -43/+52 |
| 2020-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 |
| 2020-08-09 | rustc_metadata: use IndexSet in EncodeContext | Josh Stone | -17/+5 |
| 2020-08-09 | rustc_data_structures: use IndexSet in TransitiveRelation | Josh Stone | -26/+13 |
| 2020-08-09 | rustc_codegen_llvm: use IndexSet in CoverageMapGenerator | Josh Stone | -16/+10 |
| 2020-08-09 | Upgrade indexmap to 1.5.1, now using hashbrown! | Josh Stone | -1/+1 |
| 2020-08-09 | Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov | bors | -4/+25 |
| 2020-08-09 | Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkov | bors | -33/+39 |
| 2020-08-09 | Add comment about the lack of `ExpnData` serialization for proc-macro crates | Aaron Hill | -0/+7 |
| 2020-08-09 | Give precedence to primitives over modules | Joshua Nelson | -4/+11 |
| 2020-08-09 | Remove E0749 from untested error codes | Guillaume Gomez | -1/+1 |
| 2020-08-09 | Clean up E0749 explanation | Guillaume Gomez | -4/+19 |
| 2020-08-09 | tests: Mark `ui/asm/bad-arch.rs` as requiring wasm llvm backend | Vadim Petrochenkov | -1/+2 |
| 2020-08-08 | Detect likely `for foo of bar` JS syntax | Esteban Küber | -7/+25 |
| 2020-08-09 | Rollup merge of #75292 - slanterns:cleanup-E0502, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #75291 - GuillaumeGomez:cleanup-e0750, r=pickfire | Yuki Okushi | -6/+19 |
| 2020-08-09 | Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-09 | Rollup merge of #74712 - strom-und-spiele:E0271-cleanup, r=Mark-Simulacrum | Yuki Okushi | -30/+13 |
| 2020-08-08 | Remove E0750 from unchecked error codes | Guillaume Gomez | -2/+1 |
| 2020-08-08 | Clean up E0750 explanation | Guillaume Gomez | -4/+18 |
| 2020-08-08 | Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr | bors | -15/+104 |
| 2020-08-08 | Auto merge of #74533 - nikic:issue-74425, r=eddyb | bors | -8/+32 |
| 2020-08-08 | Use `&` instead of `let ref` in E0502 | Slanterns | -2/+2 |
| 2020-08-08 | fix `min_const_generics` version | Bastian Kauschke | -1/+1 |
| 2020-08-08 | Update E0271.md | strom-und-spiele | -30/+13 |
| 2020-08-08 | Emit == null instead of <= null | Nikita Popov | -8/+32 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -841/+865 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -93/+152 |
| 2020-08-08 | Rollup merge of #75270 - matthiaskrgr:clippy_aug_1, r=Dylan-DPC | Yuki Okushi | -51/+46 |
| 2020-08-08 | Rollup merge of #75267 - estebank:cleanup, r=Dylan-DPC | Yuki Okushi | -19/+21 |
| 2020-08-08 | Rollup merge of #75259 - giraffate:add_missing_backtick, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-08-08 | Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514 | Yuki Okushi | -18/+78 |
| 2020-08-08 | Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=Amanieu | Yuki Okushi | -4/+6 |
| 2020-08-08 | Increase `recursion_limit` in `librustc_plugin_impl`. | Nicholas Nethercote | -0/+1 |
| 2020-08-08 | Eliminate `librustc_hir`'s dependency on `librustc_session`. | Nicholas Nethercote | -12/+25 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -804/+815 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -40/+39 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -101/+471 |
| 2020-08-08 | Cross-crate doc inlining test case for elided lifetime | Gary Guo | -14/+22 |
| 2020-08-08 | Auto merge of #75048 - eggyal:force-no-tco-start-backtrace-frame, r=Mark-Simu... | bors | -0/+23 |