| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-05-29 | liveness: Warn about unused captured variables | Tomasz Miąsko | -54/+170 |
| 2020-05-29 | liveness: Include upvars in the analysis | Tomasz Miąsko | -36/+33 |
| 2020-05-29 | liveness: Remove unused fallthrough_ln | Tomasz Miąsko | -9/+1 |
| 2020-05-29 | liveness: Remove unused clean_exit_var | Tomasz Miąsko | -14/+1 |
| 2020-05-29 | liveness: Log information about used variables | Tomasz Miąsko | -5/+8 |
| 2020-05-26 | Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav... | Dylan DPC | -1/+2 |
| 2020-05-26 | Allow unlabeled breaks from desugared `?` in labeled blocks | Samrat Man Singh | -1/+2 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -7/+7 |
| 2020-05-25 | Rollup merge of #72537 - Amanieu:fix-asm-liveness, r=petrochenkov | Ralf Jung | -8/+2 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -7/+7 |
| 2020-05-24 | Fix InlineAsmOperand expresions being visited twice during liveness checking | Amanieu d'Antras | -8/+2 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -3/+3 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -3/+3 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -13/+11 |