summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-02auto merge of #6140 : Dretch/rust/run-with-rust, r=brsonbors-64/+474
2013-05-02core: Wire up the unwinder to newsched againBrian Anderson-17/+18
2013-05-02free the borrow list propertly instead of crashingNiko Matsakis-1/+15
2013-05-02Fix some issues with test_destroy_actually_kills:gareth-14/+38
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-10/+11
2013-05-02auto merge of #6184 : kud1ing/rust/master, r=sanxiynbors-0/+2
2013-05-02Remove errant trailing whitespace.gareth-1/+1
2013-05-02Convert most of rust_run_program.cpp to rust (issue #2674).gareth-50/+436
2013-05-02auto merge of #6182 : huonw/rust/core-str-opts, r=nikomatsakisbors-15/+132
2013-05-02auto merge of #6177 : gifnksm/rust/iter-chain, r=thestingerbors-6/+15
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-12/+11
2013-05-02The following code was generated by "src/etc/unicode.py"kud1ing-0/+2
2013-05-02libcore: optimize string joining routines.Huon Wilson-12/+106
2013-05-02core: inlining on common functionsHuon Wilson-3/+26
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-1/+1
2013-05-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-1/+1
2013-05-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-2/+2
2013-05-01auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brsonbors-128/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-128/+0
2013-05-01auto merge of #6173 : sammykim/rust/doc-vec, r=yichoibors-4/+4
2013-05-02libcore: Make `ChainIterator` take two different-typed `Iterator`s.gifnksm-6/+15
2013-05-01lang: fix code for maintaining borrow listNiko Matsakis-10/+40
2013-05-01auto merge of #6162 : graydon/rust/random-retry, r=graydonbors-0/+566
2013-05-01core: add more debugging printouts to borrowingNiko Matsakis-5/+18
2013-05-01libcore: add N(0,1) and Exp(1) distributions to core::rand.Huon Wilson-0/+566
2013-05-01glob_t should be public on all platformsJesse Luehrs-2/+2
2013-05-01add a higher level glob() function to osJesse Luehrs-0/+83
2013-05-01libc bindings for glob.hJesse Luehrs-2/+106
2013-05-01wip---work on making rooting work properlyNiko Matsakis-11/+64
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-18/+15
2013-05-01pipes: use finally to fix pipes::try_recvErick Tryzelaar-18/+13
2013-05-01core: Remove use of deprecated `drop`Erick Tryzelaar-4/+6
2013-05-01add an option to debug borrows (RUST_DEBUG_BORROW) so you canNiko Matsakis-9/+75
2013-05-01rustc: print out filename/line-number when a borrow failsNiko Matsakis-6/+19
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-8/+8
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-134/+101
2013-05-01auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestingerbors-0/+30
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-134/+101
2013-04-30auto merge of #6131 : thestinger/rust/new_iter, r=graydonbors-0/+94
2013-04-30auto merge of #6113 : brson/rust/task-drop, r=graydonbors-56/+21
2013-04-30core/std: Fix race condition in os::mkdir_recursive testsTim Chevalier-0/+30
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-279/+1241
2013-04-30remove some unused mut declsNiko Matsakis-1/+1
2013-04-30iter: add max and min functionsDaniel Micay-2/+66
2013-04-30allover: numerous unused muts etcNiko Matsakis-33/+25
2013-04-30iter: add a find functionDaniel Micay-0/+29
2013-04-30char: fix unused import warningDaniel Micay-0/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-41/+87
2013-04-30desnapshotNiko Matsakis-122/+8
2013-04-30adapt to snapshotNiko Matsakis-864/+2