| Age | Commit message (Expand) | Author | Lines |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+3 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -6/+25 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+6 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -4/+7 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -40/+5 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -5/+3 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -12/+12 |
| 2020-06-11 | Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat... | bors | -2/+2 |
| 2020-06-10 | Allow inference regions when relating consts | Tyler Mandry | -10/+1 |
| 2020-06-10 | Add doc comments | Aaron Hill | -0/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+4 |
| 2020-06-10 | On recursive ADT, provide indirection structured suggestion | Esteban Küber | -1/+9 |
| 2020-06-10 | Rollup merge of #72890 - davidtwco:issue-66202-normalize-and-transparent-impr... | Dylan DPC | -0/+28 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -152/+255 |
| 2020-06-09 | Relate existential associated types with variance Invariant | Santiago Pastorino | -2/+2 |
| 2020-06-09 | lint: transitive FFI-safety for transparent types | David Wood | -0/+28 |
| 2020-06-09 | Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis | bors | -136/+137 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+2 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -4/+7 |
| 2020-06-08 | Rollup merge of #73090 - marmeladema:resolver-outputs-local-def-id, r=petroch... | Dylan DPC | -7/+8 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -7/+8 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -11/+11 |
| 2020-06-07 | Rollup merge of #73059 - lcnr:outdated-comment, r=matthewjasper | Dylan DPC | -4/+0 |
| 2020-06-07 | use enum to represent ObligationCause::dummy without allocating | Bastian Kauschke | -10/+9 |
| 2020-06-07 | store `ObligationCause` on the heap | Bastian Kauschke | -10/+48 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -6/+8 |
| 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-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-06-05 | Rename traits::ImplSourceImpl to ImplSourceUserDefined. | Ana-Maria Mihalache | -18/+20 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -134/+133 |
| 2020-06-04 | Remove unsused `NodeId` related APIs in hir map | marmeladema | -35/+2 |
| 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 | Rename the crates in source code | Vadim Petrochenkov | -2/+2 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 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 #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 | `PolyTraitRef::self_ty` returns `Binder<Ty>` | Dylan MacKenzie | -2/+2 |
| 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 |