| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Rollup merge of #65746 - estebank:newcomer-format, r=Centril | Mazdak Farrokhzad | -5/+15 |
| 2019-10-24 | Rollup merge of #65729 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -24/+45 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -3/+3 |
| 2019-10-23 | Tweak format string error to point at arguments always | Esteban Küber | -5/+15 |
| 2019-10-23 | Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb | Mazdak Farrokhzad | -0/+41 |
| 2019-10-23 | Rollup merge of #65641 - nnethercote:derive-TokenStream-Encodable-Decodable, ... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-23 | Rollup merge of #65518 - estebank:i-want-to-break-free, r=eddyb | Mazdak Farrokhzad | -1/+17 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -37/+34 |
| 2019-10-23 | UI failures fix | Umesh Kalappa | -2/+5 |
| 2019-10-23 | Add regression test for #62579 | varkor | -0/+23 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -33/+685 |
| 2019-10-23 | Rollup merge of #65688 - JohnTitor:add-some-tests, r=Dylan-DPC | Yuki Okushi | -0/+103 |
| 2019-10-23 | Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomez | Yuki Okushi | -2/+8 |
| 2019-10-23 | Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2019-10-23 | Rollup merge of #65507 - polyedre:master, r=nikomatsakis | Yuki Okushi | -754/+66 |
| 2019-10-23 | Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis | Yuki Okushi | -0/+373 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -49/+685 |
| 2019-10-22 | Add regression test for #65675 | varkor | -0/+18 |
| 2019-10-22 | Use E0741 for structural match error | varkor | -6/+6 |
| 2019-10-22 | Fix rustdoc const generics test | varkor | -0/+1 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -24/+14 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -2/+2 |
| 2019-10-22 | Forbid non-`structural_match` types in const generics | varkor | -0/+30 |
| 2019-10-22 | Add test for issue-63496 | Yuki Okushi | -0/+30 |
| 2019-10-22 | Add test for issue-52437 | Yuki Okushi | -0/+20 |
| 2019-10-22 | Add test for issue-51431 | Yuki Okushi | -0/+18 |
| 2019-10-22 | Add test for issue-41366 | Yuki Okushi | -0/+35 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -2/+8 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -0/+11 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -198/+410 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -2/+2 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -0/+67 |
| 2019-10-21 | Report even duplilcate errors in case the feature gat is not active | Oliver Scherer | -4/+29 |
| 2019-10-21 | Fix `canonicalize_const_var` from leaking inference variables through | ben | -0/+67 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -9/+100 |
| 2019-10-21 | Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+3 |
| 2019-10-21 | Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasper | Mazdak Farrokhzad | -10/+10 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -15/+32 |
| 2019-10-21 | Derive `Rustc{En,De}codable` for `TokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Rollup merge of #65579 - skinny121:resolve_const_vars, r=varkor | Yuki Okushi | -8/+8 |
| 2019-10-20 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -6/+3 |
| 2019-10-20 | Auto merge of #65622 - Centril:rollup-l8orba7, r=Centril | bors | -2/+44 |
| 2019-10-20 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-20 | Rollup merge of #65602 - varkor:other-candidates, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+42 |
| 2019-10-20 | Auto merge of #65497 - choller:master, r=tmiasko | bors | -4/+20 |
| 2019-10-20 | Improve error message for APIT with explicit generic parameters | varkor | -10/+10 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -8/+8 |