about summary refs log tree commit diff
path: root/src/librustc_ast/util
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1180/+0
2020-08-19Move doc comment parsing to rustc_lexerAleksey Kladov-51/+4
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-13Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddybTyler Mandry-1/+0
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-2/+2
2020-08-06rustc_expand: Don not beautify doc comments before passing them to macrosVadim Petrochenkov-23/+20
2020-08-06rustc_ast/comments: Modernize some enum reexportsVadim Petrochenkov-8/+10
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-81/+68
2020-07-22Correctly parse `{} && false` in tail expressionEsteban Küber-1/+0
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-36/+54
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-1/+1
2020-06-26Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=ManishearthManish Goregaokar-1/+1
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-1/+1
2020-06-22Make AssocOp Copyflip1995-1/+1
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-1/+1
2020-05-13Replace some usages of the old `unescape_` functions in AST, clippy and tests.Julian Wollersberger-33/+42
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+2
2020-04-18Move `MapInPlace` to rustc_data_structuresYuki Okushi-110/+0
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-03-20can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-1/+1
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-11/+4
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+1333