| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -2/+21 |
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -0/+12 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -26/+29 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -1/+2 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -3/+3 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+5 |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -3/+3 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -26/+29 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -21/+2 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -4/+3 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -0/+5 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -3/+4 |
| 2018-09-07 | Auto merge of #53893 - petrochenkov:cfgexpr, r=pnkfelix | bors | -13/+0 |
| 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 |