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
/
test
/
compile-fail
/
lint-exceeding-bitshifts.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-57
/
+0
2018-03-08
Unify the const folding errors
Oliver Schneider
-20
/
+20
2018-03-08
Update tests
Oliver Schneider
-1
/
+0
2018-03-08
Fully use miri in trans
Oliver Schneider
-17
/
+1
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-1
/
+1
2016-08-04
Update wording on E0080
Shantanu Raj
-1
/
+1
2016-04-26
don't report bitshift overflow twice
Oliver Schneider
-20
/
+0
2016-04-26
const_err lint all constant expressions
Oliver Schneider
-0
/
+21
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-3
/
+8
2015-12-05
fix const index feature-gate regression
Oliver Schneider
-1
/
+4
2015-07-17
Clarify the usage of "hints" in const_eval.
Eli Friedman
-2
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-04-02
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-04-02
fixes for fallout in tests/compile-fail
Felix S. Klock II
-0
/
+1
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-2
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Fix up some tests for feature staging
Brian Anderson
-0
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-17
Add allow(unstable) to tests that need it
Brian Anderson
-0
/
+1
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-2
/
+2
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-1
/
+1
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2014-11-03
rollup merge of #18593 : hirschenberger/issue-18587
Alex Crichton
-0
/
+4
2014-11-04
Fix for bitshift errors lint on cross compilation #18587
Falco Hirschenberger
-38
/
+51
2014-11-03
Also fix undefined behaviour when shift equals the number of bits
Falco Hirschenberger
-37
/
+37
2014-11-01
Add lint for checking exceeding bitshifts #17713
Falco Hirschenberger
-0
/
+58