| Age | Commit message (Expand) | Author | Lines |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+2 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -3/+5 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -3/+3 |
| 2020-06-07 | Rollup merge of #73059 - lcnr:outdated-comment, r=matthewjasper | Dylan DPC | -4/+0 |
| 2020-06-06 | Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis | Ralf Jung | -2/+2 |
| 2020-06-06 | remove outdated comment | Bastian Kauschke | -4/+0 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -1/+1 |
| 2020-06-04 | Rollup merge of #72950 - lcnr:fix_doc, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-06-03 | Auto merge of #72754 - lcnr:predicate-fold, r=nikomatsakis | bors | -1/+2 |
| 2020-06-03 | fix `AdtDef` docs | Bastian Kauschke | -1/+1 |
| 2020-06-03 | Auto merge of #70107 - lcnr:issue68977, r=eddyb | bors | -4/+4 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -21/+6 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -2/+17 |
| 2020-06-02 | Rollup merge of #72822 - lcnr:intern-me, r=estebank | Yuki Okushi | -1/+5 |
| 2020-06-01 | `PolyTraitRef::self_ty` returns `Binder<Ty>` | Dylan MacKenzie | -2/+2 |
| 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 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -27/+93 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -29/+29 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -2/+1 |
| 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 | -1/+21 |
| 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 | Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov | Dylan DPC | -4/+4 |
| 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 | -2/+1 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -38/+49 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -4/+4 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -4/+4 |
| 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 | -4/+14 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -0/+10 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -2/+2 |
| 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 | -2/+2 |
| 2020-05-24 | Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse | Ralf Jung | -46/+15 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -50/+11 |
| 2020-05-23 | fix Predicate perf regression | Bastian Kauschke | -2/+5 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -27/+41 |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -9/+3 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -9/+9 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -50/+11 |