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-23
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-14
/
+1
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
2017-05-03
fn_arg_names
achernyak
-0
/
+7
2017-05-03
item_attrs
achernyak
-0
/
+8
2017-05-03
all queries use dep nodes
achernyak
-7
/
+3
2017-05-02
Rollup merge of #41653 - achernyak:master, r=nikomatsakis
Corey Farwell
-1
/
+16
2017-05-02
rename from `item_mir` to `optimized_mir`
Niko Matsakis
-2
/
+2
2017-05-02
delete dead code
Niko Matsakis
-87
/
+2
2017-05-02
simplify down to one query per pass suite
Niko Matsakis
-38
/
+4
2017-05-02
rip out everything but `MirPass`, move the logic into suites
Niko Matsakis
-1
/
+1
2017-05-02
add a README describing the whole design
Niko Matsakis
-0
/
+6
2017-05-02
convert the `inline` pass to use the new multi result
Niko Matsakis
-31
/
+65
2017-05-02
adjust the macro to allow for `multi` modifier
Niko Matsakis
-11
/
+118
2017-05-02
introduce `IntoKeyValues` trait to prepare for multi-queries
Niko Matsakis
-2
/
+40
[next]