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_hir_analysis
/
src
/
coherence
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-15
Remove UnsizedConstParamTy trait and make it into an unstable impl
tiif
-12
/
+3
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-2
/
+4
2025-07-09
Make AsyncDrop check that it's being implemented on a local ADT
Michael Goulet
-1
/
+5
2025-07-04
Fix elided lifetimes in rustdoc
Michael Goulet
-1
/
+1
2025-07-03
Remove PointerLike trait
Michael Goulet
-99
/
+0
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-2
/
+2
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-5
/
+5
2025-05-13
Some require_lang_item -> is_lang_item replacements
Oli Scherer
-4
/
+2
2025-04-22
Use `is_lang_item` and `as_lang_item` instead of handrolling their logic
Oli Scherer
-1
/
+1
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-4
/
+7
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-10
/
+10
2025-02-24
Deduplicate CoerceUnsized and DispatchFromDyn impl errors
Michael Goulet
-3
/
+13
2025-02-24
Simplify trait error message for CoercePointee validation
Michael Goulet
-47
/
+69
2025-02-24
Consolidate and rework CoercePointee and DispatchFromDyn errors
Michael Goulet
-40
/
+27
2025-02-24
More eagerly bail in DispatchFromDyn validation
Michael Goulet
-25
/
+22
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-11
Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...
Matthias Krüger
-0
/
+33
2025-02-09
move repr(transparent) checks to coherence
Ding Xiang Fei
-0
/
+3
2025-02-09
rename the trait to validity and place a feature gate afront
Ding Xiang Fei
-8
/
+10
2025-02-09
introduce CoercePointeeWellformed for coherence checks at typeck stage
Ding Xiang Fei
-0
/
+28
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-1
/
+1
2025-01-31
Merge two `match` arms that are identical.
Nicholas Nethercote
-11
/
+6
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-5
/
+2
2025-01-27
Use identifiers in diagnostics more often
Michael Goulet
-1
/
+1
2025-01-14
Normalize field before checking PhantomData in coerce/dispatch impl validation
Michael Goulet
-3
/
+20
2025-01-08
Don't allow DispatchFromDyn impls that transmute ZST to non-ZST
Michael Goulet
-13
/
+13
2025-01-08
Don't allow transmuting ZSTs in dispatch_from_dyn impl
Michael Goulet
-4
/
+13
2024-12-20
Explain why a type is not eligible for `impl PointerLike`.
Kevin Reid
-31
/
+69
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-1
/
+7
2024-11-20
Make PointerLike opt-in as a trait
Michael Goulet
-14
/
+71
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+3
2024-10-29
TypingMode :thinking:
lcnr
-3
/
+5
2024-10-24
Plumb through param_env to note_type_err
Michael Goulet
-0
/
+1
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+8
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-6
/
+15
2024-07-17
Forbid `!Sized` types and references
Boxy
-8
/
+34
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-2
/
+2
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-1
/
+1
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
[next]