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
/
hir
/
map
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-20
Pass attributes to hir::TyParam
Mrowqa
-0
/
+1
2018-03-02
Perform manual fixups
Manish Goregaokar
-1
/
+4
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-02-19
Implement describe_def query for LOCAL_CRATE
Michael Woerister
-0
/
+98
2018-02-13
Handle path prefix mapping in a more stable way when computing the crate hash.
Michael Woerister
-0
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+0
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-1
/
+6
2017-12-14
add trait aliases to HIR
Alex Burka
-0
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-3
/
+2
2017-12-01
incr.comp.: Incorporate the stable commandline arg hash and SVHs of upstream ...
Michael Woerister
-1
/
+4
2017-11-17
Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis
bors
-1
/
+11
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-1
/
+11
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-0
/
+22
2017-11-08
incr.comp.: Add some missing reads in HIR map.
Michael Woerister
-0
/
+12
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-4
/
+4
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-1
/
+1
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+1
2017-09-23
incr.comp.: Do some various cleanup.
Michael Woerister
-11
/
+1
2017-09-22
Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...
bors
-13
/
+22
2017-09-21
Refactor lifetime name into an enum
Taylor Cramer
-1
/
+1
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-13
/
+22
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-4
/
+4
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-1
/
+11
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-1
/
+14
2017-08-25
Fix merge conflict
Alex Crichton
-1
/
+1
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-193
/
+132
2017-08-22
incr.comp.: Cache Hir-DepNodeIndices in the HIR map.
Michael Woerister
-193
/
+132
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-12
/
+23
2017-08-18
rustc: Add `Local` to the HIR map of parents
Alex Crichton
-1
/
+12
2017-08-17
rustc: Rename NodeLocal to NodeBinding
Alex Crichton
-11
/
+11
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+20
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-0
/
+19
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-11
Add some ID conversion methods to HIR map and Definitions.
Michael Woerister
-0
/
+10
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-0
/
+9
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+4
2017-08-01
improve hir::map::Map::get_parent_node doc
Ralf Jung
-2
/
+4
2017-07-28
Remove support for `gen arg`
Alex Crichton
-11
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-2
/
+15
2017-07-20
Remove unused DefTable::retrace_path().
Michael Woerister
-5
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-4
/
+4
2017-06-27
Review comments
Esteban Küber
-0
/
+22
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-5
/
+39
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-20
/
+25
2017-05-31
Make a newtype for DefPathHash so they are not confused with content hashes
Michael Woerister
-1
/
+1
2017-05-25
Hygienize `librustc_typeck`.
Jeffrey Seyfried
-3
/
+4
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-2
/
+2
[next]