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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
hir
/
map
Age
Commit message (
Expand
)
Author
Lines
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-6
/
+6
2017-10-26
incr.comp.: Fix invalid DepNode assignment in HIR map.
Michael Woerister
-1
/
+1
2017-10-26
Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried
bors
-0
/
+14
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-7
/
+13
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-2
/
+3
2017-10-23
Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`
sinkuu
-0
/
+14
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-21
/
+0
2017-09-23
incr.comp.: Do some various cleanup.
Michael Woerister
-11
/
+1
2017-09-23
incr.comp.: Initial implemenation of append-only dep-graph.
Michael Woerister
-0
/
+9
2017-09-22
Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...
bors
-46
/
+171
2017-09-21
Refactor lifetime name into an enum
Taylor Cramer
-1
/
+1
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-1
/
+8
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-46
/
+164
2017-09-19
rework the README.md for rustc and add other readmes
Niko Matsakis
-0
/
+4
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-4
/
+4
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-17
/
+1
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-32
/
+36
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
-222
/
+297
2017-08-22
incr.comp.: Cache Hir-DepNodeIndices in the HIR map.
Michael Woerister
-222
/
+297
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-13
/
+31
2017-08-18
rustc: Add `Local` to the HIR map of parents
Alex Crichton
-1
/
+19
2017-08-17
rustc: Rename NodeLocal to NodeBinding
Alex Crichton
-12
/
+12
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
/
+41
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-0
/
+40
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
/
+23
2017-08-11
Make Definitions::find_node_for_hir_id() a linear search instead of a binary ...
Michael Woerister
-1
/
+5
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-0
/
+13
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-16
/
+30
2017-08-04
Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis
bors
-0
/
+12
2017-08-02
Auto merge of #43605 - RalfJung:mapdoc, r=michaelwoerister
bors
-2
/
+4
2017-08-01
improve hir::map::Map::get_parent_node doc
Ralf Jung
-2
/
+4
2017-08-01
use FnLike to recognize functions for us
Ralf Jung
-0
/
+12
2017-08-01
rustc::hir::map::definitions - fix O(n^2) when disambiguating
Ariel Ben-Yehuda
-14
/
+14
2017-07-28
Remove support for `gen arg`
Alex Crichton
-18
/
+0
2017-07-28
Remove a FIXME
John Kåre Alsaker
-1
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-3
/
+24
2017-07-20
Remove unused DefTable::retrace_path().
Michael Woerister
-71
/
+20
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-21
/
+21
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-13
incr.comp.: Don't use Ident in DefPath because that's unstable across compila...
Michael Woerister
-86
/
+92
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-20
/
+25
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-12
/
+106
2017-05-31
Don't print the whole crate disambiguator value in debug output
Michael Woerister
-1
/
+3
[prev]
[next]