| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-11 | {syntax -> rustc_ast_passes}::show_span | Mazdak Farrokhzad | -70/+0 | |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -9/+4 | |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+0 | |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ↵ | Oliver Schneider | -5/+5 | |
| to a Visitor | ||||
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -1/+1 | |
| 2015-12-30 | use structured errors | Nick Cameron | -3/+3 | |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -3/+3 | |
| Also split out emitters into their own module. | ||||
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -4/+5 | |
| This commits adds an associated type to the `FromStr` trait representing an error payload for parses which do not succeed. The previous return value, `Option<Self>` did not allow for this form of payload. After the associated type was added, the following attributes were applied: * `FromStr` is now stable * `FromStr::Err` is now stable * `FromStr::from_str` is now stable * `StrExt::parse` is now stable * `FromStr for bool` is now stable * `FromStr for $float` is now stable * `FromStr for $integral` is now stable * Errors returned from stable `FromStr` implementations are stable * Errors implement `Display` and `Error` (both impl blocks being `#[stable]`) Closes #15138 | ||||
| 2015-01-05 | More test fixes! | Alex Crichton | -2/+2 | |
| 2014-12-27 | Extend span debugger | Seo Sanghyeon | -3/+49 | |
| 2014-09-17 | rebasing fixes | Nick Cameron | -3/+3 | |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -0/+39 | |
