about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-04std::rt: Remove the test for context()Brian Anderson-10/+0
2013-08-04std::rt: Don't allow schedulers to exit before handling all messagesBrian Anderson-0/+10
2013-08-04std::rt: 3MB stacks!Brian Anderson-2/+2
2013-08-04std::rt: Run the tests for Local in a bare threadBrian Anderson-36/+45
2013-08-04std::rt: Improve the error message when the thread-local ptr is nullBrian Anderson-11/+15
2013-08-04auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwaltonbors-18/+33
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-268/+509
2013-08-04extra: make sure time::match_digits does not read past the end of the strErick Tryzelaar-7/+11
2013-08-04std: remove str::from_bytes_with_nullErick Tryzelaar-82/+0
2013-08-04std: add test for str::as_c_strErick Tryzelaar-0/+23
2013-08-04std: cleanup os and str testsErick Tryzelaar-28/+28
2013-08-04std: remove str::NullTerminatedStrErick Tryzelaar-76/+2
2013-08-04std: rewrite run::with_{argv,envp,dirp} to copy C stringsErick Tryzelaar-44/+59
2013-08-04std: add str.to_c_str()Erick Tryzelaar-1/+27
2013-08-04std: minor cleanupErick Tryzelaar-3/+3
2013-08-04Fixed str::raw::push_byteSteven Fackler-1/+8
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