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
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-1
/
+1
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-2
/
+2
2018-11-15
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
Pietro Albini
-5
/
+6
2018-11-14
Wrap some query results in `Lrc`.
Nicholas Nethercote
-5
/
+6
2018-11-13
Auto merge of #55912 - kennytm:rollup, r=kennytm
bors
-1
/
+2
2018-11-13
Replace type params with bound vars in `rustc_traits::lowering`
scalexm
-1
/
+1
2018-11-11
Reference count `crate_inherent_impls`s return value.
Hugo van der Wijst
-1
/
+2
2018-10-25
Report const eval error inside the query
Oliver Schneider
-0
/
+12
2018-10-24
introduce (but do not use) `ascribe_user_type` goal
Niko Matsakis
-3
/
+14
2018-10-19
Auto merge of #55040 - scalexm:param-env, r=nikomatsakis
bors
-1
/
+4
2018-10-18
Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung
kennytm
-8
/
+8
2018-10-17
Add `FromEnv` for input types in the environment
scalexm
-3
/
+3
2018-10-17
Implement the `environment` query
scalexm
-0
/
+1
2018-10-17
Use `Environment` instead of `ty::ParamEnv` in chalk context
scalexm
-1
/
+3
2018-10-15
Uplift some comments to doc comments
Oliver Scherer
-8
/
+8
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-10
/
+10
2018-10-05
rustc/ty: use Cow<str> where applicable
ljedrz
-0
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-2
/
+17
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-3
/
+3
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-4
/
+4
2018-09-06
crates that provide a `panic_handler` are exempt from `unused_extern_crates`
Jorge Aparicio
-0
/
+1
2018-09-03
Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton
bors
-2
/
+1
2018-08-31
Make codegen not be a query (since it's not a real query anyway).
Michael Woerister
-2
/
+1
2018-08-31
trip const_to_alloc query
csmoe
-12
/
+1
2018-08-23
Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis
bors
-2
/
+2
2018-08-22
miri/CTFE refactor
Ralf Jung
-4
/
+4
2018-08-20
Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.
Nicholas Nethercote
-2
/
+2
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+8
2018-08-02
Basic profiling
Wesley Wiser
-0
/
+1
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-0
/
+8
2018-07-17
Categorize queries for later self-profiling
Wesley Wiser
-451
/
+551
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-1
/
+0
2018-07-02
introduce `predicates_defined_on` for traits
Niko Matsakis
-4
/
+29
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-4
/
+4
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+2
2018-06-26
introduce `Normalizable` trait for things directly normalizable
Niko Matsakis
-4
/
+36
2018-06-26
convert `prove_predicate` into a query
Niko Matsakis
-1
/
+10
2018-06-26
make `Subtype` a true query
Niko Matsakis
-1
/
+9
2018-06-26
make `Eq` a true query
Niko Matsakis
-1
/
+9
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-0
/
+667