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
/
queries.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-5
/
+4
2019-10-24
rustc: Combine resolver outputs into a single struct
Vadim Petrochenkov
-2
/
+1
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-1
/
+1
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-0
/
+7
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-6
/
+15
2019-09-25
Remove tx_to_llvm_workers from TyCtxt
Mark Rousskov
-15
/
+0
2019-09-19
Add a comment to `Compiler::compile()`.
Nicholas Nethercote
-2
/
+7
2019-09-11
Move call site of `dep_graph_future()`.
Nicholas Nethercote
-3
/
+11
2019-09-02
Remove `lower_to_hir()` call from `prepare_output()`.
Nicholas Nethercote
-1
/
+0
2019-09-02
Don't call `self.parse()` in `Compiler::crate_name()` unless necessary.
Nicholas Nethercote
-10
/
+11
2019-08-10
Remove Option from resolver
Mark Rousskov
-7
/
+7
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-14
/
+2
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-03-27
librustc_interface => 2018
Mazdak Farrokhzad
-2
/
+3
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-0
/
+302
[prev]