| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -51/+0 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -3234/+0 | |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+3 | |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+5 | |
| 2019-05-29 | Update run-pass test suite to use dyn | memoryruins | -58/+58 | |
| 2019-05-20 | Update tests. | Alexander Regueiro | -93/+0 | |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak 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-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -1/+43 | |
| 2019-03-30 | Fix more tests | Fabian Drinck | -1/+0 | |
| 2019-03-23 | resolve: collect trait aliases along with traits | Sean McArthur | -0/+23 | |
| 2019-01-04 | add tests | Ariel Ben-Yehuda | -0/+41 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1191/+0 | |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -1/+1 | |
| 2018-11-07 | Added tests. | Alexander Regueiro | -3/+2 | |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -20/+33 | |
| 2018-11-03 | Add more tests. | Alexander Regueiro | -7/+53 | |
| 2018-11-03 | Added tests. | Alexander Regueiro | -13/+50 | |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -2/+8 | |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -0/+22 | |
| 2018-10-04 | Convert conservative_impl_trait.rs to compile-pass | Jonas Schievink | -26/+0 | |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -0/+8 | |
| 2018-09-26 | Add `#![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-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+4307 | |
| Fix #54047 | ||||
