| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -2/+4 |
| 2020-07-22 | Fix rebase fallout | Aaron Hill | -2/+4 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -53/+75 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -11/+9 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -11/+9 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -45/+51 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -45/+51 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -1/+0 |
| 2020-07-16 | Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-Simulacrum | Manish Goregaokar | -1/+2 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=Manishearth | Manish Goregaokar | -0/+30 |
| 2020-07-15 | Introduce restricted-std feature. | Eric Huss | -1/+2 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -3/+3 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -2/+2 |
| 2020-07-10 | Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkov | Manish Goregaokar | -0/+2 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-08 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -0/+30 |
| 2020-07-06 | Only allow `repr(i128/u128)` on enum | Gary Guo | -0/+2 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -14/+14 |
| 2020-07-02 | Rollup merge of #73753 - eddyb:extraneous-lifetime, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2020-07-02 | Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure... | Manish Goregaokar | -10/+1 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-07-02 | Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakis | bors | -29/+44 |
| 2020-07-02 | rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor. | Eduard-Mihai Burtescu | -19/+26 |
| 2020-07-02 | rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext. | Eduard-Mihai Burtescu | -10/+18 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -10/+1 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -0/+22 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -9/+10 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -0/+21 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -1/+1 |
| 2020-06-28 | Use `LocalDefId` in HIR const-checker | Dylan MacKenzie | -4/+4 |
| 2020-06-28 | Stop checking for `while` and `loop` in a const context | Dylan MacKenzie | -7/+6 |
| 2020-06-28 | Require `allow_internal_unstable` in HIR const-checker | Dylan MacKenzie | -13/+50 |
| 2020-06-28 | HIR const-checking | Dylan MacKenzie | -35/+10 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -19/+19 |
| 2020-06-27 | use LocalDefId in module checking | Bastian Kauschke | -19/+19 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+5 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -19/+35 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -2/+14 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -2/+14 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -8/+9 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -4/+4 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -3/+4 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |