| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -2/+2 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -1/+28 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -4/+13 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -3/+3 |
| 2020-05-30 | Rollup merge of #72563 - RalfJung:multi-return, r=matthewjasper | Ralf Jung | -1/+2 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -1/+28 |
| 2020-05-30 | multiple Return terminators are possible | Ralf Jung | -1/+2 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -14/+3 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -2/+14 |
| 2020-05-29 | Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJung | Ralf Jung | -9/+26 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -4/+13 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -2/+13 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -13/+13 |
| 2020-05-27 | Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packe... | LeSeulArtichaut | -0/+4 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -2/+3 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -1/+8 |
| 2020-05-26 | librustc_middle: Add function for computing unsigned abs | Joe Richey | -8/+14 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -1/+9 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -3/+1 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -10/+1 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -2/+2 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -2/+2 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -11/+11 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -2/+2 |
| 2020-05-22 | Switch to non-doc comment | Dylan MacKenzie | -5/+5 |
| 2020-05-22 | Use `OnceCell` for predecessor cache | Dylan MacKenzie | -14/+10 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -19/+59 |
| 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/+146 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -19/+59 |
| 2020-05-14 | Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -10/+18 |
| 2020-05-12 | Add doc comment for `rustc_middle::mir::mono::Linkage` | Wesley Wiser | -0/+3 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -10/+18 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -1/+17 |
| 2020-05-09 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -1/+17 |
| 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 | -53/+73 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -69/+69 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -69/+69 |
| 2020-05-08 | Document `global_alloc` | Oliver Scherer | -0/+4 |
| 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 | -8/+13 |
| 2020-05-08 | Shrink visibility of the `AllocMap` and its methods | Oliver Scherer | -3/+3 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -16/+22 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -33/+38 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -65/+65 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -8/+12 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -6/+12 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -17/+17 |