summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-04auto merge of #7115 : alexcrichton/rust/llvm-upgrades, r=thestingerbors-77/+67
2013-08-04Merge pull request #8284 from huonw/emacs-in-kwDaniel Micay-1/+1
2013-08-04Integrate new arm patch and fix an LLVM bugAlex Crichton-1/+3
2013-08-04Add a workaround for 8199 for nowAlex Crichton-1/+14
2013-08-04Fix setting the fixed stack segment attribute on LLVM functionsAlex Crichton-63/+45
2013-08-04Fix build issues once LLVM has been upgradedAlex Crichton-13/+6
2013-08-04Update LLVMAlex Crichton-1/+1
2013-08-04auto merge of #8262 : dotdash/rust/no_rval_copies, r=pcwaltonbors-51/+24
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-148/+142
2013-08-04auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brsonbors-35/+67
2013-08-04auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwaltonbors-0/+13
2013-08-04auto merge of #8217 : brson/rust/reset_stack_limit, r=pcwaltonbors-1/+13
2013-08-04std: implement Total{Ord,Eq} for pointers.Huon Wilson-2/+49
2013-08-04syntax: make #[deriving(TotalOrd)] lazy.Huon Wilson-17/+47
2013-08-04Implemented TreeMap::{lower_bound_iter,upper_bound_iter}Dmitry Ermolov-4/+146
2013-08-04Remove redundant print.Dmitry Ermolov-1/+0
2013-08-04Additional check in treemap iterator test.Dmitry Ermolov-0/+1
2013-08-03rt: Fix a corner-case in unwinding that leads to stack overflowBrian Anderson-1/+13
2013-08-03std: Remove gc and stackwalkBrian Anderson-444/+0
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-1905/+1569
2013-08-03auto merge of #8269 : brson/rust/fix-task-cleanup, r=brsonbors-27/+22
2013-08-04rm obsolete `for` support from the compilerDaniel Micay-323/+15
2013-08-03librustc: Implement `#[no_main]`, which omits the entry point entirely.Patrick Walton-8/+19
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1551/+1546
2013-08-03Work around #8256, do not fail the task, just return NoneCorey Richardson-5/+12
2013-08-03register snapshotsDaniel Micay-32/+9
2013-08-03Merge pull request #8251 from chris-morgan/vim-sigil-highlightingDaniel Micay-6/+23
2013-08-03std::rt: Run local storage cleanup and the box annihilator inside the try/catchBrian Anderson-27/+22
2013-08-03auto merge of #8246 : stepancheg/rust/contains-key, r=thestingerbors-27/+5
2013-08-03auto merge of #8223 : davidhalperin/rust/master, r=Aatchbors-3/+30
2013-08-03auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydonbors-36/+70
2013-08-03auto merge of #8213 : kballard/rust/fd-limit, r=brsonbors-4/+83
2013-08-03trans_arg_expr: Omit extra copies for rvaluesBjörn Steinbrink-51/+24
2013-08-03auto merge of #8186 : huonw/rust/hashmap-=rt, r=Aatchbors-28/+26
2013-08-03std: expose the keyed HashMap constructor, for runtime-less use.Huon Wilson-28/+26
2013-08-03Fix building problems in extra::unicode.OGINO Masanori-18/+33
2013-08-03auto merge of #8206 : omasanori/rust/blk-to-block, r=graydonbors-35/+35
2013-08-03auto merge of #8204 : kballard/rust/str-into-owned, r=graydonbors-0/+12
2013-08-03etc: add the `in` keyword to the emacs mode.Huon Wilson-1/+1
2013-08-03Move `use` statements.OGINO Masanori-6/+8
2013-08-03Rename sum -> _sum.OGINO Masanori-6/+6
2013-08-03Remove unused variables.OGINO Masanori-5/+0
2013-08-03Explicitly impl Clone for RWArcKevin Ballard-14/+12
2013-08-03std: add benchmark for vec.mut_iter.Huon Wilson-0/+13
2013-08-03std: use ptr.offset where possible in the vec iterator.Huon Wilson-8/+38
2013-08-03option: mutate() and mutate_default() should return boolKevin Ballard-6/+25
2013-08-03fixed the buffer to make it a more reasonable sizetoddaaro-1/+1
2013-08-03modified logging function to truncate output and adjusted error output format...toddaaro-8/+18
2013-08-03make `for` parse as `foreach` doesDaniel Micay-34/+8
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-791/+767