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_middle
/
src
/
traits
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-20
Enforce non-lifetime-binders in supertrait preds are not object safe
Michael Goulet
-2
/
+11
2023-03-14
Remove box expressions from HIR
clubby789
-2
/
+0
2023-02-16
Clarify `DerivedObligationCause` may hold alias id
Alan Egerton
-1
/
+5
2023-02-06
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...
Matthias Krüger
-0
/
+2
2023-02-03
intern external constraints
Michael Goulet
-0
/
+1
2023-01-27
Impl HashStable/Encodable/Decodable for ObligationCause.
Camille GILLOT
-10
/
+18
2023-01-23
Point at specific field in struct literal when trait fulfillment fails
Nathan Fenner
-0
/
+2
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-5
/
+6
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-25
move 2 candidates into builtin candidate
lcnr
-23
/
+0
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+20
2022-11-19
Improve spans for RPITIT object-safety errors
Michael Goulet
-2
/
+8
2022-11-08
selection failure: recompute applicable impls
lcnr
-3
/
+0
2022-11-05
Enforce rust-check ABI in signatures, calls
Michael Goulet
-0
/
+2
2022-11-03
Cleanups
Boxy
-1
/
+8
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-1
/
+1
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-1
/
+1
2022-10-17
Duplicate comment in mod.rs
Samuel Moelius
-5
/
+0
2022-10-07
Remove tuple candidate, nothing special about it
Michael Goulet
-9
/
+2
2022-09-16
Add AscribeUserTypeProvePredicate
Jack Huey
-0
/
+5
2022-09-16
Add to_constraint_category to ObligationCause and SubregionOrigin
Jack Huey
-0
/
+8
2022-09-16
Revert "Better errors for implied static bound"
Jack Huey
-13
/
+0
2022-09-13
Better errors for implied static bound
Jack Huey
-0
/
+13
2022-09-12
Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr
Dylan DPC
-0
/
+9
2022-09-12
Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726
bors
-2
/
+9
2022-09-11
Deny RPITIT for object safety
Michael Goulet
-0
/
+9
2022-09-09
rename `codegen_fulfill_obligation`
lcnr
-1
/
+1
2022-09-08
Add associated item binding to non-param-ty where clause suggestions
Michael Goulet
-2
/
+2
2022-08-24
Note binding obligation causes for const equate errors
Michael Goulet
-0
/
+7
2022-08-21
More docs
Michael Goulet
-5
/
+11
2022-08-21
Rework point-at-arg
Michael Goulet
-0
/
+4
2022-08-07
Built-in implementation of Tuple trait
Michael Goulet
-2
/
+9
2022-07-24
Combine redundant obligation cause codes
Michael Goulet
-10
/
+2
2022-07-21
And for patterns too
Michael Goulet
-2
/
+5
2022-07-21
Do if-expression obligation stuff less eagerly
Michael Goulet
-7
/
+9
2022-07-16
Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr
Matthias Krüger
-9
/
+1
2022-07-15
Propagate Expectation around binop typeck code to construct more precise trai...
Will Crichton
-1
/
+2
2022-07-15
Revert "Highlight conflicting param-env candidates"
Michael Goulet
-9
/
+1
2022-07-15
remove tcx from ObligationCauseCode::span
Michael Goulet
-1
/
+1
2022-07-15
Remove some more usages of guess_head_span
Michael Goulet
-6
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-1
/
+1
2022-07-08
Highlight conflicting param-env candidates
Michael Goulet
-1
/
+9
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-12
/
+23
2022-06-28
Fix trait object reborrow suggestion
Michael Goulet
-1
/
+1
2022-06-27
Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obk
Matthias Krüger
-38
/
+29
2022-06-27
Rollup merge of #97780 - compiler-errors:field-wfcheck-before-sized, r=jackh726
Matthias Krüger
-1
/
+1
2022-06-25
Fix span issues in object safety suggestions
Michael Goulet
-38
/
+29
2022-06-21
Point at return expression for RPIT-related error
Michael Goulet
-0
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-2
/
+2
[next]