summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-13core: add min and max to cmp, re-export various places.Graydon Hoare-10/+13
2013-02-13retabbingJohn Clements-59/+60
2013-02-13RIMOV core::vecBen Striegel-108/+81
2013-02-13RIMOV core::hashBen Striegel-2/+2
2013-02-13RIMOV core::ioBen Striegel-4/+4
2013-02-13RIMOV core::randBen Striegel-1/+1
2013-02-13RIMOV core::runBen Striegel-2/+2
2013-02-13Partially de-vec-mut librustcBen Striegel-6/+6
2013-02-13librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-36/+138
2013-02-12auto merge of #4900 : luqmana/rust/core_os_errors, r=graydonbors-69/+148
2013-02-12auto merge of #4914 : nikomatsakis/rust/issue-4856, r=nikomatsakisbors-572/+1043
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-572/+1043
2013-02-13libsyntax: don't parse ////, /***/ as doc commentsKang Seonghoon-44/+88
2013-02-12auto merge of #4896 : pcwalton/rust/move-speedup, r=pcwaltonbors-0/+4
2013-02-12added rather elaborate test frameworkJohn Clements-17/+126
2013-02-12auto merge of #4881 : bjz/rust/incoming, r=catamorphismbors-91/+1044
2013-02-12librustc: Speed up moves a lot. r=nmatsakisPatrick Walton-0/+4
2013-02-12auto merge of #4880 : erickt/rust/hashmap-cleanup, r=catamorphismbors-33/+98
2013-02-12auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydonbors-45/+26
2013-02-12auto merge of #4876 : brson/rust/debuginfo, r=brsonbors-10/+145
2013-02-12auto merge of #4874 : thestinger/rust/option, r=catamorphismbors-6/+6
2013-02-12auto merge of #4867 : z0w0/rust/pruneprelude, r=catamorphismbors-4/+4
2013-02-12Revert "librustc: Make monomorphic newtype structs work cross-crate"Graydon Hoare-109/+37
2013-02-12rt: remove last_os_error from rustrt.def.inLuqman Aden-1/+0
2013-02-11Long lines.Luqman Aden-2/+3
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-59/+14
2013-02-11core: Rewrite last_os_error in Rust for windows as well.Luqman Aden-3/+33
2013-02-11core: Rewrite last_os_error in Rust for unix and provide access to errno (uni...Luqman Aden-9/+103
2013-02-11librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-37/+109
2013-02-11std: Fix uv_tcp_t size on i686-apple-darwinBrian Anderson-19/+66
2013-02-12core: Fix dec/inc_kernel_live_count mixupZack Corr-4/+4
2013-02-11Merge remote-tracking branch 'thestinger/treemap'Brian Anderson-39/+53
2013-02-11Fix license blockBrian Anderson-2/+2
2013-02-11Merge remote-tracking branch 'cyndis/expansion-span'Brian Anderson-10/+34
2013-02-11Merge pull request #4873 from jld/rust-mode-wants-cl-whenBrian Anderson-0/+1
2013-02-11Update copyright yearsMikko Perttunen-2/+2
2013-02-11Add test for using line! in a macroMikko Perttunen-1/+4
2013-02-11Use topmost span for macro expansion location. Fixes behaviour of file!, line...Mikko Perttunen-7/+28
2013-02-10treemap: cut down on swap_unwrap in removeDaniel Micay-15/+21
2013-02-10avoid explicit reborrow in heir_swapDaniel Micay-1/+1
2013-02-11core: Fix files that needed GenericChan/Port from preludeZack Corr-3/+4
2013-02-10treemap: avoid swap_unwrap in insertDaniel Micay-12/+11
2013-02-10treemap: use an &mut parameter for skew and splitDaniel Micay-19/+28
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-91/+1044
2013-02-10core: add LinearMap::find_or_insert{,_with}Erick Tryzelaar-13/+81
2013-02-10core: rename hashmap test functionsErick Tryzelaar-10/+10
2013-02-10libcore: LinearMap doesn't need to pass around the bucket vecErick Tryzelaar-10/+7
2013-02-10std: fix libuv structs on macosJeff Olson-2/+35
2013-02-10make Option's iter method use a lifetimeDaniel Micay-6/+6
2013-02-10build: change libuv to point at joyent's repo and make unpatched build libuv ...Jeff Olson-0/+0