| Age | Commit message (Expand) | Author | Lines |
| 2019-10-03 | proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene | Vadim Petrochenkov | -0/+6 |
| 2019-09-30 | Fixed weird non-sequential indices for serialisation of `SourceFile` type. | Alexander Regueiro | -16/+15 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -6/+6 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -7/+0 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -0/+19 |
| 2019-09-05 | Add an ExpnKind for AST passes | Matthew Jasper | -0/+1 |
| 2019-08-23 | hygiene: Require passing transparency explicitly to `apply_mark` | Vadim Petrochenkov | -3/+3 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -0/+8 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -0/+56 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -25/+25 |
| 2019-08-15 | syntax_pos: Remove the duplicate global edition | Vadim Petrochenkov | -2/+0 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -36/+27 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -9/+12 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -0/+6 |
| 2019-08-14 | convert \r\n to \n when loading files | Aleksey Kladov | -0/+56 |
| 2019-08-03 | Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -22/+3 |
| 2019-07-29 | review comments | Esteban Küber | -0/+1 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -6/+3 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -8/+8 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -8/+8 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -1/+2 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -3/+6 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -12/+12 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-17 | don't ICE on large files | Aleksey Kladov | -3/+9 |
| 2019-06-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -3/+15 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-09 | Introduce InnerSpan abstraction | Mark Rousskov | -3/+15 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-05 | Add `modernize_and_adjust` methods. | Nicholas Nethercote | -0/+8 |
| 2019-06-05 | Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`. | Nicholas Nethercote | -5/+4 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -10/+10 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -3/+7 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Rename `syntax::symbol::symbols` as `syntax::symbol::sym`. | Nicholas Nethercote | -1/+1 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -0/+2 |
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -12/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-26 | bump bootstrap; adjust stage0 uses in libsyntax_pos | Mazdak Farrokhzad | -1/+0 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -21/+21 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -2/+6 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -2/+3 |
| 2019-02-11 | Ease the transition to requiring features by just warning if there's no featu... | Oliver Scherer | -1/+4 |