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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-1
/
+1
2024-11-09
Move some code from Compiler::enter to GlobalCtxt::finish
bjorn3
-2
/
+9
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-27
Add `warn(unreachable_pub)` to `rustc_incremental`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+5
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
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-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-26
Move a `use` to a more sensible spot.
Nicholas Nethercote
-1
/
+0
2023-10-26
Reduce exposure of three functions used only within `rustc_incremental`.
Nicholas Nethercote
-3
/
+0
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
-1
/
+0
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-1
/
+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
-1
/
+1
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-1
/
+0
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-01-30
incremental: migrate diagnostics
David Wood
-0
/
+4
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_incremental`
Peter Jaszkowiak
-1
/
+0
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-0
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-2
/
+2
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-1
/
+0
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+30