| Age | Commit message (Expand) | Author | Lines |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -3/+2 |
| 2019-11-16 | parse: Use string literal parsing in the `asm` macro | Vadim Petrochenkov | -14/+25 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -5/+2 |
| 2019-11-15 | Rollup merge of #66415 - tmandry:force-test-in-process, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-11-15 | Improve error message for tests with panic=abort | Tyler Mandry | -1/+2 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -120/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+5 |
| 2019-11-14 | Rollup merge of #66349 - euclio:def-site-builtins, r=petrochenkov | Yuki Okushi | -0/+8 |
| 2019-11-12 | expand source_util macros with def-site context | Andy Russell | -0/+8 |
| 2019-11-11 | Fix error message about exported symbols from proc-macro crates | Lukas Kalbertodt | -4/+6 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -11/+12 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -10/+10 |
| 2019-11-09 | Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis | Mazdak Farrokhzad | -33/+55 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -2/+3 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -21/+15 |
| 2019-11-08 | ast::MethodSig -> ast::FnSig | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -10/+12 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -2/+1 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -14/+17 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -6/+8 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -6/+6 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Rollup merge of #66093 - estebank:fmt-ice, r=Centril | Mazdak Farrokhzad | -4/+6 |
| 2019-11-05 | Provide structured suggestions for valid formatting descriptors | Esteban Küber | -1/+22 |
| 2019-11-05 | Point at formatting descriptor string when it is invalid | Esteban Küber | -33/+34 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -2/+2 |
| 2019-11-05 | Do not ICE whith a precision flag in formatting str and no format arguments | Esteban Küber | -4/+6 |
| 2019-11-05 | Review feedback: Remove more stuff! Simplify simplify simplify! | Felix S. Klock II | -7/+3 |
| 2019-11-05 | Remove `PartialEq` and `Eq` from the `SpecialDerives`. | Felix S. Klock II | -6/+0 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+2 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -10/+14 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -2/+95 |
| 2019-10-25 | Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkov | Mazdak Farrokhzad | -0/+11 |
| 2019-10-23 | Tweak format string error to point at arguments always | Esteban Küber | -1/+4 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+1 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+10 |
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -3/+21 |
| 2019-10-18 | review comment: span bug label | Esteban Küber | -1/+1 |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -17/+11 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -45/+47 |
| 2019-10-16 | attr: remove dep on ExtCtxt | Mazdak Farrokhzad | -2/+17 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -5/+6 |
| 2019-10-14 | Rollup merge of #65261 - nnethercote:rm-Option-from-TokenStream, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+20 |
| 2019-10-14 | Remove the `Option` in `TokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -8/+20 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+44 |