about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/test_harness.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-383/+0
2020-08-22Use smaller def span for functionsAaron Hill-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-38/+63
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-38/+63
2020-08-06Incorporate tracing cratebishtpawan-1/+1
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-1/+1
2020-07-15Add and use more static symbols.Nicholas Nethercote-4/+2
2020-06-27Rename two `Resolver` traitsVadim Petrochenkov-3/+3
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-05-01doc: misc rustdoc thingsTshepang Lekhonkhobe-2/+4
2020-03-24defatalize get_test_runnerMazdak Farrokhzad-10/+10
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-1/+1
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-2/+2
2020-03-05Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-5/+5
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-4/+4
2020-02-24ast: add `Defaultness` to `Item`, making `AssocItem` an alias.Mazdak Farrokhzad-16/+8
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+2
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-2/+2
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+366