<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/interior-vec.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-23T09:49:47+00:00</updated>
<entry>
<title>Replace most uses of intrinsics in core with builtins</title>
<updated>2012-03-23T09:49:47+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-03-22T11:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=894b7469d6902bba571024cc0f39c1521156d7a3'/>
<id>urn:sha1:894b7469d6902bba571024cc0f39c1521156d7a3</id>
<content type='text'>
Issue #1981
</content>
</entry>
<entry>
<title>make --enforce-mut-vars always on, add mut annotations to remaining files</title>
<updated>2012-03-22T16:58:19+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-03-22T15:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc07280b087c89506ad7e5f66f4f88b18d06be2e'/>
<id>urn:sha1:dc07280b087c89506ad7e5f66f4f88b18d06be2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use attributes for native module ABI and link name</title>
<updated>2011-11-16T19:35:13+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2011-11-17T04:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88f29aab27bf56bda4cf7062cb53af0be4b5c251'/>
<id>urn:sha1:88f29aab27bf56bda4cf7062cb53af0be4b5c251</id>
<content type='text'>
This patch changes how to specify ABI and link name of a native module.

Before:
  native "cdecl" mod llvm = "rustllvm" {...}

After:
  #[abi = "cdecl"]
  #[link_name = "rustllvm"]
  native mod llvm {...}

The old optional syntax for ABI and link name is no longer supported.

Fixes issue #547
</content>
</entry>
<entry>
<title>all tests pass</title>
<updated>2011-10-12T23:33:06+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-10-10T22:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db16fce77f142db2df1dceaaf2b7d04a073a8095'/>
<id>urn:sha1:db16fce77f142db2df1dceaaf2b7d04a073a8095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make vectors and strings immediates again</title>
<updated>2011-10-10T13:59:16+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-10-10T11:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4bae8fea5943a0b95a1a9be13a8155ee45418b7'/>
<id>urn:sha1:b4bae8fea5943a0b95a1a9be13a8155ee45418b7</id>
<content type='text'>
There's no good reason to force them to be spilled anymore. Some
pieces of trans become more elegant this way, and less stack allocs
and load/stores are needed.

Issue #1021
</content>
</entry>
<entry>
<title>Reformat for new mode syntax, step 1</title>
<updated>2011-09-12T10:04:14+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-09-12T09:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2'/>
<id>urn:sha1:fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2</id>
<content type='text'>
Long lines were fixed in a very crude way, as I'll be following up
with another reformat in a bit.
</content>
</entry>
<entry>
<title>Implement non-internal ivecs</title>
<updated>2011-08-29T07:07:53+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-08-25T08:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9c5ee252a8523778377f2832765442e611e85a4'/>
<id>urn:sha1:c9c5ee252a8523778377f2832765442e611e85a4</id>
<content type='text'>
Vectors are now similar to our old, pre-internal vectors, except that
they are uniquely owned, not refcounted.

Their name should probably change too, then. I've renamed them to vec
in the runtime, will do so throughout the compiler later.
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2011-08-20T18:04:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-19T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=518dc52f85c2efb67aaa1208c02e9a7e0bdaca49'/>
<id>urn:sha1:518dc52f85c2efb67aaa1208c02e9a7e0bdaca49</id>
<content type='text'>
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
</content>
</entry>
<entry>
<title>Remove xfail-pretty directives from working tests</title>
<updated>2011-08-19T17:16:38+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-19T04:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0ca1ac1bc51d020a92000b4efbe66ee39546dbe'/>
<id>urn:sha1:a0ca1ac1bc51d020a92000b4efbe66ee39546dbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port the tests to the decl foo&lt;T&gt; syntax.</title>
<updated>2011-08-16T22:05:56+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2011-08-12T13:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35204995449ae1fcaf3ed24471dec4a95f9b7951'/>
<id>urn:sha1:35204995449ae1fcaf3ed24471dec4a95f9b7951</id>
<content type='text'>
</content>
</entry>
</feed>
