| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-01-22 | Remove crate `proc_macro_tokens`. | Jeffrey Seyfried | -64/+0 | |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -2/+0 | |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+1 | |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 | |
| Historically this was done to accommodate bugs in lints, but there hasn't been a bug in a lint since this feature was added which the warnings affected. Let's completely purge warnings from all our stages by denying warnings in all stages. This will also assist in tracking down `stage0` code to be removed whenever we're updating the bootstrap compiler. | ||||
| 2016-10-28 | Split up libproc_macro_plugin | Nick Cameron | -0/+66 | |
| Separate the plugin code from non-plugin code to break a potential cycle in crates. This will allow us to merge the new libproc_macro_tokens into libproc_macro. | ||||
