| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -5/+5 | |
| Most of the Rust community agrees that the vec! macro is clearer when called using square brackets [] instead of regular brackets (). Most of these ocurrences are from before macros allowed using different types of brackets. There is one left unchanged in a pretty-print test, as the pretty printer still wants it to have regular brackets. | ||||
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -0/+171 | |
| We've actually got quite a few tools that are compiled as part of our build, let's start housing them all in a `tools` directory. | ||||
