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
/
compiler
/
rustc_incremental
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-26
Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin
bors
-5
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-5
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-13
/
+13
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-11-04
Remove unused LoadResult::DecodeIncrCache variant
bjorn3
-18
/
+1
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-3
/
+3
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
-2
/
+2
2023-10-26
Reduce exposure of three functions used only within `rustc_incremental`.
Nicholas Nethercote
-9
/
+3
2023-10-26
Remove unused `never_type` feature.
Nicholas Nethercote
-1
/
+0
2023-10-13
Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot
bors
-236
/
+0
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-236
/
+0
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-24
Don't use a thread to load the dep graph
John Kåre Alsaker
-74
/
+65
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-4
/
+4
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-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-11
/
+9
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
-30
/
+15
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-37
/
+49
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
-134
/
+139
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-35
/
+34
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-70
/
+70
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-19
Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco
bors
-1
/
+2
2023-04-18
Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot
bors
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+2
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-29
Check for escape sequences in Fluent resources
clubby789
-1
/
+1
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-4
/
+4
[next]