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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ty
/
query
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-30
Move query definitions over to the proc macro
John Kåre Alsaker
-734
/
+1
2019-03-29
rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.
Eduard-Mihai Burtescu
-2
/
+1
2019-03-27
Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister
Josh Stone
-0
/
+2
2019-03-26
Rollup merge of #59315 - Zoxc:move-query, r=oli-obk
Mazdak Farrokhzad
-62
/
+0
2019-03-25
Make some lints incremental
John Kåre Alsaker
-0
/
+2
2019-03-22
address review comments
Esteban Küber
-3
/
+2
2019-03-20
Add eval_always to query macro and move a query over
John Kåre Alsaker
-5
/
+0
2019-03-20
Add anon to query macro and move a query over
John Kåre Alsaker
-9
/
+0
2019-03-20
Add no_force to query macro and move some queries over
John Kåre Alsaker
-16
/
+0
2019-03-20
Add no_hash to query macro and move some queries over
John Kåre Alsaker
-32
/
+0
2019-03-18
Add load_cached query modifier and keep dep node names consistent with query ...
John Kåre Alsaker
-21
/
+0
2019-03-18
Define queries using a proc macro
John Kåre Alsaker
-10
/
+6
2019-03-06
Rename check_privacy to check_private_in_public
John Kåre Alsaker
-1
/
+1
2019-03-06
Split up privacy checking so privacy_access_levels only does computations req...
John Kåre Alsaker
-1
/
+2
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-2
/
+6
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-6
/
+6
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-30
/
+22
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-2
/
+2
2019-02-13
Cleanup imports
Taiki Endo
-2
/
+2
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-19
/
+19
2019-02-08
Remove no_hash from optimized_mir
John Kåre Alsaker
-1
/
+1
2019-02-08
Move no_hash from mir_built to optimized_mir
John Kåre Alsaker
-2
/
+2
2019-02-08
Remove no_hash from typeck_tables_of
John Kåre Alsaker
-1
/
+1
2019-02-08
Remove no_hash from optimized_mir
John Kåre Alsaker
-1
/
+1
2019-02-08
Add a query type which is always marked as red if it runs
John Kåre Alsaker
-6
/
+7
2019-02-05
move librustc to 2018
Mark Mansi
-39
/
+39
2019-01-29
Make impl_wf_check incremental
John Kåre Alsaker
-0
/
+2
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-1
/
+1
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-1
/
+2
2019-01-19
Auto merge of #57752 - Centril:rollup, r=Centril
bors
-1
/
+6
2019-01-19
Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc
Mazdak Farrokhzad
-1
/
+4
2019-01-17
Querify glob map usage (last use of CrateAnalysis)
Igor Matuszewski
-0
/
+2
2019-01-15
Make the query comment into a doc comment
Igor Matuszewski
-1
/
+2
2019-01-15
Querify entry_fn
Igor Matuszewski
-1
/
+3
2019-01-15
Make privacy checking, intrinsic checking and liveness checking incremental
John Kåre Alsaker
-0
/
+6
2019-01-11
Make more passes incremental
John Kåre Alsaker
-0
/
+12
2019-01-07
Fix and optimize query profiling
John Kåre Alsaker
-0
/
+1
2019-01-04
implement a hack to make traitobject 0.1.0 compile
Ariel Ben-Yehuda
-0
/
+2
2019-01-02
rename `type_moves_by_default` to `type_is_copy_modulo_regions`
Niko Matsakis
-1
/
+1
2018-12-30
Stop well-formedness checking unreachable code.
David Wood
-10
/
+1
2018-12-30
Always check well-formedness.
David Wood
-1
/
+10
2018-12-28
Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser
bors
-0
/
+1
2018-12-27
Integrate chalk engine
scalexm
-0
/
+7
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Add a command line flag to print some query stats
John Kåre Alsaker
-0
/
+1
2018-12-19
Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis
bors
-0
/
+5
2018-12-17
Tweak query code for performance
John Kåre Alsaker
-3
/
+3
2018-12-15
make autoderef steps a query
Ariel Ben-Yehuda
-0
/
+5
[next]