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_metadata
/
index_builder.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-7
/
+6
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-11
/
+1
2017-11-16
incr.comp.: Remove default serialization implementations for things in rustc:...
Michael Woerister
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-1
/
+1
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-112
/
+10
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-17
/
+76
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-7
/
+70
2017-03-22
Allocate numerical values of DefIndexes from two seperate ranges.
Michael Woerister
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2016-11-10
Improve macro reexports.
Jeffrey Seyfried
-0
/
+1
2016-10-25
run rustfmt on librustc_metadata folder
Srinivas Reddy Thatiparthy
-5
/
+5
2016-09-20
rustc_metadata: replace RBML with a simple and type-safe scheme.
Eduard Burtescu
-14
/
+12
2016-09-20
rustc_metadata: group the tags into root tags and item tags.
Eduard Burtescu
-2
/
+2
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-54
/
+13
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-7
/
+6
2016-09-20
rustc_metadata: combine EncodeContext and rbml::writer::Encoder.
Eduard Burtescu
-26
/
+41
2016-08-17
remove `usize: DepGraphRead` and add `Untracked`
Niko Matsakis
-6
/
+17
2016-08-17
Add a comment, remove Deref/DerefMut
Niko Matsakis
-26
/
+72
2016-08-17
create a trait to ensure that data is tracked
Niko Matsakis
-6
/
+100
2016-08-17
change callback for expr/type to a fn pointer
Niko Matsakis
-3
/
+5
2016-08-17
move rbml_w into the self struct
Niko Matsakis
-16
/
+21
2016-08-17
make record take a closure
Niko Matsakis
-3
/
+9
2016-08-17
introduce Deref/DerefMut to model subtype rel
Niko Matsakis
-12
/
+38
2016-08-17
put ecx into IndexBuilder so we don't have to pass
Niko Matsakis
-4
/
+4
2016-08-17
store ecx, not dep-graph
Niko Matsakis
-3
/
+7
2016-08-17
rename CrateIndex to IndexBuilder
Niko Matsakis
-3
/
+3
2016-08-17
move CrateIndex into its own module
Niko Matsakis
-0
/
+59