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_traits
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-03-12
Rollup merge of #138394 - lcnr:yeet-variant, r=compiler-errors
Manish Goregaokar
-1
/
+1
2025-03-12
remove unnecessary variant
lcnr
-1
/
+1
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-04
Only use implied bounds hack if bevy, and use deeply normalize in implied bou...
Michael Goulet
-19
/
+9
2025-02-21
don't leave assoc const unnormalized due to unconstrained params
Lukas Markeffsky
-9
/
+7
2025-02-17
Clean up dropck code a bit
Matthew Jasper
-7
/
+4
2025-01-29
Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726
bors
-2
/
+6
2025-01-25
Pass spans to perform_locally_in_new_solver
Michael Goulet
-4
/
+7
2025-01-24
Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack...
Michael Goulet
-2
/
+6
2025-01-23
Remove query normalize from normalize type op
Michael Goulet
-6
/
+2
2024-11-23
Delay a bug when encountering an impl with unconstrained generics in codegen_...
Michael Goulet
-6
/
+15
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-11
/
+12
2024-10-29
TypingMode :thinking:
lcnr
-4
/
+4
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+1
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-7
/
+7
2024-10-17
`DropckOutlives` to `rustc_middle`
lcnr
-2
/
+2
2024-10-17
`ImpliedOutlivesBounds` to `rustc_middle`
lcnr
-5
/
+6
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-2
/
+3
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-03
Add `warn(unreachable_pub)` to `rustc_traits`.
Nicholas Nethercote
-1
/
+2
2024-08-14
Remove redundant type ops
Michael Goulet
-24
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+7
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-2
/
+2
2024-07-09
Split out overflow handling into its own module
Michael Goulet
-2
/
+2
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-2
/
+2
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-06-03
Align Term methods with GenericArg methods
Michael Goulet
-1
/
+1
2024-06-03
Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...
Michael Goulet
-26
/
+17
2024-06-03
Move FulfillmentErrorCode to rustc_trait_selection too
Michael Goulet
-2
/
+2
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-13
/
+21
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-8
/
+2
2024-05-10
Apply nits, make some bounds into supertraits on inherent traits
Michael Goulet
-1
/
+1
2024-05-10
Lift `Lift`
Michael Goulet
-1
/
+1
2024-05-02
Use ObligationCtxt in favor of TraitEngine in many places
Michael Goulet
-7
/
+6
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+5
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+2
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-1
/
+8
2024-02-20
Rename some normalization-related items
León Orell Valerian Liehr
-16
/
+17
2024-02-19
`normalize_projection_ty` is not used with next-solver
lcnr
-14
/
+13
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
2024-01-17
Correctly handle normalization in implied bounds
Ali MJ Al-Nasrawy
-1
/
+17
2024-01-12
Remove redundant Code from FulfillmentErrorCode variants
Michael Goulet
-2
/
+2
2023-12-07
add unused `NormalizesTo` predicate
lcnr
-0
/
+1
2023-11-22
Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr
bors
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
[next]