rust/src/test/pretty
Niko Matsakis 9e3d0b002a librustc: Remove the fallback to int from typechecking.
This breaks a fair amount of code. The typical patterns are:

* `for _ in range(0, 10)`: change to `for _ in range(0u, 10)`;

* `println!("{}", 3)`: change to `println!("{}", 3i)`;

* `[1, 2, 3].len()`: change to `[1i, 2, 3].len()`.

RFC #30. Closes #6023.

[breaking-change]
2014-06-24 17:18:48 -07:00
..
attr-fn-inner.rs Test fixes from rollup 2014-04-04 15:57:45 -07:00
blank-lines.rs test: Fix test. rs=test 2013-03-19 21:55:23 -07:00
block-comment-multiple-asterisks.rs Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
block-comment-trailing-whitespace2.rs
block-comment-trailing-whitespace.rs
block-comment-wchar.pp Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
block-comment-wchar.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
block-disambig.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
closure-reform-pretty.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
disamb-stmt-expr.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
do1.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
doc-comments.rs Test fixes from rollup 2014-04-04 15:57:45 -07:00
empty-impl.pp Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
empty-impl.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
empty-lines.rs
example1.rs
example2.pp
example2.rs
fn-types.rs librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
for-comment.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-929.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-naked-expr-medium.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
match-naked-expr.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
path-type-bounds.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
raw-str-nonexpr.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
record-trailing-comma.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
struct-tuple.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
tag-blank-lines.rs
unary-op-disambig.rs
vec-comments.pp test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
vec-comments.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00