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
/
clippy_lints
/
src
/
indexing_slicing.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-1
/
+1
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-2
/
+2
2019-08-06
Rustup https://github.com/rust-lang/rust/pull/59369
Lzu Tao
-1
/
+1
2019-08-03
Doctests: Enable running doc tests for restriction lints
Philipp Hansch
-1
/
+1
2019-06-12
Typos and minor grammar corrections
mgr-inz-rafal
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-2
/
+2
2019-03-05
fix or ignore failing doc tests
Andy Russell
-1
/
+2
2019-03-05
move lint documentation into macro invocations
Andy Russell
-62
/
+62
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-5
/
+5
2018-11-27
Run rustfmt on clippy_lints
flip1995
-24
/
+14
2018-10-15
out_of_bounds_indexing improved reporting of out of bounds value
Josh Mcguigan
-2
/
+2
2018-10-14
out_of_bounds_indexing refactoring
Josh Mcguigan
-35
/
+30
2018-10-13
OUT_OF_BOUNDS_INDEXING fix #3102 false negative
Josh Mcguigan
-22
/
+48
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-5
/
+5
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-22
rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581
Matthias Krüger
-2
/
+2
2018-08-02
Make indexing_slicing a restriction lint (fixes #2933)
Manish Goregaokar
-1
/
+1
2018-07-23
Rustup
Oliver Schneider
-1
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
ExprKind
csmoe
-1
/
+1
2018-06-19
Removing lint for constant `usize` array indexing
Shea Newton
-18
/
+6
2018-06-19
Revisiting indexing_slicing test cases
Shea Newton
-78
/
+55
2018-06-19
Second pass at addressing changes requested
Shea Newton
-19
/
+36
2018-06-19
This commit represents an attempt to address changes requested in the process...
Shea Newton
-38
/
+38
2018-06-19
Rename instances of `array_indexing`
Shea Newton
-0
/
+201