| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Fix test | Shotaro Yamada | -1/+0 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -2310/+0 |
| 2018-11-30 | tests: remove ignore-stage1 where possible in proc_macro tests. | Eduard-Mihai Burtescu | -29/+1 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -2/+0 |
| 2018-11-23 | Fix proc-macro test after internal API change | Esteban Küber | -2/+2 |
| 2018-11-18 | Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-11-15 | test/linkage-visibility: Ignore on musl targets | Samuel Holland | -0/+2 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -1/+1 |
| 2018-11-12 | Fix fulldeps test with NodeId | Oliver Scherer | -1/+1 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -1/+2 |
| 2018-10-19 | Update more internals tests to `default` | Oliver Scherer | -2/+2 |
| 2018-10-19 | Update a compiler-test to the `Default` changes | Oliver Scherer | -1/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -1/+1 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -2/+2 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -2/+2 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -1/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -1/+1 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -14/+14 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-26 | Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister | bors | -3/+4 |
| 2018-09-26 | Remove OneVector | ljedrz | -3/+4 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -3/+1 |
| 2018-09-21 | Added expected (compile-time) outputs. | Felix S. Klock II | -0/+7 |
| 2018-09-21 | Add `Rustc` prefixes to `derive(Decodable, Encodable)`. | Felix S. Klock II | -10/+16 |
| 2018-09-21 | Allow various lints in `src/test/run-pass-fulldeps/` so that it can continue ... | Felix S. Klock II | -0/+56 |
| 2018-09-11 | Add missing #![feature(min_const_fn)] to the newtype_index test. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-09-11 | Satisfy tidy | Oliver Schneider | -1/+1 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -0/+20 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -1/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -2/+2 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -1/+2 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -1/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -1/+3 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+1 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -1/+1 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -1/+1 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -3/+3 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -2/+2 |
| 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 | Stabilize macro_vis_matcher | Jakub Kozlowski | -2/+2 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -24/+0 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -2/+2 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -4/+5 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -1/+1 |