| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+0 | |
| 2016-03-22 | fix alignment | Jorge Aparicio | -4/+4 | |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 | |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -39/+39 | |
| Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry | ||||
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -0/+986 | |
| 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. | ||||
