| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -4/+33 | |
| This removes the ability to use `foo(bar)` style cfgs. Switch them to `foo_bar` or `foo="bar"` instead. [breaking-change] | ||||
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -1/+3 | |
| The implementation essentially desugars during type collection and AST type conversion time into the parameter scheme we have now. Only fully qualified names--e.g. `<T as Foo>::Bar`--are supported. | ||||
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -0/+253 | |
