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-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
2017-05-02
rework macro to prepare for more modifiers than just `[pub]`
Niko Matsakis
-5
/
+40
2017-05-02
introduce idea of "stealable" MIR
Niko Matsakis
-9
/
+10
2017-05-02
rename `MirPassSet` to `MirSuite`
Niko Matsakis
-12
/
+12
2017-05-02
retool MIR passes completely
Niko Matsakis
-9
/
+59
2017-05-02
introduce `DefIdPass` and remove all impls of `Pass` but `Inline`
Niko Matsakis
-1
/
+1
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-3
/
+17
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-0
/
+6
2017-05-02
query for deprecation
achernyak
-1
/
+16
2017-05-01
Queryify is_item_mir_available
Taylor Cramer
-0
/
+8
2017-05-01
Queryify const_is_rvalue_promotable_to_static
Taylor Cramer
-0
/
+8
2017-05-01
Queryify item_body_nested_bodies
Taylor Cramer
-3
/
+16
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-11
/
+4
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-04-30
On-demandify region mapping
Taylor Cramer
-1
/
+14
2017-04-29
removed custom functions and comment
achernyak
-11
/
+3
[next]