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
2020-04-27
Change return type of `entry_fn` query to return a `LocalDefId`
marmeladema
-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
-5
/
+5
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-21
separate out an arena for HIR
Mazdak Farrokhzad
-2
/
+4
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-8
/
+52
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-19
Split query stats into its own file
John Kåre Alsaker
-1
/
+1
2020-02-06
Remove the `Forest` type
John Kåre Alsaker
-9
/
+9
2020-02-04
Split `join_codegen_and_link()` into two steps
Victor Ding
-10
/
+13
2020-01-17
Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb
Dylan DPC
-4
/
+1
2020-01-11
Use Arena for interning
John Kåre Alsaker
-4
/
+1
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-3
/
+2
2020-01-09
Tweak timers
John Kåre Alsaker
-1
/
+0
2020-01-09
Label unmarked time
John Kåre Alsaker
-2
/
+13
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-4
/
+4
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-52
/
+50
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-3
/
+4
2019-12-06
Auto merge of #65195 - varkor:to_option, r=Centril
bors
-5
/
+3
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+3
2019-12-06
Fix Query type docs
Ömer Sinan Ağacan
-2
/
+2
2019-11-27
Allocate HIR Forest on arena.
Camille GILLOT
-3
/
+1
2019-11-27
Misc renames.
Camille GILLOT
-3
/
+3
2019-11-27
Simplify handling of AllArenas.
Camille GILLOT
-3
/
+3
2019-11-27
Rename BoxedGlobalCtxt.
Camille GILLOT
-3
/
+3
2019-11-27
Rename lifetimes.
Camille GILLOT
-13
/
+13
2019-11-26
Move local Arena to Queries.
Camille GILLOT
-1
/
+6
2019-11-26
Have Queries own the GlobalCtxt.
Camille GILLOT
-18
/
+35
2019-11-26
Review nits.
Camille GILLOT
-4
/
+1
2019-11-25
Superfluous lifetime.
Camille GILLOT
-2
/
+2
2019-11-25
Pass Queries by reference.
Camille GILLOT
-5
/
+5
2019-11-25
Remove wrong comment.
Camille GILLOT
-5
/
+0
2019-11-24
Tidy.
Camille GILLOT
-1
/
+3
2019-11-24
Move linking ouside the interface queries.
Camille GILLOT
-20
/
+44
2019-11-24
Isolate compiler queries inside the Queries type.
Camille GILLOT
-41
/
+76
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-5
/
+4
2019-10-24
rustc_interface: Remove `ExpansionResult` and some `Steal`s
Vadim Petrochenkov
-7
/
+10
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
[next]