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_trait_selection
/
src
/
traits
/
misc.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-01-28
Consolidate OutlivesEnv construction with resolve_regions
Michael Goulet
-21
/
+2
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-1
/
+1
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-0
/
+10
2024-10-29
TypingMode :thinking:
lcnr
-3
/
+3
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-33
/
+23
2024-07-17
Forbid `!Sized` types and references
Boxy
-22
/
+95
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-2
/
+2
2024-05-24
Use regular type equating instead of a custom query
Oli Scherer
-20
/
+1
2024-05-09
always use `GenericArgsRef`
lcnr
-2
/
+2
2024-01-30
Deeply normalize when processing registered region obligations
Michael Goulet
-0
/
+1
2024-01-17
Add -Zno-implied-bounds-compat option and use it
Jack Huey
-1
/
+1
2024-01-17
Correctly handle normalization in implied bounds
Ali MJ Al-Nasrawy
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-13
global param_env canonicalization cache
Ali MJ Al-Nasrawy
-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
-10
/
+10
2023-06-01
Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too
Michael Goulet
-1
/
+2
2023-04-27
Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]`
Maybe Waffle
-1
/
+8
2023-04-27
Check the correct trait when checking `ConstParamTy` impls
Maybe Waffle
-1
/
+1
2023-04-27
Add a `ConstParamTy` trait
Maybe Waffle
-15
/
+79
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-04-12
region error cleanup
lcnr
-4
/
+0
2023-03-26
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-1
/
+0
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-0
/
+1
2023-03-15
Auto merge of #107376 - aliemjay:remove-givens, r=lcnr
bors
-1
/
+0
2023-03-09
remove obsolete `givens` from regionck
Ali MJ Al-Nasrawy
-1
/
+0
2023-03-08
Suppress copy impl error when post-normalized type references errors
Michael Goulet
-1
/
+6
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-12
rename query and use `NoSolution`
Boxy
-3
/
+4
2023-02-11
make `relate`'s const ty assertion use semantic equality
Boxy
-2
/
+20
2023-01-13
Delay normalization bugs instead of reporting them
Michael Goulet
-8
/
+4
2023-01-13
Suggest lifetime bound in illegal Copy impl
Michael Goulet
-14
/
+30
2023-01-13
copy self type is implied wf
Michael Goulet
-1
/
+14
2023-01-13
Check ADT fields for copy implementations considering regions
Michael Goulet
-14
/
+36
2022-11-06
Move fallback_has_occurred to FnCtxt
Michael Goulet
-1
/
+1
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-55
/
+54
2022-10-07
Introduce TypeErrCtxt
Cameron Steffen
-2
/
+2
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-1
/
+1
2022-08-04
Remove FulfillmentContext param from fully_normalize
Michael Goulet
-2
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-03
Tighten spans for bad fields in Copy struct
Michael Goulet
-2
/
+2
2022-03-22
better errors when a Copy impl is not coherent
Michael Goulet
-2
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-02-24
restore spans for issue-50480
Michael Goulet
-1
/
+14
2022-02-24
better ObligationCause for normalization errors in can_type_implement_copy
Michael Goulet
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_trait_selection`
Sylvan Bowdler
-1
/
+1
[next]