| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -19/+0 | |
| No longer parse it. Remove AutoTrait variant from AST and HIR. Remove backwards compatibility lint. Remove coherence checks, they make no sense for the new syntax. Remove from rustdoc. | ||||
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+1 | |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -3/+3 | |
| DefaultImpl is a highly confusing name for what we now call auto impls, as in `impl Send for ..`. The name auto impl is not formally decided but for sanity anything is better than `DefaultImpl` which refers neither to `default impl` nor to `impl Default`. | ||||
| 2015-05-26 | Fix typo. | Nick Hamann | -1/+1 | |
| 2015-02-22 | Test all the things | Flavio Percoco | -0/+18 | |
