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
2020-08-30
mv compiler to compiler/
mark
-30
/
+0
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-05-12
Change `WorkProduct::saved_files` to an `Option`.
Nicholas Nethercote
-1
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-02-07
Remove unused feature gate from librustc_incremental
bjorn3
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-14
/
+14
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-3
/
+0
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-0
/
+1
2019-06-11
rustc_incremental: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+1
2019-02-09
Rollup merge of #58261 - taiki-e:librustc_incremental-2018, r=Centril
Mazdak Farrokhzad
-7
/
+4
2019-02-08
librustc_incremental => 2018
Taiki Endo
-7
/
+4
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-31
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+1
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-10
Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix
bors
-0
/
+1
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-0
/
+1
2018-08-09
[nll] librustc_incremental: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Remove unnecessary feature attributes that sneaked in
varkor
-1
/
+0
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-16
Revert "Persist ThinLTO import data in incr. comp. session directory."
Michael Woerister
-1
/
+0
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-0
/
+1
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+1
2018-06-19
Save query results and the dep graph in parallel
John Kåre Alsaker
-0
/
+2
2018-05-11
Update naming in line with PR comments
Isaac Whitfield
-2
/
+2
2018-05-11
Catch a bad reference in use clauses
Isaac Whitfield
-1
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-3
/
+0
2018-03-28
Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoeri...
kennytm
-0
/
+1
2018-03-28
[incremental] Don't panic if decoding the cache fails
Wesley Wiser
-0
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-15
Stabilize `inclusive_range_syntax` language feature.
kennytm
-1
/
+1
2018-02-13
incr.comp.: Run cache directory garbage collection before loading dep-graph.
Michael Woerister
-0
/
+1
2018-01-19
Allow runtime switching between trans backends
bjorn3
-0
/
+1
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-1
/
+1
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-1
/
+5
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-1
/
+1
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-0
/
+1
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-0
/
+1
[next]