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
/
inherent_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-09
Port `#[rustc_allow_incoherent_impl]` to the new attribute system
Pavel Grigorenko
-2
/
+9
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-09-24
Separate collection of crate-local inherent impls from error reporting
Michael Goulet
-16
/
+18
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
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-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-3
/
+6
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-1
/
+7
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-02-20
Move the peeling function for weak alias types
León Orell Valerian Liehr
-28
/
+1
2024-02-17
Support weak alias types as self type of inherent impls
León Orell Valerian Liehr
-1
/
+30
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-31
/
+48
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-7
/
+7
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-1
/
+0
2023-09-14
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-77
/
+16
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-03-23
Don't split up TreatProjections and TreatParams anymore
Michael Goulet
-13
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-5
/
+3
2023-03-13
Better names?
Michael Goulet
-5
/
+8
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-3
/
+10
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-14
Do not fetch HIR for inherent impls.
Camille GILLOT
-56
/
+36
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-02-13
Tighter spans for bad inherent impl types
Michael Goulet
-16
/
+17
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-7
/
+7
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+251