| Age | Commit message (Expand) | Author | Lines |
| 2020-05-31 | Auto merge of #72743 - lcnr:predicate_f, r=nikomatsakis | bors | -2/+2 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -4/+15 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -27/+93 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -3/+3 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -29/+29 |
| 2020-05-30 | Rollup merge of #72563 - RalfJung:multi-return, r=matthewjasper | Ralf Jung | -1/+2 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -6/+5 |
| 2020-05-30 | Rollup merge of #72299 - lcnr:sized_help, r=petrochenkov | Ralf Jung | -2/+8 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -1/+28 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -2/+8 |
| 2020-05-30 | multiple Return terminators are possible | Ralf Jung | -1/+2 |
| 2020-05-30 | Rollup merge of #72752 - lcnr:remove-mk_bool, r=estebank | Yuki Okushi | -5/+0 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -15/+24 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -11/+40 |
| 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 | remove trivial `mk_predicate`s | Bastian Kauschke | -1/+2 |
| 2020-05-29 | remove mk_bool | Bastian Kauschke | -5/+0 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -4/+4 |
| 2020-05-29 | Borrow<[T]> for Interned<'tcx, List<T>> | Bastian Kauschke | -48/+2 |
| 2020-05-29 | Move common code to `WhereClause` | Esteban Küber | -12/+1 |
| 2020-05-29 | fix encode with shorthand for Predicate | Bastian Kauschke | -2/+2 |
| 2020-05-29 | Add Span to arena_types! for decoding &'tcx [Span] | Amanieu d'Antras | -0/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -4/+13 |
| 2020-05-29 | Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov | Dylan DPC | -12/+8 |
| 2020-05-28 | Account for trailing comma when suggesting `where` clauses | Esteban Küber | -12/+9 |
| 2020-05-28 | add str to common types | Bastian Kauschke | -6/+3 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -6/+5 |
| 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 | -51/+62 |
| 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-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -12/+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 | Rename upvar_list to closure_captures | Dhruv Jauhar | -4/+4 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -9/+0 |
| 2020-05-25 | Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obk | Dylan DPC | -10/+20 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -7/+15 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -10/+11 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -2/+2 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -6/+6 |
| 2020-05-25 | fix ICE when debug-printing MIR | Ralf Jung | -10/+20 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -6/+6 |
| 2020-05-24 | Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse | Ralf Jung | -46/+15 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -9/+0 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -211/+13 |
| 2020-05-24 | Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu | Dylan DPC | -0/+6 |
| 2020-05-23 | Add missing ASM arena declaration to librustc_middle | Aaron Hill | -0/+6 |