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
/
compiler
/
rustc_incremental
/
src
/
persist
Age
Commit message (
Expand
)
Author
Lines
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-12
/
+3
2022-01-17
Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum
Matthias Krüger
-1
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+1
2022-01-12
Rename environment variable for overriding rustc version
pierwill
-1
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-5
/
+5
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-2
/
+40
2021-12-13
Remove `in_band_lifetimes` from `rustc_incremental`
Peter Jaszkowiak
-4
/
+4
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-1
/
+1
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-13
/
+59
2021-11-12
Add `-Zassert-incr-state` to assert state of incremental cache
pierwill
-1
/
+23
2021-11-09
Remove `rustc_incremental::persist::fs::dep_graph_path_from`
pierwill
-4
/
+1
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-15
/
+6
2021-10-20
Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser
Yuki Okushi
-0
/
+6
2021-10-16
Adopt let_else across the compiler
est31
-8
/
+5
2021-10-07
Add support for artifact size profiling
Ryan Levick
-0
/
+6
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-2
/
+1
2021-09-06
Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister
bors
-64
/
+84
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-28
Drop the query result memmap before serializing it back.
Camille GILLOT
-1
/
+15
2021-08-28
Move save_in to file_format.
Camille GILLOT
-58
/
+61
2021-08-28
Mmap the incremental data instead of reading it.
Camille GILLOT
-6
/
+9
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+2
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-6
/
+4
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-13
/
+6
2021-06-30
Simplify DepGraph creation.
Camille GILLOT
-6
/
+9
2021-06-08
Do not require the DefPathTable to construct the on-disk cache.
Camille GILLOT
-6
/
+2
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-6
/
+13
2021-06-02
Auto merge of #85337 - cjgillot:less-anon, r=michaelwoerister
bors
-0
/
+1
2021-06-01
Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011
bors
-100
/
+28
2021-06-01
Avoid creating anonymous nodes with zero or one dependency.
Camille GILLOT
-0
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-13
/
+6
2021-05-29
Auto merge of #85698 - ehuss:incremental-session-panic, r=estebank
bors
-23
/
+43
2021-05-28
Add specific help for *how* to fix an incremental lock error.
Eric Huss
-0
/
+13
2021-05-25
Don't panic when failing to initialize incremental directory.
Eric Huss
-23
/
+30
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-7
/
+7
2021-05-16
Remove remains of rustc_dirty.
Camille GILLOT
-43
/
+18
2021-05-15
Fix tests on traits.
Camille GILLOT
-14
/
+7
2021-05-15
Remove `label` in dirty/clean annotations.
Camille GILLOT
-44
/
+4
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-3
/
+3
2021-05-02
Let load_query_result_cache take a &DefPathTable
bjorn3
-3
/
+3
2021-04-27
Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives
Joshua Nelson
-2
/
+2
2021-03-30
Also profile finishing the encoding.
Camille GILLOT
-1
/
+1
2021-03-30
Address review.
Camille GILLOT
-6
/
+2
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-47
/
+93
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+0
2021-03-22
Only enable assert_dep_graph when query-dep-graph is enabled.
Camille GILLOT
-0
/
+4
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-0
/
+1
2021-03-09
Deduplicate unchecked_attrs errors.
Camille GILLOT
-2
/
+3
[next]