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
/
traits
Age
Commit message (
Expand
)
Author
Lines
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-20
/
+6
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-16
/
+8
2019-04-02
Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg
Mazdak Farrokhzad
-0
/
+44
2019-04-01
resolve all in scope trait aliases, then elaborate their bounds
Sean McArthur
-0
/
+44
2019-03-27
Better diagnostic for binary operation on BoxedValues
hgallagher1993
-2
/
+4
2019-03-23
Tweak spans for E0599
Esteban Küber
-12
/
+4
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-64
/
+64
2019-02-12
Added tests.
Alexander Regueiro
-0
/
+21
2019-02-07
Update tests
varkor
-7
/
+3
2019-01-22
Stabilize Any::get_type_id and rename to type_id
Simon Sapin
-2
/
+1
2019-01-19
Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis
Mazdak Farrokhzad
-0
/
+49
2019-01-14
Rollup merge of #57540 - estebank:eval-more, r=petrochenkov
Mazdak Farrokhzad
-8
/
+10
2019-01-12
Suggest correct location for lifetime parameters in use
Esteban Küber
-7
/
+9
2019-01-11
Continue parsing after lifetime in incorrect location
Esteban Küber
-1
/
+1
2019-01-10
new trait alias tests
Niko Matsakis
-0
/
+49
2019-01-09
clarify resolve typo suggestion
Andy Russell
-1
/
+1
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-5
/
+5
2018-12-26
Fixed more tests.
Alexander Regueiro
-8
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-709
/
+147
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-9
/
+11
2018-12-18
improve tests as suggested by review comments
Ariel Ben-Yehuda
-2
/
+92
2018-12-16
fix trait objects with a Self-having projection va
Ariel Ben-Yehuda
-0
/
+57
2018-12-08
fix span for invalid number of parameters in trait method
Guillaume Gomez
-1
/
+1
2018-12-04
Update tests
Oliver Scherer
-8
/
+8
2018-11-22
Do not point at associated types from other crates
Esteban Küber
-5
/
+0
2018-11-22
Reword and fix test
Esteban Küber
-1
/
+1
2018-11-22
Point at the associated type's def span
Esteban Küber
-0
/
+5
2018-11-11
Rollup merge of #55687 - alexreg:fix-24010, r=scalexm
Pietro Albini
-2
/
+2
2018-11-07
Only do check for trait objects, not trait or trait alias definitions.
Alexander Regueiro
-2
/
+2
2018-11-07
Added error for duplicate bindings of associated type.
Alexander Regueiro
-17
/
+0
2018-11-07
Added tests.
Alexander Regueiro
-0
/
+17
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-23
/
+7
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-82
/
+96
2018-11-03
Added WF checking for trait alias definitions.
Alexander Regueiro
-71
/
+61
2018-11-03
Extended elaboration for trait aliases to include arbitrary bounds.
Alexander Regueiro
-5
/
+6
2018-11-03
Add more tests.
Alexander Regueiro
-42
/
+89
2018-11-03
Added tests.
Alexander Regueiro
-82
/
+58
2018-11-01
update tests that have changed output
Michael Hewson
-42
/
+9
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-3
/
+4
2018-10-16
Check the type of statics and constants for `Sized`ness
Oliver Scherer
-6
/
+3
2018-10-11
structured suggestion for E0223 ambiguous associated type
Zack M. Davis
-9
/
+3
2018-10-04
Convert conservative_impl_trait.rs to compile-pass
Jonas Schievink
-0
/
+18
2018-08-24
updates tests to use new error code
Matthew Russo
-5
/
+5
2018-08-20
Fix diagnostic regression
varkor
-6
/
+6
2018-08-20
Update new ui tests
varkor
-10
/
+10
2018-08-19
Fix some remaining tests
varkor
-2
/
+2
2018-08-19
Refactor generic argument count check in astconv
varkor
-1
/
+1
2018-08-19
Revert broken test
varkor
-0
/
+1
2018-08-19
"Fix" annoying test
varkor
-1
/
+0
[next]