about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-exceeding-bitshifts.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-57/+0
2018-03-08Unify the const folding errorsOliver Schneider-20/+20
2018-03-08Update testsOliver Schneider-1/+0
2018-03-08Fully use miri in transOliver Schneider-17/+1
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-1/+1
2016-08-04Update wording on E0080Shantanu Raj-1/+1
2016-04-26don't report bitshift overflow twiceOliver Schneider-20/+0
2016-04-26const_err lint all constant expressionsOliver Schneider-0/+21
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+8
2015-12-05fix const index feature-gate regressionOliver Schneider-1/+4
2015-07-17Clarify the usage of "hints" in const_eval.Eli Friedman-2/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-02fixes for fallout in tests/compile-failFelix S. Klock II-0/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Fix up some tests for feature stagingBrian Anderson-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-11-03rollup merge of #18593 : hirschenberger/issue-18587Alex Crichton-0/+4
2014-11-04Fix for bitshift errors lint on cross compilation #18587Falco Hirschenberger-38/+51
2014-11-03Also fix undefined behaviour when shift equals the number of bitsFalco Hirschenberger-37/+37
2014-11-01Add lint for checking exceeding bitshifts #17713Falco Hirschenberger-0/+58