summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-08auto merge of #12109 : omasanori/rust/small-fixes, r=sfacklerbors-22/+5
2014-02-09rustpkg has gone.OGINO Masanori-1/+0
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-421/+398
2014-02-08auto merge of #12101 : csherratt/rust/master, r=alexcrichtonbors-1/+1
2014-02-08auto merge of #12096 : brson/rust/morestack-addr, r=thestingerbors-41/+0
2014-02-08doc: Modernize FAQs just slightlyBrian Anderson-182/+25
2014-02-08auto merge of #12086 : huonw/rust/safe-json, r=kballardbors-256/+301
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-50/+24
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-391/+310
2014-02-07Implement BytesContainer for MaybeOwnedKevin Ballard-0/+17
2014-02-07Tweak from_utf8_lossy to return a new MaybeOwned enumKevin Ballard-29/+96
2014-02-08Remove unnecessary parentheses.OGINO Masanori-1/+1
2014-02-08Remove an unused variable in a test of std::c_str.OGINO Masanori-1/+0
2014-02-08Fix unused import warnings.OGINO Masanori-6/+4
2014-02-08Remove redundant Ord implementation for Version.OGINO Masanori-13/+0
2014-02-07auto merge of #12066 : huonw/rust/show2, r=alexcrichtonbors-334/+622
2014-02-07auto merge of #12059 : thestinger/rust/glue, r=pcwaltonbors-315/+387
2014-02-08Update docs and tests for #[deriving(Show)].Huon Wilson-4/+106
2014-02-08Implement `#[deriving(Show)]`.Huon Wilson-0/+182
2014-02-08syntax: split out the parsing and the formatting part of format_args!().Huon Wilson-74/+92
2014-02-08syntax: convert deriving to take &mut ExtCtxt.Huon Wilson-63/+63
2014-02-08syntax: remove some dead code.Huon Wilson-15/+1
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-178/+178
2014-02-07Added missing export of CowArcColin Sherratt-1/+1
2014-02-07add a hack to fix debug-info tests under gdb 7.7Daniel Micay-1/+1
2014-02-07rm out-of-date comment from std::unstable::rawDaniel Micay-3/+0
2014-02-07allow generating drop glue without the TyDescDaniel Micay-270/+216
2014-02-08rustc: load bools as unsigned numbers.Huon Wilson-1/+1
2014-02-08rustc: put range asserts on `char` loads.Huon Wilson-0/+4
2014-02-08syntax: convert the lexer to use Option<char> over transmute(-1).Huon Wilson-116/+157
2014-02-08extra::json: remove the use of `unsafe` char transmutes.Huon Wilson-139/+139
2014-02-07remove type descriptors from proc and @TDaniel Micay-42/+171
2014-02-07auto merge of #12094 : adridu59/rust/licensing, r=brsonbors-1/+23
2014-02-07auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonwbors-5/+104
2014-02-07Reduced allocations in merge_sort for short vectorsZach Kamsler-5/+104
2014-02-07rustc: Remove 'morestack_addr' intrinsic. UnusedBrian Anderson-41/+0
2014-02-07auto merge of #12073 : alexcrichton/rust/doc-examples, r=cmrbors-7/+178
2014-02-07doc: add license information for gen. filesAdrien Tétar-1/+23
2014-02-07auto merge of #12055 : dguenther/rust/tidy_test, r=alexcrichtonbors-147/+2730
2014-02-07Added tests to make tidyDerek Guenther-147/+2730
2014-02-08Clean up formatting in macros moduleBrendan Zabarauskas-58/+74
2014-02-07Cleaned up imports per coding standards.chromatic-15/+15
2014-02-07Removed prelude::* from libstd files.chromatic-14/+48
2014-02-08Add missing test for unreachable! macroBrendan Zabarauskas-0/+12
2014-02-08Add unimplemented! macroBrendan Zabarauskas-0/+19
2014-02-07auto merge of #12087 : sanxiyn/rust/show-span, r=huonwbors-3/+49
2014-02-07Add comments to span debuggerSeo Sanghyeon-1/+6
2014-02-07Correct span for ExprFnBlock, ExprMethodCall, ExprParenSeo Sanghyeon-3/+3
2014-02-07Span debuggerSeo Sanghyeon-0/+41
2014-02-07auto merge of #12083 : bjz/rust/semver, r=huonwbors-20/+56