]> git.lizzy.rs Git - rust.git/history - src/rustc/lib/llvm.rs
rustc: add new intrinsics - atomic_cxchg{_acq,_rel}
[rust.git] / src / rustc / lib / llvm.rs
2012-10-22 Luqman Adenrustc: add new intrinsics - atomic_cxchg{_acq,_rel}
2012-10-03 Brian AndersonMerge pull request #3644 from lucab/lucab/to-upstream...
2012-10-01 Erick Tryzelaarrustc: llvm grew some new enum variants
2012-09-28 Brian AndersonMerge pull request #3621 from z0w0/jit-crates
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-27 Zack Corrjit: Separate JIT execution into two functions and...
2012-09-24 Brian AndersonRegister snapshots. Remove redundant Eq impls, Makefile...
2012-09-22 Graydon HoareInstall new pub/priv/export rules as defaults, old...
2012-09-20 Brian AndersonMerge pull request #3545 from fsouza/incoming
2012-09-20 Patrick Waltonrustc: De-mode all overloaded operators
2012-09-20 Niko Matsakisdemode the each() method on vec and other iterables.
2012-09-19 Graydon HoareRemove final bits of residual hokey-hash functions...
2012-09-19 Graydon HoareRemove redundant hashmap constructor functions.
2012-09-13 Brian AndersonRename vec::unsafe to vec::raw
2012-09-12 Brian AndersonMerge pull request #3440 from jld/vec-dedup
2012-09-11 Brian AndersonConvert std::map to camel case
2012-09-08 Graydon HoareMigrate std::map to use core::hash::Hash trait. Disable...
2012-09-07 Brian AndersonRemove 'let' syntax for struct fields
2012-09-07 Patrick Waltonrustc: Add an "ne" method to the Eq trait, and implemen...
2012-09-06 Brian AndersonRemove struct ctors
2012-09-06 Niko MatsakisRefactor trans to replace lvalue and friends with Datum.
2012-09-04 Brian AndersonMerge pull request #3333 from dbp/tutorial
2012-09-04 Brian AndersonMerge pull request #3383 from crabtw/fbsd
2012-09-04 Patrick Waltonrustc: "import" -> "use"
2012-08-31 Zack Corrjit: Clean rustllvm code, let rustc expose __morestack...
2012-08-31 Zack Corrjit: Add passes and cleanup code
2012-08-31 Zack Corrjit: Add custom memory manager (still segfaulting)
2012-08-31 Zack CorrAdd experimental JIT compiler
2012-08-30 Patrick Waltonrustc: Make `<` and `=` into traits
2012-08-26 Brian AndersonCamel case the option type
2012-08-23 Paul Stansifer`m1!{...}` -> `m1!(...)`
2012-08-22 Ben BlumMerge pull request #3229 from Vincent-Belliard/master
2012-08-17 Brian AndersonRemove the class keyword
2012-08-06 Brian AndersonConvert alt to match. Stop parsing alt
2012-08-06 Brian AndersonSwitch alts to use arrows
2012-08-02 Niko MatsakisRemove modes from map API and replace with regions.
2012-08-02 Brian AndersonConvert ret to return
2012-07-31 Paul StansiferChange syntax extension syntax: `#m[...]` -> `m!{....
2012-07-26 Paul StansiferMerge branch 'incoming' of github.com:mozilla/rust
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-25 Elliott SlaughterAdded debug flag to enable LLVM debug output.
2012-07-25 Graydon HoareMerge pull request #3009 from elliottslaughter/utf8...
2012-07-25 Elliott SlaughterRemove rustllvm functions which have moved upstream.
2012-07-23 Tim ChevalierMerge pull request #3000 from dgryski/master
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-14 Michael SullivanMerge branch 'vector-reform' into incoming
2012-07-14 Michael SullivanMove the world over to using the new style string liter...
2012-07-13 Glenn WillenBetter error when rustc fails to write output.
2012-07-03 Graydon HoareSwitch 'native' to 'extern' (or 'foreign' in some descr...
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-07-02 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-07-02 Brian AndersonConvert to new closure syntax
2012-06-30 Eric HolkAdding a bunch of atomic intrinsics.
2012-06-30 Michael SullivanSwitch the compiler over to using ~[] notation instead...
2012-06-29 Eric HolkMerge branch 'master' of github.com:mozilla/rust into...
2012-06-28 Eric HolkReplaced almost all vector+ in rustc (#2719)
2012-06-26 Michael SullivanMake vectors uglier ([]/~). Sorry. Should be temporary...
2012-06-26 Brian AndersonMerge pull request #2722 from bstrie/py2
2012-06-25 Tim ChevalierMerge branch 'incoming' into resource-to-class
2012-06-25 Tim ChevalierMerge
2012-06-22 Tim ChevalierChange resources to classes in libstd and rustc
2012-06-12 Graydon HoareChange llsize_real to use LLVMSizeOfTypeInBits. Add...
2012-06-10 Brian AndersonMerge remote-tracking branch 'z0w0/cargo-deps'
2012-06-08 Patrick WaltonMerge branch 'incoming'
2012-06-07 Tim ChevalierUse c_ulonglong now that it works in FFI, etc...
2012-05-18 Tim ChevalierAnnotate or fix FIXMEs in LLVM bindings and metadata...
2012-05-07 Brian Andersonrustc: Put all boxes into addrspace 1
2012-05-03 Brian Andersonrustc: Hack around some FFI bustage. Unbreak servo
2012-04-27 Brian Andersonrustc: Add LLVM bindings for more alignment-related...
2012-04-08 Brian AndersonMerge pull request #2164 from grahame/floatinfstr
2012-04-06 Marijn HaverbekeConvert old-style for loops to new-style
2012-03-22 Niko Matsakisadd mut decls to rustc and make them mandatory
2012-03-15 Brian AndersonConvert *u8 native string users to *c_char
2012-03-15 Brian Andersoncore:: Eliminate str::sbuf. Replace with *u8
2012-03-15 Brian Andersonstd: Rename the hashmap constructors to conform to...
2012-03-13 Brian AndersonOverhaul constructor naming in libs
2012-03-13 Graydon HoareLibc/os/run/rand/io reorganization. Close #1373. Close...
2012-03-08 Patrick Waltonstdlib: Stop incurring vtable dispatch costs when hashm...
2012-03-08 Patrick WaltonRevert "stdlib: Stop incurring vtable dispatch costs...
2012-03-08 Patrick Waltonstdlib: Stop incurring vtable dispatch costs when hashm...
2012-03-03 Graydon HoareMove src/comp to src/rustc