| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. ↵ | Niko Matsakis | -5/+2 | |
| These paths also bind anonymous regions (or will, once HRTB is fully working). Fixes #18423. | ||||
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -2/+2 | |
| Spring cleaning is here! In the Fall! This commit removes quite a large amount of deprecated functionality from the standard libraries. I tried to ensure that only old deprecated functionality was removed. This is removing lots and lots of deprecated features, so this is a breaking change. Please consult the deprecation messages of the deleted code to see how to migrate code forward if it still needs migration. [breaking-change] | ||||
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -0/+235 | |
