| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-23 | Move tests to `ui` | Esteban Küber | -18/+0 | |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -4/+0 | |
| This uncovered a lot of bugs in compiletest and also some shortcomings of our existing JSON output. We had to add information to the JSON output, such as suggested text and macro backtraces. We also had to fix various bugs in the existing tests. Joint work with jntrnr. | ||||
| 2015-05-13 | Fix ICE that occurs when an associated const is ambiguous. | Sean Patrick Santos | -1/+1 | |
| Also change several error messages to refer to "items" rather than "methods", since associated items that require resolution during type checking are not always methods. | ||||
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -2/+7 | |
| 2015-01-05 | fix cfail tests | Jorge Aparicio | -3/+4 | |
| 2013-04-10 | tests: changes in response to #5656 | Niko Matsakis | -1/+1 | |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -1/+1 | |
| per method and list of def-ids per trait. | ||||
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime ↵ | Patrick Walton | -1/+1 | |
| notation. rs=delifetiming | ||||
| 2013-01-08 | Make `self` visible when typechecking nested functions | Tim Chevalier | -0/+16 | |
| Necessary to allow supertrait methods to be called in default methods. r=nikomatsakis | ||||
| 2013-01-07 | Revert "Change the self def_id to a self_info in typeck, and inherit" | Tim Chevalier | -16/+0 | |
| This reverts commit 921393c56886468b8f7476fa3a3e6ddb3bea421d. | ||||
| 2013-01-07 | Change the self def_id to a self_info in typeck, and inherit | Tim Chevalier | -0/+16 | |
| That is, treat `self` as if it has dynamic scope. This seems to be harmless, and prevents an ICE as per #3563 | ||||
