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
/
unsafety.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-8
/
+30
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-10
/
+10
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-1
/
+1
2024-03-07
Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`
Yoshitomo Nakanishi
-1
/
+2
2024-02-14
Use fewer delayed bugs.
Nicholas Nethercote
-1
/
+1
2024-02-13
Invoke `trait_def` query only once
Oli Scherer
-2
/
+2
2024-02-13
Store impl unsafety in impl trait header
Oli Scherer
-20
/
+22
2024-02-09
Don't reinvoke `impl_trait_ref` query after it was already invoked
Oli Scherer
-76
/
+73
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Remove track_errors entirely
Oli Scherer
-7
/
+9
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-5
/
+5
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-4
/
+4
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-5
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-05
Add more
Michael Goulet
-4
/
+4
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-01-20
Add and use expect methods to hir.
Maybe Waffle
-3
/
+1
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2023-01-14
fix various subst_identity vs skip_binder
Kyle Matsuda
-1
/
+2
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-3
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+3
2023-01-01
reduce spans for `unsafe impl` errors
Lukas Markeffsky
-3
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-20
Add fix suggestions for E0199, E0200, and E0569
Nicolas Barrios
-0
/
+30
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+66