| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -1/+13 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+5 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -1/+13 |
| 2020-05-30 | multiple Return terminators are possible | Ralf Jung | -1/+2 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -1/+1 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+5 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -2/+2 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -1/+1 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -2/+2 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -2/+2 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -8/+104 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -2/+1 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -7/+3 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+1 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -7/+3 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -1/+1 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -4/+8 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -17/+17 |
| 2020-05-06 | Add a size assertion for `LocalDecl`. | Nicholas Nethercote | -0/+4 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -38/+24 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -6/+10 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -0/+3 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -0/+3 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -13/+2 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -1/+7 |
| 2020-04-23 | Address comments from review | marmeladema | -7/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -6/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+8 |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -4/+5 |
| 2020-04-23 | Add MirPass to collect Unevaluated consts in MIR body | Santiago Pastorino | -0/+5 |
| 2020-04-23 | Make mir::Constant Copy | Santiago Pastorino | -1/+1 |
| 2020-04-22 | Add module docs and restrict visibility | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Remove `predecessors_for` | Dylan MacKenzie | -12/+1 |
| 2020-04-22 | Replace multiple calls to `predecessors_for` | Dylan MacKenzie | -2/+4 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+8 |
| 2020-04-22 | Use internal mutability for predecessor cache | Dylan MacKenzie | -11/+66 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -15/+17 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -3/+3 |
| 2020-04-17 | mir: pretty-print `Rvalue::Aggregate` correctly. | Eduard-Mihai Burtescu | -15/+17 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -1/+18 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+2666 |