about summary refs log tree commit diff
path: root/src/test/run-pass/traits
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-51/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-3234/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+3
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-4/+5
2019-05-29Update run-pass test suite to use dynmemoryruins-58/+58
2019-05-20Update tests.Alexander Regueiro-93/+0
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-0/+65
resolve: collect trait aliases along with traits It seems trait aliases weren't being collected as `TraitCandidates` in resolve, this should change that. (I can't compile the full compiler locally, so relying on CI...) Fixes https://github.com/rust-lang/rust/issues/56485 r? @alexreg
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-1/+43
2019-03-30Fix more testsFabian Drinck-1/+0
2019-03-23resolve: collect trait aliases along with traitsSean McArthur-0/+23
2019-01-04add testsAriel Ben-Yehuda-0/+41
2018-12-25Remove licensesMark Rousskov-1191/+0
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-1/+1
2018-11-07Added tests.Alexander Regueiro-3/+2
2018-11-03Fixed bug with Self type param coming before lifetimes.Alexander Regueiro-20/+33
2018-11-03Add more tests.Alexander Regueiro-7/+53
2018-11-03Added tests.Alexander Regueiro-13/+50
2018-11-03Added support for trait aliases as object types.Alexander Regueiro-2/+8
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-0/+22
2018-10-04Convert conservative_impl_trait.rs to compile-passJonas Schievink-26/+0
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-0/+8
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+48
with clean stderr again. Most were added mechanically.
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+4307
Fix #54047