| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -2/+2 | |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -95/+4 | |
| This is done by moving some data definitions to syntax::expand. | ||||
| 2019-10-27 | syntax/attr: reduce reliance on parser | Mazdak Farrokhzad | -1/+8 | |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 | |
| Remove unnecessary trait bounds and derivations This PR removes unnecessary trait bounds and derivations from many types. r? @nikomatsakis | ||||
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 | |
| 2019-10-19 | Avoid ICE when include! is used by stdin crate | Nika Layzell | -5/+19 | |
| This should also eliminate the ICE when using `include_bytes!`, `include_str!` and `#[doc(include = "...")]`. Fixes #63900 | ||||
| 2019-10-19 | Fix rebase | Vadim Petrochenkov | -1/+2 | |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -23/+24 | |
| And make it more uniform with other macros. By merging placeholders for future derives' outputs into the derive container's output fragment early. | ||||
| 2019-10-16 | mbe: leave a FIXME | Mazdak Farrokhzad | -0/+3 | |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -0/+8388 | |
