summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-25Add extra ignore directives.Steve Klabnik-4/+4
2014-06-25auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brsonbors-32/+52
2014-06-25Guide: Hello, world!Steve Klabnik-0/+180
2014-06-25auto merge of #15173 : Sawyer47/rust/de-to-string, r=alexcrichtonbors-95/+77
2014-06-25auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichtonbors-3/+8
2014-06-25thanks @sfacklerSteve Klabnik-1/+1
2014-06-25fix feedback from @huonwSteve Klabnik-3/+7
2014-06-25Guide: install instructionsSteve Klabnik-1/+96
2014-06-25Make an example more clear with sample code.Steve Klabnik-3/+8
2014-06-25auto merge of #15174 : alco/rust/patch-1, r=alexcrichtonbors-3/+3
2014-06-25Fix wrong type name: IoError<()> -> IoResult<()>Alexei Sholik-1/+1
2014-06-25Fix a typo in fmt.rsAlexei Sholik-2/+2
2014-06-25auto merge of #15164 : pcwalton/rust/vector-cast-weirdness, r=alexcrichtonbors-129/+191
2014-06-24librustc: Don't try to perform the magicalPatrick Walton-129/+191
2014-06-25auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhor...bors-35/+33
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-32/+52
2014-06-25compiletest: Remove superfluous to_string callsPiotr Jawniak-95/+77
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-74/+4
2014-06-24Test fixes from the rollupAlex Crichton-7/+13
2014-06-25reflow with emacs fill-paragraph (fill-column 71)Zooko Wilcox-O'Hearn-5/+6
2014-06-25add "(see below)" to a reference to a new conceptZooko Wilcox-O'Hearn-1/+1
2014-06-25Optimize out exhortations about being careful.Zooko Wilcox-O'Hearn-35/+33
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-13/+39
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-1/+16
2014-06-24test: Add a test for regions, traits, and variance.Patrick Walton-0/+52
2014-06-24librustc: Check function argument patterns for legality of by-movePatrick Walton-0/+22
2014-06-24Make parse_expr_res publicKeegan McAllister-1/+1
2014-06-24Allow splicing more things in quotesKeegan McAllister-0/+16
2014-06-24Use macros to implement syntax::ext::quote::ToSourceKeegan McAllister-125/+74
2014-06-24Avoid unnecessary temporary on assignmentsBjörn Steinbrink-2/+2
2014-06-24Remove few FIXMEsPiotr Jawniak-19/+7
2014-06-24Fix grammar in tutorialMichael Zhou-1/+1
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+44
2014-06-24Move core::bool tests to run-passBrian Anderson-99/+77
2014-06-24core: Remove bool::to_bitBrian Anderson-24/+1
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+14
2014-06-24added xfailed test for issue 9737John Clements-0/+20
2014-06-24added xfailed tests for two other flavors of var hygieneJohn Clements-0/+47
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-0/+17
2014-06-24Fix #15129Jakub Wieczorek-11/+89
2014-06-24Improve ambiguous pronoun.Steve Klabnik-3/+4
2014-06-24rustc: Always include the morestack libraryAlex Crichton-14/+40
2014-06-24Remove the cheat sheet.Steve Klabnik-281/+0
2014-06-24Add tests for #12470 and #14285Edward Wang-0/+67
2014-06-24Add more description to c_str::unwrap().Steve Klabnik-1/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2050/+2229
2014-06-24std: Bring back half of Add on StringAlex Crichton-0/+17
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-74/+4
2014-06-24auto merge of #15024 : kmcallister/rust/lint, r=alexcrichtonbors-2138/+2892