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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lint
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-28
rustc: Add a --cap-lints flag to the compiler
Alex Crichton
-1
/
+16
2015-07-15
Implement lint deprecation/removal…
Simonas Kazlauskas
-10
/
+32
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-33
/
+1
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-25
/
+16
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-1
/
+1
2015-02-28
Rename LintPass::check_trait_method to check_trait_item
Ivan Petkov
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-76
/
+2
2015-02-22
Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon
Manish Goregaokar
-10
/
+10
2015-02-22
Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonw
Manish Goregaokar
-2
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-10
/
+10
2015-02-19
Unsafe lint will also check for other unsafe code
Ivan Petkov
-2
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-17
/
+17
2015-02-12
Warn when linking a plugin into a non-plugin crate
Keegan McAllister
-0
/
+1
2015-02-11
rollup merge of #21881: richo/lint-no-mangle-const
Alex Crichton
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-2
/
+2
2015-02-06
librustc has been updated
GuillaumeGomez
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-02
lint: Deny #[no_mangle] const items
Richo Healey
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-6
/
+6
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-1
/
+1
2015-01-29
lint: warn about #[no_mangle] fns that aren't exported
Richo Healey
-0
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1
2015-01-25
Add a missing fmt::Debug impl lint
Steven Fackler
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-32
/
+1
2015-01-25
Add a lint to detect unconditional recursion.
Huon Wilson
-0
/
+1
2015-01-21
Implement unused features check
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-9
/
+0
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-8
/
+0
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-8
/
+0
2015-01-20
rustc: Remove deprecated lint names
Alex Crichton
-24
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-4
/
+4
2015-01-08
Improvements to feature staging
Brian Anderson
-11
/
+14
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-28
/
+28
2015-01-07
Preliminary feature staging
Brian Anderson
-3
/
+43
2015-01-07
use slicing sugar
Jorge Aparicio
-28
/
+28
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-28
/
+28
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-15
/
+21
2015-01-05
rollup merge of #20511: csouth3/derive-lint
Alex Crichton
-1
/
+2
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-15
/
+21
2015-01-04
Rename `raw_pointer_deriving` lint to `raw_pointer_derive`
Chase Southwood
-1
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
[next]