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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
specialization
Age
Commit message (
Expand
)
Author
Lines
2022-04-05
Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...
Dylan DPC
-0
/
+4
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+4
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-2
/
+1
2022-03-24
Properly track `ImplObligation`s
Esteban Kuber
-2
/
+1
2022-02-14
further update `fuzzy_match_tys`
lcnr
-0
/
+2
2022-02-12
Update chalk tests
Matthew Jasper
-10
/
+9
2022-01-21
Override rustc version in ui and mir-opt tests to get stable hashes
The 8472
-1
/
+1
2022-01-17
Update term for use in more places
kadmin
-1
/
+1
2021-12-13
Include rustc version in `rustc_span::StableCrateId`
pierwill
-1
/
+1
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-14
/
+14
2021-11-20
Point at `impl` blocks when they introduce unmet obligations
Esteban Kuber
-2
/
+6
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-5
/
+0
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-0
/
+5
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+27
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-0
/
+8
2021-10-04
Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis
Jubilee
-0
/
+42
2021-10-02
Consistently use 'supertrait'.
Bruce Mitchener
-2
/
+2
2021-09-30
Elaborate predicates in min_specialization checks
Matthew Jasper
-0
/
+42
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+55
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-2
/
+1
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-24
/
+44
2021-08-12
Use a more accurate span on assoc types WF checks
Esteban Kuber
-2
/
+2
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+4
2021-07-16
Make GATs no longer incomplete
Jack Huey
-11
/
+2
2021-07-06
Revert "Revert "Update tests""
bjorn3
-1
/
+1
2021-06-07
Revert "Update tests"
bjorn3
-1
/
+1
2021-05-30
Update tests
bjorn3
-1
/
+1
2021-04-23
Add test for issue #51892
marmeladema
-0
/
+29
2021-04-23
Add test for issue #33017
marmeladema
-0
/
+62
2021-04-12
Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...
Manish Goregaokar
-1
/
+1
2021-04-08
Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco
Dylan DPC
-3
/
+15
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-3
/
+15
2021-04-06
Remove trailing `:` from E0119 message
Esteban Küber
-6
/
+6
2021-04-02
Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank
Dylan DPC
-4
/
+4
2021-04-01
Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC
Dylan DPC
-0
/
+32
2021-03-31
Track bound vars
Jack Huey
-1
/
+1
2021-03-31
Add a regression test for issue-68830
JohnTitor
-0
/
+32
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-4
/
+4
2021-02-21
reword `;` suggestions to have consistent wording
Esteban Küber
-1
/
+1
2021-02-17
In some limited cases, suggest `where` bounds for non-type params
Esteban Küber
-0
/
+4
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-4
/
+4
2021-01-16
fold_with not super_fold_with in TypeFoldable impl for Predicate
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-1
/
+1
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-2
/
+49
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+45
2020-10-06
Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...
Jack Huey
-2
/
+3
2020-10-06
Avoid cycles from projection bounds
Matthew Jasper
-29
/
+17
2020-10-06
Check projections are well-formed when using projection candidates
Matthew Jasper
-0
/
+101
[next]