about summary refs log tree commit diff
path: root/src/test/run-fail/overflowing-sub.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-0/+2
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-08-04Update wording on E0080Shantanu Raj-1/+1
2016-06-05trans: use the same messages for both MIR and old arithmetic checks.Eduard Burtescu-1/+1
2016-06-05Enable the overflow-related tests for MIRJames Miller-2/+0
2016-05-22Rename main thread from "<main>" to "main".Wangshan Lu-1/+1
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+4
2015-10-13implement RFC 1229Oliver Schneider-4/+1
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-0/+1
2015-03-03Fix the overflowing tests in run-fail.Felix S. Klock II-2/+5
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-0/+15