| Age | Commit message (Expand) | Author | Lines |
| 2019-10-01 | replace try_for_each with try_fold to generate less code | Andreas Jonson | -13/+14 |
| 2019-10-01 | Remove special treatment for `_intern_canonical_var_infos`. | Nicholas Nethercote | -14/+1 |
| 2019-10-01 | Reorder the slice interners. | Nicholas Nethercote | -2/+2 |
| 2019-10-01 | Add lower bound doctests for `saturating_{add,sub}` signed ints | Lzu Tao | -3/+6 |
| 2019-10-01 | Avoid `SmallVec::collect()` in `List<Predicate>::super_fold_with()`. | Nicholas Nethercote | -2/+15 |
| 2019-10-01 | Inline `{min,max}_value` even in debug builds | Lzu Tao | -4/+4 |
| 2019-10-01 | syntax: reformat passing of `FnHeader` to `parse_item_fn`. | Mazdak Farrokhzad | -18/+22 |
| 2019-10-01 | syntax: de-closure-ify `check_or_expected`. | Mazdak Farrokhzad | -7/+7 |
| 2019-10-01 | syntax: merge things back into `parse_visibility`. | Mazdak Farrokhzad | -37/+25 |
| 2019-10-01 | syntax: put helpers of `parse_self_param` in the method. | Mazdak Farrokhzad | -58/+57 |
| 2019-10-01 | Avoid `SmallVec::collect()` in `Result::intern_with()`. | Nicholas Nethercote | -2/+23 |
| 2019-10-01 | syntax: document some methods. | Mazdak Farrokhzad | -2/+6 |
| 2019-09-30 | Deduplicate closure type errors | Esteban Küber | -153/+23 |
| 2019-10-01 | Avoid `SmallVec::collect()` in `SubstsRef::super_fold_with()`. | Nicholas Nethercote | -8/+35 |
| 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-09-30 | Fixes #64919. Suggest fix based on operator precendence. | Sam Radhakrishnan | -2/+43 |
| 2019-10-01 | Use pattern matching instead of indexing tuples | AnthonyMikh | -4/+2 |
| 2019-09-30 | review comments | Esteban Küber | -11/+14 |
| 2019-09-30 | Avoid ICE on return outside of fn with literal array | Esteban Küber | -3/+31 |
| 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 | Make the default parallelism 1 | Mark Rousskov | -14/+24 |
| 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 | Reword E0392 slightly | Esteban Küber | -25/+30 |
| 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 |