| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | don't unwrap unexpected tokens in `format!` | Andy Russell | -1/+1 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -111/+213 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -2/+2 |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -0/+45 |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -17/+26 |
| 2018-12-29 | Auto merge of #57140 - estebank:str-err, r=varkor | bors | -2/+9 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -8/+0 |
| 2018-12-27 | Fix `trace_macros` and `log_syntax` | Vadim Petrochenkov | -6/+6 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -1/+0 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -4/+4 |
| 2018-12-26 | Add span label to unused string formatting argument | Esteban Küber | -1/+6 |
| 2018-12-26 | Point at correct span for arguments in format strings | Esteban Küber | -1/+3 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -8/+69 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -339/+0 |
| 2018-12-24 | Rollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2018-12-23 | Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkov | Mazdak Farrokhzad | -6/+2 |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-20 | Remove `TokenStream::JointTree`. | Nicholas Nethercote | -6/+2 |
| 2018-12-19 | proc_macro: Accept `$crate` as an identifier if it comes from the compiler | Vadim Petrochenkov | -0/+6 |
| 2018-12-19 | proc_macro: Validate tokens coming from the compiler again | Vadim Petrochenkov | -51/+56 |
| 2018-12-19 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -1/+0 |
| 2018-12-14 | format: minor stylistic improvements | ljedrz | -12/+6 |
| 2018-12-14 | format: refactor verify_arg_type | ljedrz | -22/+16 |
| 2018-12-14 | format: refactor report_invalid_references | ljedrz | -25/+21 |
| 2018-12-14 | format: remove unreachable condition | ljedrz | -22/+9 |
| 2018-12-10 | Rollup merge of #56491 - euclio:assert-error, r=estebank | Guillaume Gomez | -0/+8 |
| 2018-12-10 | Auto merge of #56369 - nnethercote:rm-Delimited, r=petrochenkov | bors | -7/+5 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -7/+5 |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -13/+13 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -6/+3 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -4/+3 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -2/+2 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+1 |
| 2018-12-04 | emit error with span for empty asserts | Andy Russell | -0/+8 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -4/+3 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -2/+2 |
| 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-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 |