| Age | Commit message (Expand) | Author | Lines |
| 2019-06-22 | Rollup merge of #61681 - asfreitas:addSendTrait, r=estebank | Mazdak Farrokhzad | -14/+14 |
| 2019-06-22 | adding in these files that didn't get added in previous commit | Andrew | -7/+7 |
| 2019-06-21 | changed expected output in tests so it now passes with changed output | Andrew | -7/+7 |
| 2019-06-14 | Add explanation for E0592 | Yuki Okushi | -0/+1 |
| 2019-06-09 | Add test for ICE | Yuki Okushi | -0/+22 |
| 2019-05-31 | fix tidy | Esteban Küber | -3/+1 |
| 2019-05-30 | Remove unecessary `-Z continue-parse-after-error` from tests | Esteban Küber | -1/+1 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -62/+72 |
| 2019-05-20 | Reinstated shallow disallowing of maybe bounds in trait objects. | Alexander Regueiro | -2/+46 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -104/+361 |
| 2019-05-20 | Addressed points raised in review. | Alexander Regueiro | -41/+87 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -15/+1347 |
| 2019-05-14 | Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ... | Mazdak Farrokhzad | -0/+91 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -0/+3 |
| 2019-05-01 | forego caching for all participants in cycles, apart from root node | Niko Matsakis | -0/+91 |
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -0/+4 |
| 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 |