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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
coherence
Age
Commit message (
Expand
)
Author
Lines
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
-8
/
+12
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-3
/
+3
2025-01-31
Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr
bors
-2
/
+1
2025-01-31
Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu
Matthias Krüger
-2
/
+1
2025-01-31
Use `.and` chaining to improve readability.
Nicholas Nethercote
-6
/
+6
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
-4
/
+4
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-2
/
+1
2025-01-22
Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr
Matthias Krüger
-1
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-1
/
+1
2025-01-22
Rename `structurally_normalize` to `structurally_normalize_ty`
Boxy
-1
/
+1
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+2
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-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-2
/
+4
2024-12-20
Explain why a type is not eligible for `impl PointerLike`.
Kevin Reid
-31
/
+69
2024-12-20
split up `#[rustc_deny_explicit_impl]` attribute
Lukas Markeffsky
-1
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-9
/
+37
2024-11-20
Make PointerLike opt-in as a trait
Michael Goulet
-14
/
+71
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+3
2024-10-29
TypingMode :thinking:
lcnr
-5
/
+7
2024-10-24
Plumb through param_env to note_type_err
Michael Goulet
-0
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-5
/
+5
2024-10-15
Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-...
Matthias Krüger
-3
/
+1
2024-10-10
Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-1
/
+1
2024-10-06
Remove unnecessary sorts in `rustc_hir_analysis`.
ismailarilik
-3
/
+1
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-1
/
+1
2024-10-02
Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-8
/
+9
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-8
/
+9
2024-09-24
Separate collection of crate-local inherent impls from error reporting
Michael Goulet
-19
/
+24
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-22
/
+18
2024-09-12
Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister
Stuart Cook
-11
/
+9
2024-09-11
Simplify some nested if statements
Michael Goulet
-11
/
+9
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-09-06
Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
bors
-2
/
+3
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-2
/
+3
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
/
+4
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-6
/
+12
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
[next]