| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -2/+2 | |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -7/+3 | |
| 2016-10-22 | Remove `CrateReader`, use `CrateLoader` instead. | Jeffrey Seyfried | -3/+3 | |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 | |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 | |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -10/+10 | |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -3/+7 | |
| The 'cfg' in the Options struct is only the commandline-specified subset of the crate configuration and it's almost always wrong to read that instead of the CrateConfig in HIR crate node. | ||||
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -1/+2 | |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -17/+22 | |
| This pass was supposed to check use of gated features before `#[cfg]`-stripping but this was not the case since it in fact happens after. Checks that are actually important and must be done before macro expansion are now made where the features are actually used. Close #32648. Also ensure that attributes on macro-generated macro invocations are checked as well. Close #32782 and #32655. | ||||
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with ↵ | Michael Woerister | -4/+7 | |
| the same crate-name and crate-salt but different SVHs. | ||||
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+1 | |
| Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that are deprecated in the 1.8 release are sticking around for the rest of this cycle. Some notable changes are: * The `dynamic_lib` module was moved into `rustc_back` as the compiler still relies on a few bits and pieces. * The `DebugTuple` formatter now special-cases an empty struct name with only one field to append a trailing comma. | ||||
| 2016-02-12 | Autoderef in librustc_plugin | Jonas Schievink | -1/+1 | |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -2/+2 | |
| tests & rustdoc still broken | ||||
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -0/+146 | |
| this is a [breaking-change] to all plugin authors - sorry | ||||
