| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -1193/+0 | |
| Also do some cleanup of the interface. | ||||
| 2020-01-11 | {rustc::lint -> rustc_lint}::internal | Mazdak Farrokhzad | -241/+0 | |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -717/+5 | |
| 2020-01-11 | inline maybe_lint_level_root | Mazdak Farrokhzad | -6/+0 | |
| 2020-01-11 | move struct_lint_level to levels.rs | Mazdak Farrokhzad | -165/+161 | |
| 2020-01-11 | move LintSource to levels | Mazdak Farrokhzad | -31/+30 | |
| 2020-01-11 | move logic to LintLevelsBuilder | Mazdak Farrokhzad | -48/+36 | |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -8/+0 | |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -5/+5 | |
| 2020-01-11 | nix syntax::early_buffered_lints | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-11 | move {rustc -> rustc_session}::lint::builtin | Mazdak Farrokhzad | -510/+1 | |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -174/+133 | |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -88/+5 | |
| 2020-01-11 | prepare for moving BuiltinLintDiagnostics to rustc_session | Mazdak Farrokhzad | -75/+71 | |
| 2020-01-11 | Remove unused derives | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -5/+5 | |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -4/+3 | |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -8/+17 | |
| - remove syntax::{help!, span_help!, span_note!} - remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!} - lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints - inline syntax::{struct_span_warn!, diagnostic_used!} - stringify_error_code! -> error_code! & use it more. - find_plugin_registrar: de-fatalize an error - de-fatalize metadata errors - move type_error_struct! to rustc_typeck - struct_span_err! -> rustc_errors | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -7/+7 | |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+2 | |
| 2020-01-04 | Auto merge of #67788 - cjgillot:delint-day, r=Zoxc | bors | -939/+20 | |
| Move early and late lint mechanisms to librustc_lint. As requested, split from #67737 r? @Zoxc | ||||
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+4 | |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 | |
| 2020-01-01 | Move lint levels machanism in librustc_lint. | Camille GILLOT | -121/+2 | |
| 2020-01-01 | Move late lint machanism in librustc_lint. | Camille GILLOT | -453/+9 | |
| 2020-01-01 | Move early lint machanism in librustc_lint. | Camille GILLOT | -368/+12 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 | |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -24/+28 | |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -20/+20 | |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -57/+71 | |
| 2019-12-22 | Format the world | Mark Rousskov | -333/+307 | |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -5/+5 | |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -3/+3 | |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -7/+7 | |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -3/+3 | |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 | |
| 2. mir::Mutability -> ast::Mutability. | ||||
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -6/+6 | |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -2/+2 | |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -2/+2 | |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 | |
| Change unused_labels from allow to warn Fixes #66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run. | ||||
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -151/+7 | |
