index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_interface
/
interface.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-209
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-08-05
Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.
Nicholas Nethercote
-11
/
+0
2020-07-10
Change some function names.
Nicholas Nethercote
-8
/
+8
2020-07-09
Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2020-07-09
Eliminate confusing "globals" terminology.
Nicholas Nethercote
-1
/
+1
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-19
Fix -Z unpretty=everybody_loops
Joshua Nelson
-0
/
+1
2020-05-31
Make `SourceMap` available for early debug-printing of `Span`s
Aaron Hill
-11
/
+13
2020-05-27
rustc_session: Cleanup session creation
Vadim Petrochenkov
-7
/
+2
2020-05-02
fix miri-unleash delayed sanity checking
Ralf Jung
-1
/
+1
2020-04-02
use direct import for ErrorReported
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-4
/
+4
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-11
Support linking from a .rlink file
Victor Ding
-2
/
+15
2020-02-01
syntax: reexport attr globals
Mazdak Farrokhzad
-1
/
+1
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-3
/
+3
2020-02-01
syntax: move GLOBALS to attr module
Mazdak Farrokhzad
-1
/
+1
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-2
/
+3
2020-01-09
Label unmarked time
John Kåre Alsaker
-4
/
+10
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-40
/
+45
2019-12-19
Fix documentation typo
LeSeulArtichaut
-1
/
+1
2019-11-24
Isolate compiler queries inside the Queries type.
Camille GILLOT
-3
/
+0
2019-11-20
Delete ProcessCfgMod
Mark Rousskov
-2
/
+1
2019-11-16
move DIAGNOSTICS usage to rustc_driver
Mazdak Farrokhzad
-15
/
+13
2019-11-11
Add a callback that allows compiler consumers to override queries.
Vytautas Astrauskas
-0
/
+11
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-1
/
+1
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-3
/
+4
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-03
use silent emitter for rustdoc highlighting pass
Andy Russell
-12
/
+2
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-8
/
+0
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-0
/
+9
2019-10-22
Add some documentation
Mark Rousskov
-0
/
+5
2019-10-19
move parse_cfgspecs to rustc_interface
Mazdak Farrokhzad
-3
/
+60
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-0
/
+4
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-12
/
+1
2019-09-30
Make the default parallelism 1
Mark Rousskov
-1
/
+4
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-05-21
Specify the edition for the rustdoc thread-pool
John Kåre Alsaker
-2
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-1
/
+3
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+3
2019-04-12
Use measureme in self-profiler
Wesley Wiser
-4
/
+0
2019-04-03
Deny internal lints on librustc_interface
flip1995
-1
/
+0
[next]