index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_lint
/
nonstandard_style.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-456
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-4
/
+5
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-17
/
+17
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-1
/
+1
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-11
Avoid allocs in a few places.
jumbatm
-2
/
+1
2020-02-11
Move more work into `decorate` functions.
jumbatm
-5
/
+3
2020-02-11
Run RustFmt
jumbatm
-14
/
+15
2020-02-11
Invert control in struct_lint_level.
jumbatm
-20
/
+23
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-17
Don't warn about snake case for field puns that don't introduce a new name.
jumbatm
-1
/
+14
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-1
/
+1
2020-01-11
prepare moving HardwiredLints to rustc_session
Mazdak Farrokhzad
-3
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-07
Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril
Yuki Okushi
-0
/
+6
2020-01-06
fire "non_camel_case_types" for associated types
Andy Russell
-0
/
+6
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+3
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-27
Fallout in other crates.
Camille GILLOT
-3
/
+3
2019-12-27
Use Arena inside hir::TraitMethod.
Camille GILLOT
-1
/
+1
2019-12-26
Fallout in other crates.
Camille GILLOT
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-54
/
+44
2019-12-21
Tidy.
Camille GILLOT
-1
/
+7
2019-12-21
Use Arena inside hir::Body.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Mod.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::EnumDef.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-2
/
+2
2019-08-24
Modifies how Arg, Arm, Field, FieldPattern and Variant are visited
Caio
-4
/
+1
2019-08-14
Merge Variant and Variant_
Caio
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-1
/
+1
2019-06-16
Separate librustc_lint module
chansuke
-23
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-3
/
+4
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-2
/
+2
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-2
/
+2
2019-04-03
reduce repetition in librustc(_lint) wrt. impl LintPass
Mazdak Farrokhzad
-37
/
+4
[next]