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_builtin_macros
/
src
/
deriving
/
coerce_pointee.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Use `Iterator::eq` and (dogfood) `eq_by` in compiler and library
Yotam Ofek
-11
/
+4
2025-08-11
Extract ast TraitImplHeader
Cameron Steffen
-14
/
+18
2025-07-03
Replace kw_span by full span.
Camille GILLOT
-1
/
+1
2025-06-12
avoid `&mut P<T>` in `visit_expr` etc methods
Deadbeef
-3
/
+2
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-1
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-4
/
+2
2025-03-01
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
Frank King
-8
/
+11
2025-02-09
move repr(transparent) checks to coherence
Ding Xiang Fei
-10
/
+0
2025-02-09
rename the trait to validity and place a feature gate afront
Ding Xiang Fei
-2
/
+2
2025-02-09
introduce CoercePointeeWellformed for coherence checks at typeck stage
Ding Xiang Fei
-9
/
+55
2025-01-27
Remove redundant to_ident_string calls
Michael Goulet
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-04
make CoercePointee errors translatable
Ding Xiang Fei
-41
/
+56
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-13
/
+12
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-0
/
+462