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
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-8
/
+8
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-11
/
+11
2023-12-02
Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.
Nicholas Nethercote
-1
/
+1
2023-12-01
Remove unused field from `IncrCompSession`.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-10-26
Reduce some function exposure.
Nicholas Nethercote
-5
/
+8
2023-10-26
Tiny comment fixes.
Nicholas Nethercote
-1
/
+1
2023-10-26
Reduce exposure of three functions used only within `rustc_incremental`.
Nicholas Nethercote
-2
/
+2
2023-08-18
Ignore unexpected incr-comp session dirs
Martin Nordholts
-3
/
+7
2023-08-18
More error details upon unexpected incr-comp session dir
Martin Nordholts
-7
/
+7
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-5
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+7
2023-06-11
Applied nits
Andrew Xie
-6
/
+5
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-9
/
+6
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-25
/
+30
2023-06-04
Fixed unord mistake
Andrew Xie
-17
/
+19
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-3
/
+2
2023-06-04
Sorted a FxIndexSet for consistent iteration order
Andrew Xie
-0
/
+1
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-102
/
+104
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-7
/
+7
2023-04-30
Use the full Fingerprint when stringifying Svh
Ben Kimock
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-1
/
+1
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-4
/
+4
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-1
/
+3
2023-01-30
incremental: migrate diagnostics
David Wood
-93
/
+18
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-4
/
+3
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-2
/
+3
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-03-25
incr. comp.: Let compiler retry finalizing session directory a few times.
Michael Woerister
-2
/
+23
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-6
/
+5
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-19
Adopt let else in more places
est31
-29
/
+19
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-8
/
+26
2021-11-09
Remove `rustc_incremental::persist::fs::dep_graph_path_from`
pierwill
-3
/
+0
2021-10-16
Adopt let_else across the compiler
est31
-8
/
+5
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-13
/
+6
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-6
/
+13
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-13
/
+6
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-03-30
Stream the dep-graph to a file.
Camille GILLOT
-0
/
+4
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-2
/
+2
2021-01-06
Optimize away some `fs::metadata` calls.
Dan Gohman
-14
/
+16
2020-10-28
Delete files immediately, instead of collecting into vector
Dániel Buga
-20
/
+17
2020-08-30
mv compiler to compiler/
mark
-0
/
+946