about summary refs log tree commit diff
path: root/src/librustc_interface/interface.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-209/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-05Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.Nicholas Nethercote-11/+0
2020-07-10Change some function names.Nicholas Nethercote-8/+8
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-1/+1
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-1/+1
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-2/+2
2020-06-19Fix -Z unpretty=everybody_loopsJoshua Nelson-0/+1
2020-05-31Make `SourceMap` available for early debug-printing of `Span`sAaron Hill-11/+13
2020-05-27rustc_session: Cleanup session creationVadim Petrochenkov-7/+2
2020-05-02fix miri-unleash delayed sanity checkingRalf Jung-1/+1
2020-04-02use direct import for ErrorReportedMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-4/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-11Support linking from a .rlink fileVictor Ding-2/+15
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-3/+3
2020-02-01syntax: move GLOBALS to attr moduleMazdak Farrokhzad-1/+1
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-2/+3
2020-01-09Label unmarked timeJohn Kåre Alsaker-4/+10
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-40/+45
2019-12-19Fix documentation typoLeSeulArtichaut-1/+1
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-3/+0
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-15/+13
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+11
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+1
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-3/+4
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-03use silent emitter for rustdoc highlighting passAndy Russell-12/+2
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-8/+0
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-0/+9
2019-10-22Add some documentationMark Rousskov-0/+5
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-3/+60
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+4
2019-10-03Remove -Zprofile-queriesMark Rousskov-12/+1
2019-09-30Make the default parallelism 1Mark Rousskov-1/+4
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-05-21Specify the edition for the rustdoc thread-poolJohn Kåre Alsaker-2/+2
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+3
2019-04-12Use measureme in self-profilerWesley Wiser-4/+0
2019-04-03Deny internal lints on librustc_interfaceflip1995-1/+0