| Age | Commit message (Expand) | Author | Lines |
| 2019-10-01 | Add E0551 long error explanation | Guillaume Gomez | -1/+19 |
| 2019-10-01 | Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril | Mazdak Farrokhzad | -153/+23 |
| 2019-10-01 | Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-clarity, r... | Mazdak Farrokhzad | -273/+239 |
| 2019-10-01 | Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkov | Mazdak Farrokhzad | -1/+43 |
| 2019-10-01 | Rollup merge of #64928 - JohnTitor:add-some-tests, r=Centril | Mazdak Farrokhzad | -0/+125 |
| 2019-10-01 | Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum | Mazdak Farrokhzad | -71/+74 |
| 2019-10-01 | Rollup merge of #64896 - XAMPPRocky:remove-grammar, r=Centril | Mazdak Farrokhzad | -3566/+4 |
| 2019-10-01 | Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko... | Mazdak Farrokhzad | -28/+281 |
| 2019-10-01 | Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebank | Mazdak Farrokhzad | -37/+323 |
| 2019-10-01 | Rollup merge of #63931 - petrochenkov:stabmac, r=Centril | Mazdak Farrokhzad | -363/+60 |
| 2019-10-01 | Rollup merge of #63674 - petrochenkov:meta2, r=Centril | Mazdak Farrokhzad | -83/+119 |
| 2019-09-30 | Deduplicate closure type errors | Esteban Küber | -153/+23 |
| 2019-10-01 | Fix borrowck errors | AnthonyMikh | -2/+2 |
| 2019-10-01 | Hint type for `.sum()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Ascript type explicitly | AnthonyMikh | -1/+1 |
| 2019-10-01 | Fix errors | AnthonyMikh | -10/+10 |
| 2019-10-01 | (fmt) remove trailing whitespaces | AnthonyMikh | -2/+2 |
| 2019-09-30 | async/await: improve obligation errors | David Wood | -28/+281 |
| 2019-10-01 | Use pattern matching instead of indexing tuples | AnthonyMikh | -4/+2 |
| 2019-10-01 | Address review comments | Vadim Petrochenkov | -2/+14 |
| 2019-10-01 | Simplify a conditional in `collect_annotations` | AnthonyMikh | -16/+11 |
| 2019-09-30 | Rollup merge of #64923 - lzutao:improve-doc-needs_drop, r=jonas-schievink | Tyler Mandry | -4/+6 |
| 2019-09-30 | Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor | Tyler Mandry | -0/+25 |
| 2019-09-30 | Rollup merge of #64911 - hman523:64844, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2019-09-30 | Rollup merge of #64893 - SimonSapin:vec-of-option-box, r=sfackler | Tyler Mandry | -0/+25 |
| 2019-09-30 | Rollup merge of #64891 - SimonSapin:vec-of-fat-raw-ptr, r=sfackler | Tyler Mandry | -2/+50 |
| 2019-09-30 | Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r=oli-obk | Tyler Mandry | -2/+20 |
| 2019-09-30 | Rollup merge of #64828 - ecstatic-morse:generic-dataflow-graphviz, r=oli-obk | Tyler Mandry | -20/+535 |
| 2019-09-30 | Rollup merge of #64786 - tmandry:patch-1, r=alexcrichton | Tyler Mandry | -2/+4 |
| 2019-09-30 | Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank | Tyler Mandry | -5/+53 |
| 2019-10-01 | Remove redundant `.iter_mut()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Simplify `EmitterWriter::emit_suggestion_default` | AnthonyMikh | -104/+107 |
| 2019-09-30 | Update doc comment for `style_or_override` | AnthonyMikh | -1/+1 |
| 2019-09-30 | Simplify `EmitterWriter::get_max_line_num` | AnthonyMikh | -8/+4 |
| 2019-09-30 | Simplify `EmitterWriter::get_multispan_max_line_num` | AnthonyMikh | -16/+16 |
| 2019-09-30 | Simplify code for special case of annotation | AnthonyMikh | -12/+10 |
| 2019-09-30 | typeck: silence unreachable code from await | David Wood | -1/+43 |
| 2019-09-30 | syntax: Support modern attribute syntax in the `meta` matcher | Vadim Petrochenkov | -56/+68 |
| 2019-10-01 | Add test for #58344 | Yuki Okushi | -0/+69 |
| 2019-10-01 | Add test for #58022 | Yuki Okushi | -0/+37 |
| 2019-10-01 | Add test for #50571 | Yuki Okushi | -0/+19 |
| 2019-09-30 | syntax: Split `ast::Attribute` into container and inner parts | Vadim Petrochenkov | -27/+39 |
| 2019-09-30 | Stabilize proc macros in type positions | Vadim Petrochenkov | -27/+23 |
| 2019-09-30 | Stabilize macros in `extern` blocks | Vadim Petrochenkov | -336/+37 |
| 2019-09-30 | Stop printing `Qualif` results in debug logs | Dylan MacKenzie | -4/+0 |
| 2019-09-30 | Use separate files for debugging `Qualif` dataflow results | Dylan MacKenzie | -1/+6 |
| 2019-09-30 | Update consumers of `generic::Engine` API | Dylan MacKenzie | -1/+2 |
| 2019-09-30 | Add graphviz debug output for generic dataflow | Dylan MacKenzie | -5/+510 |
| 2019-09-30 | Allow `ResultsCursor` to borrow the underlying `Results` | Dylan MacKenzie | -8/+16 |
| 2019-09-30 | Fix typo in docs | Dylan MacKenzie | -1/+1 |