| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Rollup merge of #65755 - estebank:icicle, r=davidtwco | Mazdak Farrokhzad | -0/+81 |
| 2019-10-24 | Rollup merge of #65753 - csmoe:derive_fold, r=Centril | Mazdak Farrokhzad | -0/+17 |
| 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-25 | Don't assert for different instance on impl trait alias | csmoe | -0/+17 |
| 2019-10-24 | Changed APIT with explicit generic args span to specific arg spans | Sydney Acksman | -10/+12 |
| 2019-10-24 | Add UI tests for `array::IntoIter` impls | Lukas Kalbertodt | -0/+216 |
| 2019-10-24 | Avoid ICE when adjusting bad self ty | Esteban Küber | -0/+81 |
| 2019-10-24 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+2 |
| 2019-10-23 | Tweak format string error to point at arguments always | Esteban Küber | -5/+15 |
| 2019-10-24 | Adjust the tracking issue for `untagged_unions`. | Mazdak Farrokhzad | -3/+3 |
| 2019-10-24 | rustc_typeck: don't record direct callees in generator_interior. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-10-24 | pre-expansion gate type_ascription | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | pre-expansion gate box_syntax | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | pre-expansion gate label_break_value | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | pre-expansion gate try_blocks | Mazdak Farrokhzad | -4/+7 |
| 2019-10-24 | pre-expansion gate exclusive_range_pattern | Mazdak Farrokhzad | -20/+22 |
| 2019-10-24 | pre-expansion gate box_patterns | Mazdak Farrokhzad | -1/+16 |
| 2019-10-24 | pre-expansion gate decl_macro | Mazdak Farrokhzad | -1/+14 |
| 2019-10-24 | pre-expansion gate const_generics | Mazdak Farrokhzad | -15/+29 |
| 2019-10-24 | pre-expansion gate crate_visibility_modifier | Mazdak Farrokhzad | -1/+13 |
| 2019-10-24 | pre-expansion gate associated_type_bounds | Mazdak Farrokhzad | -1/+14 |
| 2019-10-24 | pre-expansion gate trait_alias. | Mazdak Farrokhzad | -1/+19 |
| 2019-10-24 | syntax: reject `trait Foo: Bar = Baz;`. | Mazdak Farrokhzad | -5/+20 |
| 2019-10-23 | ignore uninhabited non-exhaustive variant fields | David Wood | -0/+36 |
| 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 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -33/+685 |
| 2019-10-23 | Update ui tests | Guillaume Gomez | -2/+5 |
| 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 | Fix rebase | Esteban Küber | -12/+17 |
| 2019-10-22 | review comments: move code, fix indentation and change span | Esteban Küber | -30/+26 |
| 2019-10-22 | Handle projection obligation errors | Esteban Küber | -0/+65 |
| 2019-10-22 | fix compile-fail test | Esteban Küber | -0/+1 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -12/+25 |
| 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 |