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
2016-09-28
Rollup merge of #36376 - GuillaumeGomez:e0050, r=jonathandturner
Jonathan Turner
-1
/
+1
2016-09-28
Update E0050 to new error format
Guillaume Gomez
-1
/
+1
2016-09-27
Fix def id collection for `const_integer`s in the AST.
Jeffrey Seyfried
-1
/
+1
2016-09-27
Peform def id assignment during expansion.
Jeffrey Seyfried
-1
/
+1
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-10
/
+12
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-90
/
+16
2016-09-06
ignore dep-graph when loading inlined HIR
Niko Matsakis
-0
/
+2
2016-09-03
Add unions to HIR
Vadim Petrochenkov
-0
/
+1
2016-08-24
Remove AST from metadata except for consts and const fns.
Eduard Burtescu
-4
/
+1
2016-08-17
Display secondary span for E0053 for Sort TypeErrors
Keith Yeung
-0
/
+7
2016-08-12
typeck: record `impl Trait` concrete resolutions.
Eduard Burtescu
-0
/
+12
2016-08-02
replace graph rewriting with detecting inlined ids
Niko Matsakis
-49
/
+90
2016-08-02
remap Hir(InlinedDefId) to MetaData(OriginalDefId)
Niko Matsakis
-5
/
+15
2016-08-01
Move caching of HIR-inlining into CStore in order to avoid duplicating inline...
Michael Woerister
-5
/
+57
2016-06-28
groundwork: create the `Resolver` earlier in phase 2
Jeffrey Seyfried
-9
/
+1
2016-06-26
Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Jeffrey Seyfried
-2
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-19
Generalize and abstract `ThinAttributes`
Jeffrey Seyfried
-2
/
+1
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-1
/
+1
2016-05-18
allow retracing paths across crates
Niko Matsakis
-4
/
+3
2016-05-18
thread the DepGraph to session/crate-store
Niko Matsakis
-2
/
+2
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-3
/
+1
2016-05-11
Hand ownership of the Definitions to map_crate.
Ms2ger
-3
/
+3
2016-04-20
debugging, misc fixes
Nick Cameron
-3
/
+5
2016-04-20
HIR visitor for DefCollector
Nick Cameron
-8
/
+7
2016-04-20
refactoring
Nick Cameron
-3
/
+2
2016-04-20
def_collector and crate reader operate on AST instead of HIR
Nick Cameron
-13
/
+15
2016-04-20
Separate def collection and hir map making even further
Nick Cameron
-27
/
+20
2016-04-20
Move DefCollector to its own module.
Nick Cameron
-2
/
+5
2016-04-20
Split up NodeCollector so that defs are collected separately from nodes for t...
Nick Cameron
-12
/
+26
2016-04-07
Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw
bors
-1
/
+6
2016-04-07
Use the node id from the `Restricted` variant when checking accessibility
Jeffrey Seyfried
-12
/
+0
2016-04-07
Make `hir::Visibility` non-copyable and add `ty::Visibility`
Jeffrey Seyfried
-1
/
+1
2016-04-06
add function to retrace a DefPath to a DefId
Niko Matsakis
-0
/
+5
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-1
/
+1
2016-04-06
rustc: retire hir::map's paths.
Eduard Burtescu
-189
/
+50
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-0
/
+1127