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
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
2017-05-06
rustc: treat const bodies like fn bodies in middle::region.
Eduard-Mihai Burtescu
-5
/
+14
2017-05-02
run MIR borrowck on the validated, not optimized, MIR
Niko Matsakis
-1
/
+1
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+1
2017-04-04
push `borrowck` into its own task
Niko Matsakis
-0
/
+21
2017-03-23
Remove internal liblog
Alex Crichton
-1
/
+1
2017-03-22
Allocate numerical values of DefIndexes from two seperate ranges.
Michael Woerister
-5
/
+4
2017-03-22
Introduce HirId, a replacement for NodeId after lowering to HIR.
Michael Woerister
-2
/
+7
2017-02-28
walk the bodies "in order" by traversing the crate
Niko Matsakis
-12
/
+17
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-0
/
+20
2017-02-25
rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...
Eduard-Mihai Burtescu
-0
/
+24
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-76
/
+76
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-163
/
+79
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-25
/
+46
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-82
/
+92
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-1
/
+3
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-11
/
+29
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-18
/
+33
2016-12-16
Remove some more things that were only needed for inlined-HIR DefIds
Michael Woerister
-12
/
+0
[next]