]> git.lizzy.rs Git - rust.git/history - src
Add support for vanilla linux on arm.
[rust.git] / src /
2013-08-04 Luqman AdenAdd support for vanilla linux on arm.
2013-08-04 borsauto merge of #7115 : alexcrichton/rust/llvm-upgrades...
2013-08-04 Daniel MicayMerge pull request #8284 from huonw/emacs-in-kw
2013-08-04 Alex CrichtonIntegrate new arm patch and fix an LLVM bug
2013-08-04 Alex CrichtonAdd a workaround for 8199 for now
2013-08-04 Alex CrichtonFix setting the fixed stack segment attribute on LLVM...
2013-08-04 Alex CrichtonFix build issues once LLVM has been upgraded
2013-08-04 Alex CrichtonUpdate LLVM
2013-08-04 borsauto merge of #8262 : dotdash/rust/no_rval_copies,...
2013-08-04 borsauto merge of #8243 : stepancheg/rust/ipv, r=brson
2013-08-04 borsauto merge of #8237 : blake2-ppc/rust/faster-utf8,...
2013-08-04 borsauto merge of #8254 : brson/rust/libuv-mac-supp, r...
2013-08-04 borsauto merge of #8217 : brson/rust/reset_stack_limit...
2013-08-04 Brian Andersonrt: Fix a corner-case in unwinding that leads to stack...
2013-08-04 borsauto merge of #8264 : thestinger/rust/snapshot, r=Aatch
2013-08-04 borsauto merge of #8269 : brson/rust/fix-task-cleanup,...
2013-08-04 Daniel Micayrm obsolete `for` support from the compiler
2013-08-04 Daniel Micayremove obsolete `foreach` keyword
2013-08-04 Daniel Micayregister snapshots
2013-08-04 Daniel MicayMerge pull request #8251 from chris-morgan/vim-sigil...
2013-08-03 Brian Andersonstd::rt: Run local storage cleanup and the box annihila...
2013-08-03 borsauto merge of #8246 : stepancheg/rust/contains-key...
2013-08-03 borsauto merge of #8223 : davidhalperin/rust/master, r...
2013-08-03 borsauto merge of #8219 : sstewartgallus/rust/fix_dynamic_l...
2013-08-03 borsauto merge of #8213 : kballard/rust/fd-limit, r=brson
2013-08-03 Björn Steinbrinktrans_arg_expr: Omit extra copies for rvalues
2013-08-03 borsauto merge of #8186 : huonw/rust/hashmap-=rt, r=Aatch
2013-08-03 Huon Wilsonstd: expose the keyed HashMap constructor, for runtime...
2013-08-03 borsauto merge of #8206 : omasanori/rust/blk-to-block,...
2013-08-03 borsauto merge of #8204 : kballard/rust/str-into-owned...
2013-08-03 Huon Wilsonetc: add the `in` keyword to the emacs mode.
2013-08-03 borsauto merge of #8257 : mozilla/rust/rollup, r=thestinger
2013-08-03 OGINO MasanoriMove `use` statements.
2013-08-03 OGINO MasanoriRename sum -> _sum.
2013-08-03 OGINO MasanoriRemove unused variables.
2013-08-03 Kevin BallardExplicitly impl Clone for RWArc
2013-08-03 Huon Wilsonstd: add benchmark for vec.mut_iter.
2013-08-03 Huon Wilsonstd: use ptr.offset where possible in the vec iterator.
2013-08-03 Kevin Ballardoption: mutate() and mutate_default() should return...
2013-08-03 toddaarofixed the buffer to make it a more reasonable size
2013-08-03 toddaaromodified logging function to truncate output and adjust...
2013-08-03 Daniel MicayMerge pull request #8244 from thestinger/for
2013-08-03 Daniel Micaymake `for` parse as `foreach` does
2013-08-03 Daniel Micayreplace all remaining `for` with `foreach` or `do`
2013-08-03 Chris MorganVim highlighting: remove `foreach` keyword
2013-08-03 Brian AndersonSuppress a libuv leak on mac
2013-08-03 borsauto merge of #8235 : pcwalton/rust/unsafe-extern-fns...
2013-08-03 Patrick Waltonlibrustc: Disallow "unsafe" for external functions
2013-08-03 Patrick Waltonlibrustc: Introduce a new visitor type based on traits...
2013-08-03 Chris MorganHighlight sigils and operators in Vim.
2013-08-03 Kevin BallardBump fd limit on macos when running rt tests
2013-08-03 Kevin BallardRevert "std::rt: Use a constant 4 threads for multithre...
2013-08-03 borsauto merge of #8174 : DaGenix/rust/digest-improvements...
2013-08-03 Stepan KoltsovAdd default implementation of Map::contains_key function
2013-08-02 Palmer CoxSha1: Update Sha1 to use new functionality in cryptoutil.rs
2013-08-02 Palmer CoxCrypto: Add overflow checking addition functions.
2013-08-02 Palmer CoxCrypto: Add large input tests for all Digests
2013-08-02 Palmer CoxCrypto: Remove DigestUtil and convert to default method...
2013-08-02 Palmer CoxSha2: Re-write the Sha2 compression functions to improv...
2013-08-02 Palmer CoxSha2: Create cryptoutil.rs and re-write the Sha2 module...
2013-08-02 Palmer CoxSha2: Remove the result_X() methods; move logic into...
2013-08-02 Palmer CoxSha2: Rearrage traits / impls / structs.
2013-08-02 Palmer CoxSha2: Remove unecessary integer type specifications.
2013-08-02 Stepan KoltsovRename IpAddr -> SocketAddr, extract IpAddr from SocketAddr
2013-08-02 borsauto merge of #8234 : bblum/rust/assorted-fixes, r...
2013-08-02 David HalperinAdd backticks around trait name in conflicting implemen...
2013-08-02 David HalperinAdd trait name to conflicting implementation error...
2013-08-02 Ben BlumAdd an assert_may_sleep() check on every context switch.
2013-08-02 Ben BlumDon't fail from kill signals if already unwinding.
2013-08-02 Ben Blum(cleanup) Use more do...finally in extra::sync.
2013-08-02 Ben BlumFix embarrassing bug where 'unkillable' would unwind...
2013-08-02 Ben BlumFix nasty double-free bug where a newrt chan could...
2013-08-02 Ben BlumAdd SendDeferred trait and use it to fix #8214.
2013-08-02 blake2-ppcstd: Speed up str::is_utf8
2013-08-02 borsauto merge of #8221 : brson/rust/single-threaded, r...
2013-08-02 borsauto merge of #8202 : pnkfelix/rust/fsk-issue8056-make...
2013-08-02 borsauto merge of #8195 : bblum/rust/task-cleanup, r=brson
2013-08-02 borsauto merge of #8193 : cmr/rust/linux-errno, r=graydon
2013-08-02 borsauto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton
2013-08-02 borsauto merge of #8175 : brson/rust/nodbg, r=graydon
2013-08-02 Brian Andersonstd: Implement SingleThreaded spawn mode for newsched
2013-08-02 Steven Stewart-GallusFix calling destructor on uninitialized dynamic library...
2013-08-02 borsauto merge of #8216 : thestinger/rust/range, r=huonw
2013-08-02 Daniel Micayreplace `range` with an external iterator
2013-08-02 borsauto merge of #8185 : alexcrichton/rust/issue-8179...
2013-08-02 borsauto merge of #8116 : toddaaro/rust/tls-tk-pr-pre,...
2013-08-02 toddaaroxfailed the myserious failing test
2013-08-02 OGINO MasanoriReplace 'blk' -> 'block' in AstBuilder.
2013-08-01 borsauto merge of #8172 : brson/rust/nomorestack, r=pcwalton
2013-08-01 Kevin Ballardstr: Add method .into_owned(self) -> ~str to Str
2013-08-01 toddaaromodified local to include an implementation for try_uns...
2013-08-01 toddaarofixed incorrect handling of returned scheduler option...
2013-08-01 toddaarominor tweaks - unboxed the coroutine so that it is...
2013-08-01 toddaaroFixed a race where a scheduler configured to only run...
2013-08-01 Ben BlumHave linked failure tests run on the new scheduler...
2013-08-01 toddaaroA major refactoring that changes the way the runtime...
2013-08-01 borsauto merge of #8170 : brson/rust/nopipes, r=pcwalton
2013-08-01 Ben BlumTemporary workaround to prevent taskgroup cleanup code...
2013-08-01 Ben BlumMake a forgotten assert in comm be cfg(test)-dependent
2013-08-01 Ben BlumDocument task killing design and relaxed barrier rationale.
next