| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-08 | Stabilize bind_by_move_pattern_guards in 1.39.0. | Mazdak Farrokhzad | -3/+2 | |
| 2019-09-07 | Rollup merge of #64226 - alexreg:rush-pr-3, r=centril | Mazdak Farrokhzad | -11/+13 | |
| Aggregation of cosmetic changes made during work on REPL PRs: libsyntax Factored out from hacking on rustc for work on the REPL. r? @Centril | ||||
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -11/+13 | |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -6/+0 | |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -0/+5 | |
| The global restriction is 100, but since error codes are printed out via --explain we want to restrict them to just 80 columns. | ||||
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+11 | |
| This allows lints and other diagnostics to refer to items by a unique ID instead of relying on whacky path resolution schemes that may break when items are relocated. | ||||
| 2019-08-25 | Refactor feature gate checking code | Pascal Hertleif | -18/+22 | |
| Tries to clarify the filtering of active features and make the code more expressive. | ||||
| 2019-08-25 | Introduce and use `Feature` type for feature gates | Pascal Hertleif | -23/+98 | |
| This replaces the ad-hoc tuples used in the different feature gate files and unifies their content into a common type, leading to more readable matches and other good stuff that comes from having named fields. It also contains the description of each feature as extracted from the doc comment. | ||||
| 2019-08-24 | Use doc comments for feature gate descriptions | Pascal Hertleif | -261/+284 | |
| This is just in preparation for future usage of these texts. | ||||
| 2019-08-23 | syntax: move `feature_gate.rs`. | Mazdak Farrokhzad | -0/+31 | |
| 2019-08-23 | syntax: extract `check.rs`. | Mazdak Farrokhzad | -2/+953 | |
| 2019-08-23 | builtin_attrs.rs: retain FIXMEs. | Mazdak Farrokhzad | -2/+6 | |
| 2019-08-23 | builtin_attrs.rs: organize! | Mazdak Farrokhzad | -241/+259 | |
| 2019-08-23 | builtin_attrs.rs: cleanup with `(un)gated!`. | Mazdak Farrokhzad | -288/+229 | |
| 2019-08-23 | builtin_attrs.rs: refactor `rustc_attrs` entries. | Mazdak Farrokhzad | -233/+109 | |
| 2019-08-23 | builtin_attrs.rs: simplify `cfg_fn`. | Mazdak Farrokhzad | -8/+7 | |
| 2019-08-23 | syntax: extract `builin_attrs.rs`. | Mazdak Farrokhzad | -1/+724 | |
| 2019-08-23 | syntax: extract `active.rs` feature gates. | Mazdak Farrokhzad | -0/+522 | |
| 2019-08-23 | syntax: extract `removed.rs` feature gates. | Mazdak Farrokhzad | -0/+83 | |
| 2019-08-23 | syntax: extract `accepted.rs` feature gates. | Mazdak Farrokhzad | -0/+236 | |
