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
/
query
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
Update trait queries
John Kåre Alsaker
-12
/
+12
2019-04-25
Update trait_impls_of
John Kåre Alsaker
-1
/
+1
2019-04-25
Update mir_const_qualif
John Kåre Alsaker
-1
/
+1
2019-04-25
Update rvalue_promotable_map
John Kåre Alsaker
-1
/
+1
2019-04-25
Update region_scope_tree
John Kåre Alsaker
-1
/
+1
2019-04-25
Update inferred_outlives_of
John Kåre Alsaker
-1
/
+1
2019-04-23
Add rustc_allow_const_fn_ptr
Taylor Cramer
-0
/
+2
2019-04-21
Introduce query `static_mutability`
Vadim Petrochenkov
-0
/
+3
2019-04-14
HirIdify hir::Def
ljedrz
-2
/
+2
2019-04-12
Auto merge of #59536 - Zoxc:the-arena, r=eddyb
bors
-4
/
+3
2019-04-05
Remove no_force from coherent_trait
John Kåre Alsaker
-1
/
+0
2019-04-05
Add DropArena and use it to allocate types with few allocations
John Kåre Alsaker
-1
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-3
/
+2
2019-03-30
Move query definitions over to the proc macro
John Kåre Alsaker
-2
/
+920
2019-03-20
Add eval_always to query macro and move a query over
John Kåre Alsaker
-0
/
+5
2019-03-20
Add anon to query macro and move a query over
John Kåre Alsaker
-2
/
+16
2019-03-20
Add no_force to query macro and move some queries over
John Kåre Alsaker
-1
/
+24
2019-03-20
Add no_hash to query macro and move some queries over
John Kåre Alsaker
-0
/
+43
2019-03-18
Add load_cached query modifier and keep dep node names consistent with query ...
John Kåre Alsaker
-0
/
+29
2019-03-18
Define queries using a proc macro
John Kåre Alsaker
-0
/
+37