<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustllvm, branch release-0.6</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.6</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.6'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-03-19T08:23:18+00:00</updated>
<entry>
<title>Enable arm error handling abi 2</title>
<updated>2013-03-19T08:23:18+00:00</updated>
<author>
<name>ILyoan</name>
<email>ilyoan@gmail.com</email>
</author>
<published>2013-03-15T08:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ded13885175248f958c772298e8cd585cb00a22'/>
<id>urn:sha1:1ded13885175248f958c772298e8cd585cb00a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable arm error handling abi</title>
<updated>2013-03-19T08:23:08+00:00</updated>
<author>
<name>ILyoan</name>
<email>ilyoan@gmail.com</email>
</author>
<published>2013-03-14T06:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f581b2f9ddb9f5a973ad7719d57ee6ebc157063c'/>
<id>urn:sha1:f581b2f9ddb9f5a973ad7719d57ee6ebc157063c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize target triple so that llvm can recognize target os correctly</title>
<updated>2013-03-15T06:39:58+00:00</updated>
<author>
<name>ILyoan</name>
<email>ilyoan@gmail.com</email>
</author>
<published>2013-03-13T11:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10df2ea9db79d7ce69f9c48fbf03565e2581f28c'/>
<id>urn:sha1:10df2ea9db79d7ce69f9c48fbf03565e2581f28c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revamp foreign code not to consider the Rust modes.  This requires</title>
<updated>2013-03-13T20:59:37+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2013-03-09T01:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efc7f82bc44926c864c52caca8764816ab9150dd'/>
<id>urn:sha1:efc7f82bc44926c864c52caca8764816ab9150dd</id>
<content type='text'>
adjusting a few foreign functions that were declared with by-ref
mode.  This also allows us to remove by-val mode in the near future.

With copy mode, though, we have to be careful because Rust will implicitly pass
somethings by pointer but this may not be the C ABI rules.  For example, rust
will pass a struct Foo as a Foo*.  So I added some code into the adapters to
fix this (though the C ABI rules may put the pointer back, oh well).

This patch also includes a lint mode for the use of by-ref mode
in foreign functions as the semantics of this have changed.
</content>
</entry>
<entry>
<title>Wrap llvm::InlineAsm::AsmDialect</title>
<updated>2013-03-12T08:03:34+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>me@luqman.ca</email>
</author>
<published>2013-03-10T08:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc78b93c413e53a43ec568e3ec1d74d35924093b'/>
<id>urn:sha1:fc78b93c413e53a43ec568e3ec1d74d35924093b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse inline assembly.</title>
<updated>2013-03-12T08:03:34+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>me@luqman.ca</email>
</author>
<published>2013-03-10T06:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ecccc0d649088720a8c4af86e1722b9a26ca31dc'/>
<id>urn:sha1:ecccc0d649088720a8c4af86e1722b9a26ca31dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is no function in LLVM called LLVMInitializeMipsAsmLexer</title>
<updated>2013-03-04T04:02:06+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-03-04T01:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edcebac1ccdbc353fe3bc68892137584258ff1ee'/>
<id>urn:sha1:edcebac1ccdbc353fe3bc68892137584258ff1ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: MIPS32 support</title>
<updated>2013-03-04T03:27:27+00:00</updated>
<author>
<name>Jyun-Yan You</name>
<email>jyyou@cs.nctu.edu.tw</email>
</author>
<published>2013-01-29T14:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5150b9811b520843e7a4905da4e6030b5f7ff9fd'/>
<id>urn:sha1:5150b9811b520843e7a4905da4e6030b5f7ff9fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support ARM and Android</title>
<updated>2013-01-14T00:43:39+00:00</updated>
<author>
<name>kyeongwoon</name>
<email>kyeongwoon.lee@samsung.com</email>
</author>
<published>2012-11-30T00:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=987f824f233faee4aed39dac92a1b442d42965cc'/>
<id>urn:sha1:987f824f233faee4aed39dac92a1b442d42965cc</id>
<content type='text'>
Conflicts:
	src/libcore/os.rs
	src/librustc/back/link.rs
	src/librustc/driver/driver.rs
	src/librustc/metadata/loader.rs
	src/librustc/middle/trans/base.rs
</content>
</entry>
<entry>
<title>Replace much of the REPL run code with a call to compile_upto</title>
<updated>2012-12-28T21:51:02+00:00</updated>
<author>
<name>Brian Leibig</name>
<email>brian.leibig@gmail.com</email>
</author>
<published>2012-12-27T22:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dda12f8ef6916d4b70fb73ba6e1b81391cc874f3'/>
<id>urn:sha1:dda12f8ef6916d4b70fb73ba6e1b81391cc874f3</id>
<content type='text'>
</content>
</entry>
</feed>
