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
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-04-21
Fix ICE when there is a non-Unicode entry in the incremental crate directory
beetrees
-17
/
+19
2024-04-05
Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot
bors
-2
/
+4
2024-03-25
Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
bors
-1
/
+1
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-2
/
+4
2024-03-21
rename items -> free_items
Ralf Jung
-1
/
+1
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-1
/
+1
2024-03-13
Make incremental sessions identity no longer depend on the crate names provid...
John Kåre Alsaker
-16
/
+18
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-3
/
+3
2024-02-17
Use better heuristic for printing Cargo specific diagnostics
Urgau
-1
/
+1
2024-02-12
Make impl_trait_ref into a query also returning more information about the impl
Oli Scherer
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-30
hir: Simplify `hir_owner_nodes` query
Vadim Petrochenkov
-3
/
+3
2024-01-25
Remove unused features
clubby789
-1
/
+0
2024-01-22
Tweak error counting.
Nicholas Nethercote
-4
/
+4
2024-01-16
Get rid of the hir_owner query.
Camille GILLOT
-5
/
+6
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-11
/
+11
2024-01-04
Split StableCompare trait out of StableOrd trait.
Michael Woerister
-1
/
+1
2024-01-02
Report I/O errors with emit_fatal not emit_err
Ben Kimock
-11
/
+3
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-41
/
+42
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
-16
/
+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
-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
-222
/
+0
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-222
/
+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
[next]