about summary refs log tree commit diff
path: root/src/librustc_ast_passes
AgeCommit message (Expand)AuthorLines
2020-01-20Parse `?const ?Trait`Dylan MacKenzie-4/+13
2020-01-20Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`Dylan MacKenzie-16/+4
2020-01-19Store `impl const` in `ItemKind::Impl`Dylan MacKenzie-2/+8
2020-01-19Add `constness` field to `ast::ItemKind::Impl`Dylan MacKenzie-0/+2
2020-01-20Rollup merge of #68353 - Centril:code-liberation, r=petrochenkovDylan DPC-4/+0
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-4/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-18stabilize slice_patternsMazdak Farrokhzad-21/+0
2020-01-17Use named fields for `ast::ItemKind::Impl`Dylan MacKenzie-5/+21
2020-01-12Diagnostics should start lowercasevarkor-1/+1
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-01-11feature_gate: Remove `GateStrength`Vadim Petrochenkov-37/+10
2020-01-11canonicalize some lint importsMazdak Farrokhzad-1/+1
2020-01-11{syntax -> rustc_ast_passes}::show_spanMazdak Farrokhzad-0/+71
2020-01-11{syntax -> rustc_ast_passes}::feature_gateMazdak Farrokhzad-0/+732
2020-01-11ast_validation -> new crate rustc_ast_passesMazdak Farrokhzad-0/+1063