about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-01auto merge of #6162 : graydon/rust/random-retry, r=graydonbors-0/+687
2013-05-01core: add more debugging printouts to borrowingNiko Matsakis-5/+18
2013-05-01rustc: fix the fact that trans_lvalue rooted twiceNiko Matsakis-55/+29
2013-05-01rustc: adjust total number of lang itemsNiko Matsakis-2/+2
2013-05-01libcore: add N(0,1) and Exp(1) distributions to core::rand.Huon Wilson-0/+687
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-01Add trait object field types to back/abi.rs, and use themDaniel Ralston-17/+28
2013-05-02libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()`gifnksm-11/+13
2013-05-01compiletest: stop ignoring all tests.Graydon Hoare-1/+1
2013-05-01wip---work on making rooting work properlyNiko Matsakis-117/+175
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-731/+148
2013-05-01avoid broken += operator, bogus use of constNiko Matsakis-10/+10
2013-05-01pipes: use finally to fix pipes::try_recvErick Tryzelaar-18/+13
2013-05-01rustdoc: Remove a now invalid testErick Tryzelaar-7/+0
2013-05-01remove some warningsErick Tryzelaar-5/+4
2013-05-01syntax: remove parse::token::{dtor,literally_dtor}Erick Tryzelaar-75/+70
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-17/+31
2013-05-01rustc: remove the rest of dropErick Tryzelaar-538/+21
2013-05-01syntax: remove parsing destructorsErick Tryzelaar-78/+14
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-14/+121
2013-05-01rustc: print out filename/line-number when a borrow failsNiko Matsakis-14/+36
2013-05-01keep old sort for stage0Niko Matsakis-0/+1239
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-129/+117
2013-05-01compiletest: fix to remove trailing whitespaceYoung-il Choi-1/+1
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-7/+158
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-232/+196
2013-05-01auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestingerbors-21/+59
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-232/+196
2013-04-30auto merge of #6131 : thestinger/rust/new_iter, r=graydonbors-0/+94
2013-04-30auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclementsbors-299/+141
2013-04-30auto merge of #6113 : brson/rust/task-drop, r=graydonbors-56/+21
2013-04-30auto merge of #6105 : Aatch/rust/linker-improv, r=pcwaltonbors-131/+171
2013-04-30core/std: Fix race condition in os::mkdir_recursive testsTim Chevalier-21/+59
2013-04-30auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphismbors-81/+166
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-304/+1356
2013-04-30fixed pattern, moved test to compile-failJohn Clements-1/+1
2013-04-30fixed up syntaxJohn Clements-9/+16
2013-04-30renamed issue-2185 to issue-3429John Clements-0/+0
2013-04-30typestate is not planned for upcoming versions of rust....John Clements-27/+0
2013-04-30fixed this test case tooJohn Clements-8/+7
2013-04-30fixed the test case, hope it's still testing somethingJohn Clements-10/+6
2013-04-30after syntax fixes, these tests appear to passJohn Clements-33/+31
2013-04-30more commits on issue 2185John Clements-0/+1
2013-04-30fixed up issue-2185, but now it has a trait failureJohn Clements-4/+27
2013-04-30with syntax fixes, this test case now appears to passJohn Clements-9/+7
2013-04-30added test case for issue 5927John Clements-0/+20
2013-04-30Test now passesJohn Clements-4/+2