about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-482/+5268
2013-05-02auto merge of #6192 : thestinger/rust/link_args, r=catamorphismbors-2/+2
2013-05-02auto merge of #6172 : Sodel-the-Vociferous/rust/rm_trt_obj_magic_nums, r=cata...bors-17/+28
2013-05-02libstd: De-mut arenaPatrick Walton-51/+89
2013-05-02auto merge of #6197 : graydon/rust/re-xfail, r=graydonbors-0/+5
2013-05-02re-xfail some tests that fail on x86Graydon Hoare-0/+5
2013-05-02free the borrow list propertly instead of crashingNiko Matsakis-1/+15
2013-05-02trans: fix borrow violationNiko Matsakis-2/+2
2013-05-02Fix some issues with test_destroy_actually_kills:gareth-14/+38
2013-05-02auto merge of #6193 : youknowone/rust/static-string, r=sanxiynbors-256/+201
2013-05-02Add test for drop for newtype structs.Luqman Aden-0/+28
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-65/+77
2013-05-02auto merge of #6184 : kud1ing/rust/master, r=sanxiynbors-0/+6
2013-05-02Remove errant trailing whitespace.gareth-1/+1
2013-05-02Convert most of rust_run_program.cpp to rust (issue #2674).gareth-236/+454
2013-05-03More accurate spansSeo Sanghyeon-4/+4
2013-05-02auto merge of #6125 : luqmana/rust/newtype-drop, r=pcwaltonbors-0/+1
2013-05-02make link_args use spaces as separatorsDaniel Micay-2/+2
2013-05-03Use static stringsJeong YunWon-256/+201
2013-05-02auto merge of #6182 : huonw/rust/core-str-opts, r=nikomatsakisbors-15/+132
2013-05-02auto merge of #6178 : erickt/rust/remove-drop, r=graydonbors-20/+7
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-14/+17
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-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