| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | Auto merge of #54021 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-09-07 | Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakis | bors | -0/+2 |
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -3/+3 |
| 2018-09-06 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -13/+0 |
| 2018-09-05 | slight rewording of labels | Esteban Küber | -1/+1 |
| 2018-09-05 | Fix incorrect outer function type parameter message | Esteban Küber | -3/+4 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -2/+2 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -3/+3 |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -160/+0 |
| 2018-09-01 | Auto merge of #53842 - estebank:various, r=petrochenkov | bors | -1/+3 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -26/+39 |
| 2018-09-01 | Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakis | kennytm | -0/+25 |
| 2018-09-01 | Update tests | Basile Desloges | -160/+0 |
| 2018-08-31 | cleanup: Add main functions to some UI tests | Vadim Petrochenkov | -26/+14 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-08-30 | Use suggestion for dereference help | Esteban Küber | -1/+3 |
| 2018-08-30 | Added help message for missing IndexMut impl. | David Wood | -0/+2 |
| 2018-08-30 | Add regression test for issue #52060 | Basile Desloges | -0/+25 |
| 2018-08-28 | Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis | bors | -18/+8 |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -10/+10 |
| 2018-08-25 | Use smaller span for adjustments on block expressions | Matthew Jasper | -18/+8 |
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -10/+10 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -3/+1 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -3/+4 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -6/+6 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -9/+13 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -3/+3 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -1/+1 |
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -3/+3 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -6/+6 |
| 2018-08-21 | Rollup merge of #53296 - estebank:suggest-closure, r=KodrAus | kennytm | -5/+9 |
| 2018-08-20 | Fix diagnostic regression | varkor | -4/+4 |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -6/+6 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -0/+7 |
| 2018-08-19 | Add notes on unsized argument errors. | Masaki Hara | -0/+4 |
| 2018-08-18 | Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis | bors | -13/+13 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -10/+1 |
| 2018-08-17 | Rollup merge of #53406 - estebank:to_string-to_string, r=michaelwoerister | Corey Farwell | -0/+38 |
| 2018-08-17 | Fix undesirable fallout | Vadim Petrochenkov | -10/+1 |
| 2018-08-15 | Add files I forgot to commit earlier | ashtneoi | -0/+12 |
| 2018-08-15 | Bless UI tests | ashtneoi | -22/+30 |
| 2018-08-15 | When closure with no arguments was expected, suggest wrapping | Esteban Küber | -5/+9 |
| 2018-08-15 | Do not suggest conversion method that is already there | Esteban Küber | -0/+38 |
| 2018-08-15 | Auto merge of #53400 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+1 |
| 2018-08-15 | fix error for unsized packed struct field | Ralf Jung | -1/+1 |
| 2018-08-14 | Update tests | Matthew Jasper | -13/+13 |
| 2018-08-14 | Improved how upvars are detected when presenting errors using prefixes. | David Wood | -0/+2 |
| 2018-08-14 | Normalize tests for i686 Windows. | David Wood | -118/+14 |