about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-05-02auto merge of #6178 : erickt/rust/remove-drop, r=graydonbors-20/+7
2013-05-02auto merge of #6176 : thestinger/rust/libuv_optimize, r=thestingerbors-4/+6
2013-05-02auto merge of #6177 : gifnksm/rust/iter-chain, r=thestingerbors-6/+15
2013-05-02Remove codes related to modesSeo Sanghyeon-78/+0
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-20/+16
2013-05-02The following code was generated by "src/etc/unicode.py"kud1ing-0/+2
2013-05-02Explain that the source code was generated by this scriptkud1ing-0/+4
2013-05-02libcore: optimize string joining routines.Huon Wilson-12/+106
2013-05-02core: inlining on common functionsHuon Wilson-3/+26
2013-05-02auto merge of #6111 : pnkfelix/rust/issue4391-rustc-should-not-silently-skip-...bors-9/+16
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-1/+1
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-2/+2
2013-05-02Lets see if changing `span_fatal` to `span_err` gets me further through make ...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-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-2/+2
2013-05-02Issue 4391: rustc should not silently skip tests with erroneous signature.Felix S. Klock II-2/+9
2013-05-01auto merge of #6175 : Aatch/rust/red-zone-warn, r=sanxiynbors-0/+4
2013-05-01auto merge of #6174 : sanxiyn/rust/static-string, r=brsonbors-146/+146
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-17/+21
2013-05-01auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brsonbors-775/+0
2013-05-01rustc: remove ty::LegacyDtorErick Tryzelaar-20/+7
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-775/+0
2013-05-01auto merge of #6173 : sammykim/rust/doc-vec, r=yichoibors-4/+4
2013-05-01pass along CFLAGS/LINK_FLAGS to libuvDaniel Micay-4/+6
2013-05-02libcore: Make `ChainIterator` take two different-typed `Iterator`s.gifnksm-6/+15
2013-05-02Add error if RED_ZONE_SIZE doesn't get definedJames Miller-0/+4
2013-05-01syntax: fix up dynamic borrow errors in libsyntaxNiko Matsakis-10/+10
2013-05-01rustc: more fix for trans_lvalue rooted twiceNiko Matsakis-21/+4
2013-05-01lang: fix code for maintaining borrow listNiko Matsakis-13/+48
2013-05-01auto merge of #6127 : gifnksm/rust/impl-clone-for-bigint, r=graydonbors-11/+13
2013-05-02Use static stringsSeo Sanghyeon-132/+132
2013-05-02Take string slicesSeo Sanghyeon-14/+14
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-02mk: minor fix for test.mk to support mutiple target testYoung-il Choi-2/+2
2013-05-01auto merge of #6161 : graydon/rust/glob-retry, r=graydonbors-2/+189
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