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
/
persist
Age
Commit message (
Expand
)
Author
Lines
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-1
/
+1
2019-03-11
Remove precompute_in_scope_traits_hashes
John Kåre Alsaker
-1
/
+0
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-4
/
+4
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-9
/
+9
2019-02-10
rustc: doc comments
Alexander Regueiro
-17
/
+16
2019-02-10
Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister
bors
-2
/
+2
2019-02-08
librustc_incremental => 2018
Taiki Endo
-19
/
+18
2019-02-08
Update tests
John Kåre Alsaker
-2
/
+2
2018-12-31
Clean up and optimize OpenTask / read_index
John Kåre Alsaker
-4
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-81
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
2018-12-07
Auto merge of #56502 - Zoxc:hir-func, r=eddyb
bors
-4
/
+4
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-1
/
+1
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-4
/
+4
2018-12-06
Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis
Pietro Albini
-6
/
+6
2018-12-05
Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN
Pietro Albini
-6
/
+2
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-6
/
+2
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-6
/
+6
2018-12-01
remove some uses of try!
Mark Mansi
-3
/
+3
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
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
-12
/
+12
2018-09-04
Breaking change upgrades
Mark Rousskov
-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
/
+1
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-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-5
/
+5
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
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
-1
/
+0
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+1
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
/
+14
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
-2
/
+2
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
-13
/
+14
2018-05-11
Remove shared access to DepGraph::work_products
Isaac Whitfield
-19
/
+18
2018-05-08
Fix comment
Wesley Wiser
-1
/
+1
[prev]
[next]