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
Age
Commit message (
Expand
)
Author
Lines
2017-03-09
Fix const expression macro invocations.
Jeffrey Seyfried
-10
/
+11
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-1
/
+1
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-103
/
+103
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-197
/
+83
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-19
/
+0
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
-89
/
+98
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-3
/
+8
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-31
/
+57
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-20
/
+39
2016-12-16
Remove some more things that were only needed for inlined-HIR DefIds
Michael Woerister
-204
/
+0
2016-12-16
definitions: Add some documentation.
Michael Woerister
-2
/
+7
2016-12-16
Move retrace_path() implementation to DefPathTable
Michael Woerister
-2
/
+31
2016-12-16
No need to store Definitions in RefCell within HIR map
Michael Woerister
-11
/
+11
2016-12-16
definitions: Store DefPath data in separate table in metadata
Michael Woerister
-2
/
+10
2016-12-16
definitions: Don't allocate DefIds for inlined HIR
Michael Woerister
-90
/
+5
2016-12-16
Definitions: Extract DefPath interning into its own data structure.
Michael Woerister
-23
/
+85
2016-12-16
Definitions: Split out NodeId <-> DefIndex mapping
Michael Woerister
-23
/
+21
2016-12-15
Use StableHasher everywhere
Ariel Ben-Yehuda
-3
/
+3
2016-12-12
incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf...
Michael Woerister
-3
/
+4
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-12
/
+12
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-33
/
+26
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-6
/
+7
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-2
/
+6
2016-11-29
Refactor inlined items some more
Florian Diebold
-14
/
+0
2016-11-29
Add make tidy fixes
Florian Diebold
-2
/
+5
2016-11-29
Remove unused import
Florian Diebold
-1
/
+0
2016-11-29
Fix some comments
Florian Diebold
-6
/
+3
2016-11-29
Give function bodies their own dep graph node
Florian Diebold
-2
/
+50
2016-11-29
Save bodies of functions for inlining into other crates
Florian Diebold
-10
/
+37
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-17
/
+32
2016-11-28
rustc: track fields in the HIR map.
Eduard Burtescu
-0
/
+25
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-21
/
+16
2016-11-28
rustc: track hir::{TraitRef, Visibility} in the HIR map.
Eduard Burtescu
-10
/
+49
2016-11-21
Auto merge of #37824 - jseyfried:symbols, r=eddyb
bors
-44
/
+24
2016-11-21
Stabilize RFC 1560.
Jeffrey Seyfried
-3
/
+1
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-35
/
+15
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-4
/
+4
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-5
/
+5
2016-11-16
include a Name and Span for each item in the HIR of the impl
Niko Matsakis
-2
/
+2
2016-11-16
add a `nested_visit_map` method
Niko Matsakis
-0
/
+5
2016-11-16
make distinct Hir() nodes in the graph for impl items
Niko Matsakis
-2
/
+6
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-0
/
+4
2016-11-16
separate impl-items from the impl in the HIR
Niko Matsakis
-0
/
+9
2016-11-10
Improve macro reexports.
Jeffrey Seyfried
-0
/
+4
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-22
/
+23
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-3
/
+3
2016-10-03
Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon
bors
-2
/
+3
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-2
/
+3
[next]