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
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-22
/
+23
2024-09-11
Also fix if in else
Michael Goulet
-5
/
+3
2024-08-27
Add `warn(unreachable_pub)` to `rustc_incremental`.
Nicholas Nethercote
-49
/
+50
2024-08-25
Removes dead code from the compiler
mu001999
-9
/
+0
2024-08-21
Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-08-21
Simplify some redundant field names
Michael Goulet
-1
/
+1
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-65
/
+56
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-05-24
Run rustfmt on files that need it.
Nicholas Nethercote
-2
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-4
/
+7
2024-05-21
PR feedback
Ben Kimock
-3
/
+3
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-4
/
+25
2024-05-03
Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk
bors
-29
/
+25
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+2
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-29
/
+25
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
-18
/
+1
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-3
/
+3
[prev]
[next]