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_codegen_ssa
/
src
/
assert_module_sources.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-04
Print CGU reuse statistics when `-Zprint-mono-items` is enabled
Jakub Beránek
-0
/
+9
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-1
/
+1
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-1
/
+1
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-6
/
+6
2025-01-27
Change `collect_and_partition_mono_items` tuple return type to a struct
Oli Scherer
-2
/
+6
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-03-11
Rename `IntoDiagnosticArg` as `IntoDiagArg`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.
Nicholas Nethercote
-3
/
+3
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-6
/
+4
2024-01-30
Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi...
Guillaume Gomez
-0
/
+1
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-1
/
+1
2024-01-30
add missing potential_query_instability for keys and values in hashmap
yukang
-0
/
+1
2024-01-13
rustc_codegen_ssa: Enforce `rustc::potential_query_instability` lint
Jakub Beránek
-3
/
+6
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-12-19
rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lost
Martin Nordholts
-2
/
+2
2023-12-14
rustc_codegen_ssa: Remove trailing spaces in Display impl for CguReuse
Martin Nordholts
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-09
Fix review comments
bjorn3
-4
/
+4
2023-10-09
Remove interior mutability from CguReuseTracker
bjorn3
-28
/
+15
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-0
/
+308