about summary refs log tree commit diff
path: root/src/librustc_interface/util.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-770/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+1
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-25/+23
2020-08-03Remove `GCX_PTR`.Nicholas Nethercote-14/+10
2020-07-16Remove leftover from emscripten fastcomp supportbjorn3-7/+2
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-5/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-2/+2
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-10Change some function names.Nicholas Nethercote-3/+3
2020-07-10Tweak `spawn_thread_pool`.Nicholas Nethercote-11/+12
2020-07-10Add an explanatory comment to `scoped_thread`.Nicholas Nethercote-0/+2
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-10/+11
2020-05-27rustc_session: Cleanup session creationVadim Petrochenkov-4/+4
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-0/+2
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-1/+1
2020-05-18Implement AST lowering for asm!Amanieu d'Antras-3/+6
2020-05-10Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasperbors-1/+1
2020-05-07Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obkbors-8/+1
2020-05-03Enable `cfg` predicate for `target_feature = "crt-static"` only if the target...Vadim Petrochenkov-1/+1
2020-05-02Set the default stack size to 8MBSimonas Kazlauskas-1/+1
2020-05-02Prevent stack overflow for deeply recursive codeOliver Scherer-8/+1
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-13/+14
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-1/+1
2020-04-26fix more clippy warningsMatthias Krüger-4/+4
2020-04-25Remove support for self-openingMark Rousskov-1/+1
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-11/+8
2020-04-02Add hash of source files in debug infoArlo Siemsen-5/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-7/+9
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-4/+4
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-2/+1
2020-03-17Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisabors-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-2/+1
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-1/+1
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-1/+1
2020-03-03Don't use static crt by default when build proc-macro.12101111-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-9/+9
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-1/+1
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-1/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-2/+2
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-1/+1
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-2/+2
2020-02-15ast: move Generics into AssocItemKindsMazdak Farrokhzad-1/+1
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+1
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-4/+4