Alex Crichton
|
ce1a965cf5
|
Fallout in tests and docs from feature renamings
|
2015-06-17 09:07:16 -07:00 |
|
Alex Crichton
|
f86318d63c
|
Test fixes and rebase conflicts, round 2
Conflicts:
src/libcore/num/mod.rs
|
2015-04-02 02:07:51 +02:00 |
|
Felix S. Klock II
|
07ff8ab885
|
fixes for fallout in tests/compile-fail
|
2015-04-02 01:43:54 +02:00 |
|
Tamir Duberstein
|
d51047ded0
|
Strip all leading/trailing newlines
|
2015-03-15 09:08:21 -07:00 |
|
Niko Matsakis
|
72eb214ee4
|
Update suffixes en masse in tests using perl -p -i -e
|
2015-02-18 09:10:10 -05:00 |
|
Brian Anderson
|
cd6d9eab5d
|
Set unstable feature names appropriately
* `core` - for the core crate
* `hash` - hashing
* `io` - io
* `path` - path
* `alloc` - alloc crate
* `rand` - rand crate
* `collections` - collections crate
* `std_misc` - other parts of std
* `test` - test crate
* `rustc_private` - everything else
|
2015-01-23 13:28:40 -08:00 |
|
Brian Anderson
|
e62c37eb8d
|
Fix up some tests for feature staging
|
2015-01-21 16:16:22 -08:00 |
|
Brian Anderson
|
7b73ec4698
|
Tie stability attributes to feature gates
|
2015-01-21 16:16:21 -08:00 |
|
Brian Anderson
|
1f46ae285d
|
Add allow(unstable) to tests that need it
|
2015-01-17 16:38:04 -08:00 |
|
Huon Wilson
|
441044f071
|
Update compile-fail tests to use is/us, not i/u.
|
2015-01-08 11:02:24 -05:00 |
|
Huon Wilson
|
85f961e2cc
|
Update compile fail tests to use usize.
|
2015-01-08 11:02:24 -05:00 |
|
Huon Wilson
|
0c70ce1424
|
Update compile fail tests to use isize.
|
2015-01-08 11:02:24 -05:00 |
|
Alex Crichton
|
f2aa8c4187
|
rollup merge of #18593 : hirschenberger/issue-18587
Conflicts:
src/test/compile-fail/lint-exceeding-bitshifts.rs
|
2014-11-03 16:24:26 -08:00 |
|
Falco Hirschenberger
|
e7f3109708
|
Fix for bitshift errors lint on cross compilation #18587
|
2014-11-04 00:48:03 +01:00 |
|
Falco Hirschenberger
|
32b903d877
|
Also fix undefined behaviour when shift equals the number of bits
LLVM states: "If op2 is (statically or dynamically) negative or equal
to or larger than the number of bits in op1, the result is undefined."
|
2014-11-03 20:08:11 +01:00 |
|
Falco Hirschenberger
|
e5058a8f0c
|
Add lint for checking exceeding bitshifts #17713
|
2014-11-01 09:10:10 +01:00 |
|