about summary refs log tree commit diff
path: root/src/libsyntax/show_span.rs
AgeCommit message (Collapse)AuthorLines
2020-01-11{syntax -> rustc_ast_passes}::show_spanMazdak Farrokhzad-70/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+2
2019-12-22Format the worldMark Rousskov-9/+4
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+0
2019-02-07libsyntax => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
Like #43008 (f668999), but _much more aggressive_.
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ↵Oliver Schneider-5/+5
to a Visitor
2016-06-14Remove the type parameter from `syntax::visit::Visitor`Jeffrey Seyfried-1/+1
2015-12-30use structured errorsNick Cameron-3/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-3/+3
Also split out emitters into their own module.
2015-01-30std: Stabilize FromStr and parseAlex 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-05More test fixes!Alex Crichton-2/+2
2014-12-27Extend span debuggerSeo Sanghyeon-3/+49
2014-09-17rebasing fixesNick Cameron-3/+3
2014-09-17move most of front to libsyntaxNick Cameron-0/+39