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_incremental
Age
Commit message (
Expand
)
Author
Lines
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-13
/
+13
2018-10-05
Remove graphviz::IntoCow
ljedrz
-3
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-18
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...
Michael Woerister
-44
/
+59
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-09-04
Breaking change upgrades
Mark Rousskov
-2
/
+2
2018-09-03
Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton
bors
-0
/
+2
2018-09-02
Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv
bors
-1
/
+1
2018-08-31
Always add all modules to the global ThinLTO module analysis when compiling i...
Michael Woerister
-1
/
+0
2018-08-31
Support local ThinLTO with incremental compilation.
Michael Woerister
-0
/
+1
2018-08-31
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+2
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-6
/
+5
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-4
/
+4
2018-08-27
Remove path prefixes from NodeKind
varkor
-1
/
+2
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-7
/
+7
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-22
use char pattern for single-character splits: a.split("x") -> a.split('x')
Matthias Krüger
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-5
/
+5
2018-08-15
Clean up CodegenUnit name generation.
Michael Woerister
-8
/
+45
2018-08-10
Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix
bors
-6
/
+8
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-5
/
+7
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+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-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-07-16
Update a debug string
Oliver Schneider
-1
/
+1
2018-07-16
ItemKind
csmoe
-15
/
+15
2018-07-16
Revert "Persist ThinLTO import data in incr. comp. session directory."
Michael Woerister
-2
/
+0
2018-07-16
Revert "Clean up CodegenUnit name generation."
Michael Woerister
-45
/
+8
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-8
/
+47
2018-07-14
Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj
kennytm
-0
/
+2
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-1
/
+3
2018-07-11
Clean up CodegenUnit name generation.
Michael Woerister
-8
/
+45
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+2
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-34
/
+20
2018-06-19
Save query results and the dep graph in parallel
John Kåre Alsaker
-8
/
+16
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-10
/
+14
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-14
/
+14
2018-05-11
Update an old method name in debug logging
Isaac Whitfield
-1
/
+1
2018-05-11
Update naming in line with PR comments
Isaac Whitfield
-15
/
+16
2018-05-11
Catch a bad reference in use clauses
Isaac Whitfield
-1
/
+1
2018-05-11
Remove shared access to DepGraph::work_products
Isaac Whitfield
-19
/
+18
2018-05-08
Fix comment
Wesley Wiser
-1
/
+1
[next]