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
/
src
/
test
/
ui
/
specialization
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-4009
/
+0
2023-01-08
Normalize assumed_wf_types after wfchecking is complete, for better spans
Michael Goulet
-6
/
+6
2023-01-08
Improve spans of non-WF implied bound types
Michael Goulet
-14
/
+10
2022-12-13
Inform the user which trait is meant in the diagnostic itself instead of rely...
Oli Scherer
-1
/
+1
2022-11-18
deduplicate tests
lcnr
-3
/
+32
2022-11-10
Don't print full paths in overlap errors
Michael Goulet
-3
/
+3
2022-10-01
bless ui tests
Maybe Waffle
-48
/
+48
2022-09-24
Allow specializing on const trait bounds
Deadbeef
-0
/
+55
2022-09-23
Always print '_, even for erased lifetimes.
Camille GILLOT
-1
/
+1
2022-09-13
Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors
bors
-4
/
+3
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-30
Stabilize GATs
Jack Huey
-4
/
+3
2022-08-22
Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis
bors
-6
/
+12
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-8
/
+8
2022-08-17
implied_bounds: clarify our assumptions
lcnr
-6
/
+12
2022-08-05
Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank
bors
-2
/
+2
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-2
/
+2
2022-08-03
Delay a bug when failed to normalize trait ref during specialization
Michael Goulet
-0
/
+58
2022-07-15
remove `impl_implied_bounds` from `FnCtxt`
lcnr
-5
/
+3
2022-07-07
Track implicit `Sized` obligations in type params
Esteban Küber
-2
/
+2
2022-07-01
Improve spans for specialization error
Michael Goulet
-11
/
+11
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-177
/
+96
2022-06-26
Add regression test for #79224
Yuki Okushi
-0
/
+53
2022-06-25
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...
Matthias Krüger
-2
/
+2
2022-06-22
point to type param definition when not finding variant, method and assoc type
Takayuki Maeda
-2
/
+2
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-06-11
Handle empty where-clause better
Michael Goulet
-1
/
+1
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
[next]