| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-05-18 | Apply review feedback | Amanieu d'Antras | -3/+14 |
| 2020-05-18 | HIR passes for asm! | Amanieu d'Antras | -13/+363 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -3/+3 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -7/+6 |
| 2020-05-09 | Rollup merge of #71947 - mibac138:dead-code, r=cramertj | Dylan DPC | -2/+12 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -7/+6 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -48/+7 |
| 2020-05-06 | Dead-code pass highlights too much of impl functions | mibac138 | -2/+12 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -17/+15 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -17/+15 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -8/+8 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -1/+4 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -7/+7 |