| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -1/+0 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -1/+0 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -1/+1 |
| 2018-12-01 | Introduce proc_macro::Span::source_text | Olivier Goffart | -0/+3 |
| 2018-11-30 | proc_macro: move to a dependency of libtest. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-11-30 | proc_macro: move the rustc server to syntax_ext. | Eduard-Mihai Burtescu | -3/+758 |
| 2018-11-30 | proc_macro: remove the __internal module. | Eduard-Mihai Burtescu | -19/+9 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -129/+124 |
| 2018-11-18 | Rollup merge of #55923 - Zeegomo:master, r=estebank | Pietro Albini | -1/+1 |
| 2018-11-18 | Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichton | Pietro Albini | -10/+8 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | A few tweaks to iterations/collecting | ljedrz | -10/+8 |
| 2018-11-11 | reword #[test] attribute error on fn items | giacomo | -1/+1 |
| 2018-10-31 | syntax: improve a few allocations | ljedrz | -1/+1 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -5/+5 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -2/+2 |
| 2018-10-20 | handle errors based on parse_sess | csmoe | -5/+5 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -7/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -1/+2 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -3/+3 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -3/+3 |
| 2018-09-16 | Attach Applicability to multipart_suggestion and span_suggestions | Vitaly _Vi Shukela | -1/+2 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -1/+7 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -12/+2 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -2/+85 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -2/+12 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -2/+337 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -8/+8 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -5/+6 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -1/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -1/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -8/+8 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-16 | syntax_ext: remove leftover span_err_if_not_stage0 macro. | Eduard-Mihai Burtescu | -13/+2 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -7/+14 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -1/+2 |
| 2018-08-09 | [nll] libsyntax_ext: remove unnecessary mut annotation on variable | memoryruins | -1/+1 |
| 2018-08-09 | [nll] libsyntax_ext: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-10 | Rollup merge of #53215 - ljedrz:refactor_format, r=estebank | kennytm | -61/+70 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -1/+1 |
| 2018-08-09 | Use Cow<str> in describe_num_args | ljedrz | -6/+8 |
| 2018-08-09 | Refactor expand_preparsed_format_args | ljedrz | -55/+62 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-08-06 | Point at correct span when missing comma in `println` | Esteban Küber | -1/+1 |
| 2018-08-01 | Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk | Pietro Albini | -34/+46 |