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_incremental
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-4
/
+0
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-0
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-1
/
+0
2017-07-02
Remove the remaining feature gates
Stjepan Glavina
-1
/
+0
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-1
/
+0
2017-04-07
SVH: Don't hash the HIR twice when once is enough.
Michael Woerister
-0
/
+1
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-1
/
+0
2017-03-29
rustbuild: Update bootstrap compiler
Alex Crichton
-1
/
+0
2017-03-22
Move some constants to rustc::ich.
Michael Woerister
-7
/
+0
2017-03-22
Move Fingerprint to rustc::ich::Fingerprint.
Michael Woerister
-1
/
+0
2017-03-15
Stabilize pub(restricted)
Taylor Cramer
-1
/
+1
2017-02-15
Stabilize field init shorthand
est31
-1
/
+1
2017-01-31
rewrite the predecessors code to create a reduced graph
Niko Matsakis
-0
/
+3
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-2
/
+0
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-1
/
+1
2017-01-16
incr.comp.: Delete orphaned work-products.
Michael Woerister
-0
/
+1
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-30
Compilation fixes
est31
-0
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-15
Use StableHasher everywhere
Ariel Ben-Yehuda
-1
/
+1
2016-12-09
incr.comp.: Take symbol visibility into account for CGU hashes.
Michael Woerister
-0
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-17
ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge...
Michael Woerister
-0
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-23
ICH: Add ability to test the ICH of exported metadata items.
Michael Woerister
-0
/
+7
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-1
/
+0
2016-09-06
Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis
bors
-0
/
+1
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-0
/
+1
2016-09-01
Fill some holes in SVH/ICH computation, making it more strict.
Michael Woerister
-0
/
+1
2016-08-29
Implement copy-on-write scheme for managing the incremental compilation cache.
Michael Woerister
-0
/
+2
2016-08-23
rename HashesMap to IncrementalHashesMap
Niko Matsakis
-2
/
+2
2016-08-20
compute and cache HIR hashes at beginning
Niko Matsakis
-1
/
+2
2016-07-28
Modify trans to skip generating `.o` files
Niko Matsakis
-0
/
+2
2016-07-28
Code to save/load the work-products map from disk
Niko Matsakis
-0
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+1
2016-04-06
rebase: get `bug!` macro
Niko Matsakis
-1
/
+1
2016-04-06
make an incremental crate
Niko Matsakis
-0
/
+41
[prev]