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
/
maps.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+14
2017-08-25
rustc: Make `report_cycle` and `CycleError` private
Alex Crichton
-3
/
+2
2017-08-25
rustc: Change the return of a query's `try_get`
Alex Crichton
-8
/
+14
2017-08-24
rustc: Capture diagnostics from all queries
Alex Crichton
-22
/
+60
2017-08-23
-Z profile-query-and-key, separate from -Z profile-query; query key is string...
Matthew Hammer
-4
/
+20
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+25
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-0
/
+2
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-0
/
+13
2017-08-08
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-14
/
+1
2017-08-03
incr.comp.: Make ConstEval dep-node anonymous.
Michael Woerister
-24
/
+13
2017-08-01
incr.comp.: Assert that no DepNode is re-opened (see issue #42298).
Michael Woerister
-1
/
+5
2017-07-27
rustc_const_eval: keep track of the appropriate ParamEnv.
Eduard-Mihai Burtescu
-4
/
+5
2017-07-10
incr.comp.: Cache DepNodes with corresponding query results.
Michael Woerister
-13
/
+34
2017-07-10
Fix some `tidy` errors.
Michael Woerister
-1
/
+2
2017-07-10
Deduplicate DepNode::ConstEval()
Michael Woerister
-2
/
+2
2017-07-10
Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes.
Michael Woerister
-33
/
+39
2017-07-10
Split DepNode::ItemSignature into non-overlapping variants.
Michael Woerister
-12
/
+12
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-27
rustc: rename closure_type to fn_sig.
Eduard-Mihai Burtescu
-4
/
+3
2017-06-15
Divide up metadata into separate DepNodes
Taylor Cramer
-4
/
+4
2017-06-14
Switch CrateNum queries to DefId
Taylor Cramer
-8
/
+8
2017-06-14
On-demandify extern_crate
Taylor Cramer
-1
/
+9
2017-06-14
On-demandify is_allocator and is_panic_runtime
Taylor Cramer
-0
/
+15
2017-06-14
on-demand dylib dependency formats
Taylor Cramer
-0
/
+10
2017-06-13
On-demand is_const_fn
Taylor Cramer
-0
/
+9
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-36
/
+43
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-0
/
+15
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-0
/
+6
2017-05-29
Remove DepGraph::write() and its callers.
Michael Woerister
-13
/
+26
2017-05-28
fix RUST_LOG ICE caused by printing a default impl's DefId
Ariel Ben-Yehuda
-0
/
+3
2017-05-22
fix DepNode
Niko Matsakis
-12
/
+16
2017-05-22
rename `parameter_environment` to `param_env`
Niko Matsakis
-1
/
+1
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-14
/
+14
2017-05-22
move `needs_drop` into a query
Niko Matsakis
-0
/
+12
2017-05-22
make parameter-environment a query
Niko Matsakis
-0
/
+2
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-1
/
+49
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-0
/
+40
2017-05-15
fix typo making maps public
Niko Matsakis
-1
/
+1
2017-05-15
Share lists of blanket impls in results of relevant_impls_for() query.
Michael Woerister
-2
/
+2
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+40
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-09
resolved merge conflicts
achernyak
-14
/
+16
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-1
/
+1
2017-05-07
is_exported_symbol
achernyak
-0
/
+7
2017-05-05
Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix
Corey Farwell
-13
/
+15
2017-05-04
impl_parent
achernyak
-0
/
+7
2017-05-04
trait_of_item
achernyak
-0
/
+7
2017-05-03
remove `pub` modifier (and last use thereof)
Niko Matsakis
-13
/
+1
2017-05-03
factor variances into a proper query
Niko Matsakis
-1
/
+15
[next]