| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -3/+12 | |
| Now that we made `resolve_lifetimes` into a query, elision errors no longer abort compilation, which affects some tests. Also, remove `dep_graph_crosscontaminate_tables` -- there is no a path in the dep-graph, though red-green handles it. The same scenario is (correctly) tested by issue-42602.rs in any case. | ||||
| 2017-06-12 | consider closures/ty-fn-defs when making trait selection keys | Niko Matsakis | -0/+45 | |
| Fixes #42602. | ||||
