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
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-09
Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu
Matthias Krüger
-1
/
+0
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-14
/
+15
2025-02-23
Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk
Matthias Krüger
-1
/
+1
2025-02-21
Use StableHasher + Hash64 for dep_tracking_hash
Ben Kimock
-1
/
+2
2025-02-22
Make asm a named field
Michael Goulet
-1
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-4
/
+4
2025-02-15
Reject macro calls inside of `#![crate_name]`
León Orell Valerian Liehr
-7
/
+8
2025-02-08
Rustfmt
bjorn3
-5
/
+4
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-6
/
+3
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-4
/
+6
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-28
/
+21
2024-12-06
Remove 'tcx lifetime from OnDiskCache
bjorn3
-3
/
+3
2024-11-09
Move some code from Compiler::enter to GlobalCtxt::finish
bjorn3
-4
/
+12
2024-11-03
replace manual time convertions with std ones
klensy
-12
/
+6
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-3
/
+3
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-2
/
+3
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
-7
/
+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
/
+23
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
[next]