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
/
orphan.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-9
/
+6
2023-07-23
fix clippy::useless_format
Matthias Krüger
-1
/
+1
2023-07-20
XSimplifiedType to SimplifiedType::X
lcnr
-5
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-14
/
+12
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+4
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+3
2023-06-16
Merge the orphan logic for all alias kinds
Oli Scherer
-29
/
+23
2023-05-12
Invert `IgnoreRegions` to `CheckRegions`
Oli Scherer
-2
/
+2
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+13
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-5
/
+5
2023-04-27
rename `needs_subst` to `has_param`
Boxy
-1
/
+1
2023-03-06
emit the suspicious_auto_trait_impls for negative impls as well
Mu42
-4
/
+0
2023-02-23
Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...
bors
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+2
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-1
/
+1
2023-02-14
Move query out of path.
Camille GILLOT
-2
/
+7
2023-02-14
Even less HIR.
Camille GILLOT
-17
/
+19
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-02-03
Autotrait bounds on dyn-safe trait methods
David Tolnay
-0
/
+22
2023-02-03
Disallow impl autotrait for trait object
David Tolnay
-40
/
+161
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-3
/
+3
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
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+1
2023-01-01
Implement fix for #67535
Troy Neubauer
-3
/
+11
2022-12-21
Give opaque types a better coherence error
Oli Scherer
-8
/
+15
2022-11-23
Add `Mutability::{is_mut,is_not}`
Maybe Waffle
-1
/
+1
2022-11-21
Allow opaque types in trait impl headers and rely on coherence to reject unso...
Oli Scherer
-53
/
+0
2022-11-04
Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr
Matthias Krüger
-3
/
+1
2022-11-03
change error_reported to use Result instead of an option
yukang
-3
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-11
/
+12
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+502