about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/module.rs
AgeCommit message (Collapse)AuthorLines
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-1/+3
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-02Remove the `AsRef` impl for `SymbolStr`.Nicholas Nethercote-4/+4
Because it's highly magical, which goes against the goal of keeping `SymbolStr` simple. Plus it's only used in a handful of places that only require minor changes.
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
Including removing a bunch of unnecessary `.as_str()` calls, and a bunch of unnecessary sigils.
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-1/+1
2019-10-16parser: leave a FIXME for laterMazdak Farrokhzad-0/+2
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-5/+5
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-1/+1
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-3/+3
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
`Ident` has had a full span rather than just a `SyntaxContext` for a long time now.
2019-08-11parser: split into {item,module}.rsMazdak Farrokhzad-0/+332