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
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-02
Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.
Nicholas Nethercote
-3
/
+3
2023-12-01
Remove unused field from `IncrCompSession`.
Nicholas Nethercote
-2
/
+2
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-5
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-9
/
+9
2023-11-04
Remove unused LoadResult::DecodeIncrCache variant
bjorn3
-10
/
+1
2023-10-26
Reduce some function exposure.
Nicholas Nethercote
-5
/
+8
2023-10-26
Tiny comment fixes.
Nicholas Nethercote
-3
/
+4
2023-10-26
Move a `use` to a more sensible spot.
Nicholas Nethercote
-1
/
+2
2023-10-26
Reduce exposure of three functions used only within `rustc_incremental`.
Nicholas Nethercote
-6
/
+3
2023-09-24
Don't use a thread to load the dep graph
John Kåre Alsaker
-73
/
+64
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+2
2023-09-08
Avoid a `source_span` query when encoding Spans into query results
John Kåre Alsaker
-12
/
+14
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-08-13
Pass WorkProductMap to build_dep_graph instead of FxIndexMap
bjorn3
-6
/
+6
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-6
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+7
2023-06-11
Applied nits
Andrew Xie
-12
/
+9
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-29
/
+14
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-35
/
+47
2023-06-04
Fixed unord mistake
Andrew Xie
-21
/
+23
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-17
/
+13
2023-06-04
Sorted a FxIndexSet for consistent iteration order
Andrew Xie
-0
/
+1
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-129
/
+135
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-18
/
+18
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-33
/
+36
2023-05-04
Rollup merge of #111024 - saethlin:stringify-full-svh, r=oli-obk
Matthias Krüger
-1
/
+1
2023-04-30
Use the full Fingerprint when stringifying Svh
Ben Kimock
-1
/
+1
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-5
/
+7
2023-04-18
Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot
bors
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-4
/
+4
2023-03-21
Use local key in providers
Michael Goulet
-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-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-3
/
+5
2023-01-30
incremental: migrate diagnostics
David Wood
-200
/
+91
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-6
/
+3
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-2
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-3
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-1
/
+1
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
[next]