| Age | Commit message (Expand) | Author | Lines |
| 2020-07-30 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+1 |
| 2020-07-10 | Perform obligation deduplication to avoid buggy `ExistentialMismatch` | Esteban Küber | -3/+13 |
| 2020-06-26 | Allow inference regions when relating consts | Tyler Mandry | -10/+1 |
| 2020-06-02 | Rollup merge of #72893 - RalfJung:unleash-tls, r=ecstatic-morse | Yuki Okushi | -2/+2 |
| 2020-06-02 | Rollup merge of #72822 - lcnr:intern-me, r=estebank | Yuki Okushi | -1/+5 |
| 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-06-01 | Rollup merge of #72823 - matthewjasper:describe-queries, r=eddyb | Dylan DPC | -66/+168 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -66/+168 |
| 2020-05-31 | remove trivial calls to mk_const | Bastian Kauschke | -1/+5 |
| 2020-05-31 | Rollup merge of #72745 - lcnr:interned-cleanup, r=petrochenkov | Ralf Jung | -48/+2 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -15/+1 |
| 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 | 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 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 | 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 | 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 |