<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/const-expr-in-vec-repeat.rs, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-03-26T19:10:22+00:00</updated>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>rustdoc: Replace no-pretty-expanded with pretty-expanded</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-22T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a'/>
<id>urn:sha1:8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a</id>
<content type='text'>
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
</content>
</entry>
<entry>
<title>Remove all `i` suffixes</title>
<updated>2015-01-30T03:38:54+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2015-01-25T21:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f64fe4e27555c256cb228feb05d4181a2287125'/>
<id>urn:sha1:7f64fe4e27555c256cb228feb05d4181a2287125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.</title>
<updated>2014-12-20T02:23:29+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2014-12-20T02:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e86929a4a5a36f3993e577b4582ba70d84bbb40'/>
<id>urn:sha1:2e86929a4a5a36f3993e577b4582ba70d84bbb40</id>
<content type='text'>
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
</content>
</entry>
<entry>
<title>test: Convert statics to constants</title>
<updated>2014-10-09T16:44:52+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-10-07T04:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d03a4b0046a27968fc4eeaf1847776b90a48264b'/>
<id>urn:sha1:d03a4b0046a27968fc4eeaf1847776b90a48264b</id>
<content type='text'>
Additionally, add lots of tests for new functionality around statics and
`static mut`.
</content>
</entry>
<entry>
<title>librustc: Remove the fallback to `int` from typechecking.</title>
<updated>2014-06-25T00:18:48+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2014-04-21T21:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e3d0b002a5c2e81d43351c9b8550a3f4ccfb8f9'/>
<id>urn:sha1:9e3d0b002a5c2e81d43351c9b8550a3f4ccfb8f9</id>
<content type='text'>
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]
</content>
</entry>
<entry>
<title>add gitattributes and fix whitespace issues</title>
<updated>2013-05-04T00:01:42+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-05-03T23:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86efd97a10fda1f81f5bead0de36e3343a9faa0e'/>
<id>urn:sha1:86efd97a10fda1f81f5bead0de36e3343a9faa0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testsuite: more `pub fn main`</title>
<updated>2013-03-27T17:09:03+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2013-03-27T16:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fad05591e5e421f0b43a906e18e7a26ebe92d07d'/>
<id>urn:sha1:fad05591e5e421f0b43a906e18e7a26ebe92d07d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove the `const` declaration form everywhere</title>
<updated>2013-03-23T05:24:35+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-22T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85c9fc6f8f59c146c44aacb4b9abfb2c35e16089'/>
<id>urn:sha1:85c9fc6f8f59c146c44aacb4b9abfb2c35e16089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for const exprs in fixed vec length type and vec repeat.</title>
<updated>2013-03-19T00:31:42+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>me@luqman.ca</email>
</author>
<published>2013-03-06T21:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7d17dc14e653332848f7f6f994b34eb7fc923ec'/>
<id>urn:sha1:d7d17dc14e653332848f7f6f994b34eb7fc923ec</id>
<content type='text'>
</content>
</entry>
</feed>
