| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-07 | Include macro name in 'local ambiguity' error | Aaron Hill | -0/+1 | |
| Currently, we only point at the span of the macro argument. When the macro call is itself generated by another macro, this can make it difficult or impossible to determine which macro is responsible for producing the error. | ||||
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 | |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 | |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 | |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 | |
| 2021-03-05 | expand: Introduce enum for module loading errors and make module loading ↵ | Vadim Petrochenkov | -0/+1 | |
| speculative | ||||
| 2021-03-05 | rustc_interface: Hide some hacky details of early linting from expand | Vadim Petrochenkov | -0/+1 | |
| 2021-02-15 | Remove redundant bool_to_option feature gate | est31 | -1/+0 | |
| 2020-12-12 | Remove some no longer necessary `#[cfg(test)]`s | Vadim Petrochenkov | -3/+0 | |
| With https://github.com/rust-lang/rust/pull/69838 inner modules are never touched in the outer module is unconfigured. | ||||
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -1/+0 | |
| 2020-08-30 | Move lexer unit tests to rustc_lexer | Aleksey Kladov | -5/+0 | |
| StringReader is an intornal abstraction which at the moment changes a lot, so these unit tests cause quite a bit of friction. Moving them to rustc_lexer and more ingerated-testing style should make them much less annoying, hopefully without decreasing their usefulness much. Note that coloncolon tests are removed (it's unclear what those are testing). \r\n tests are removed as well, as we normalize line endings even before lexing. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+57 | |
