0.11.0 release
  1. aa1163b Update to 0.11.0 by Alex Crichton · 11 years ago 0.11.0
  2. d098387 auto merge of #15213 : Sawyer47/rust/issue-11677, r=huonw by bors · 11 years ago
  3. b66c59e auto merge of #15211 : steveklabnik/rust/guide_skeleton, r=huonw by bors · 11 years ago
  4. 1702194 auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a-reference-to-a-new-concept-2, r=huonw by bors · 11 years ago
  5. 5103721 Add test for #11677 by Piotr Jawniak · 11 years ago
  6. afdb19b Skeleton outline of the guide. by Steve Klabnik · 11 years ago
  7. 8fe47bc auto merge of #15183 : steveklabnik/rust/hello_cargo, r=huonw by bors · 11 years ago
  8. 6bfbc35 Add one more ignore. by Steve Klabnik · 11 years ago
  9. aee263c Fix windows run instructions by Steve Klabnik · 11 years ago
  10. deb6b04 auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton by bors · 11 years ago
  11. 9a99084 librustc: Ensure that proc upvars have static lifetime. by Patrick Walton · 11 years ago
  12. dfef422 std::io: Use re-exported pathes in examples. by OGINO Masanori · 11 years ago
  13. e4b8707 C macros, not C++ templates. by Steve Klabnik · 11 years ago
  14. 15bcb2f Fix missing word and some grammar by Steve Klabnik · 11 years ago
  15. 4c33a14 auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson by bors · 11 years ago
  16. 546b202 Note that macros != templates by Steve Klabnik · 11 years ago
  17. 8cd9068 Clarify which curly is being referred to by Steve Klabnik · 11 years ago
  18. efc2d4a TIL PATHEXT by Steve Klabnik · 11 years ago
  19. 7d756e4 rustrt: Reorganize task usage by Alex Crichton · 11 years ago
  20. c73f174 Move note about $ up by Steve Klabnik · 11 years ago
  21. af4a6c3 Fixing link to subreddit. by Steve Klabnik · 11 years ago
  22. 49a9959 StackOverflow -> Stack Overflow by Steve Klabnik · 11 years ago
  23. 08f5334 Fix IRC linkage. by Steve Klabnik · 11 years ago
  24. 00ae648 staticly -> statically by Steve Klabnik · 11 years ago
  25. 8fd69c4 all/some by Steve Klabnik · 11 years ago
  26. 98fd2ab tha -> than by Steve Klabnik · 11 years ago
  27. fb59448 Fix capitalization of Issue. by Steve Klabnik · 11 years ago
  28. 39549be Add a note that this requires `git`. by Steve Klabnik · 11 years ago
  29. a548e81 Guide: Hello, cargo by Steve Klabnik · 11 years ago
  30. b20f968 auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton by bors · 11 years ago
  31. fa63b8c auto merge of #15192 : mrec/rust/json-nan, r=alexcrichton by bors · 11 years ago
  32. fc502e2 auto merge of #15194 : Sawyer47/rust/to-string-cleanup, r=alexcrichton by bors · 11 years ago
  33. c3c195b Fix a typo and a small syntactic error. by OGINO Masanori · 11 years ago
  34. 389fae2 auto merge of #15181 : steveklabnik/rust/hello_world, r=brson by bors · 11 years ago
  35. f8e06c4 Remove unnecessary to_string calls by Piotr Jawniak · 11 years ago
  36. 99519cc auto merge of #15162 : steveklabnik/rust/install_instructions, r=brson by bors · 11 years ago
  37. edb4e59 auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements by bors · 11 years ago
  38. e880c42 more loops to be ignored by pretty-rpass by John Clements · 11 years ago
  39. e1a9899 json: Fix handling of NaN/Infinity by mrec · 11 years ago
  40. d8d48e4 work around 15189 in test cases by John Clements · 11 years ago
  41. eead9e6 make macros hygienic by John Clements · 11 years ago
  42. 43c7bbe added compile-fail test for 15167 by John Clements · 11 years ago
  43. 1e329bf don't expand subexprs of for loop, just re-expand whole thing. by John Clements · 11 years ago
  44. d2adb7c remove misleading and unnecessary underscores by John Clements · 11 years ago
  45. 26b5347 remove unneccessary pubs, shorten names by John Clements · 11 years ago
  46. 8402793 remove unneeded visit_ty methods by John Clements · 11 years ago
  47. bc837fd add unit test for match var hygiene by John Clements · 11 years ago
  48. 19e1d83 enrich and rename crate_idents test case by John Clements · 11 years ago
  49. 9215d7e comments only by John Clements · 11 years ago
  50. bcdcaea revive old commented-out test cases as ignored test cases for hygiene by John Clements · 11 years ago
  51. c8558f2 tidy macro just a bit by John Clements · 11 years ago
  52. a8ddab4 Add extra ignore directives. by Steve Klabnik · 11 years ago
  53. 9f8149e auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson by bors · 11 years ago
  54. cccae83 Guide: Hello, world! by Steve Klabnik · 11 years ago
  55. 7da94c1 auto merge of #15173 : Sawyer47/rust/de-to-string, r=alexcrichton by bors · 11 years ago
  56. 7be7a8f auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton by bors · 11 years ago
  57. 1d574c1 thanks @sfackler by Steve Klabnik · 11 years ago
  58. 845ee09 fix feedback from @huonw by Steve Klabnik · 11 years ago
  59. 338a84d Guide: install instructions by Steve Klabnik · 11 years ago
  60. 53627dd Make an example more clear with sample code. by Steve Klabnik · 11 years ago
  61. 2f74325f auto merge of #15174 : alco/rust/patch-1, r=alexcrichton by bors · 11 years ago
  62. beff610 Fix wrong type name: IoError<()> -> IoResult<()> by Alexei Sholik · 11 years ago
  63. f21b295 Fix a typo in fmt.rs by Alexei Sholik · 11 years ago
  64. bab614f auto merge of #15164 : pcwalton/rust/vector-cast-weirdness, r=alexcrichton by bors · 11 years ago
  65. 315f2a7 librustc: Don't try to perform the magical by Patrick Walton · 11 years ago
  66. 9e103ac auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhortations-about-being-careful-2, r=huonw by bors · 11 years ago
  67. f6bfd2c librustc: Remove cross borrowing from mutable `Box`es to `&mut`. by Patrick Walton · 11 years ago
  68. b53acd5 compiletest: Remove superfluous to_string calls by Piotr Jawniak · 11 years ago
  69. 7a93bee auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson by bors · 11 years ago
  70. cdccecb Test fixes from the rollup by Alex Crichton · 11 years ago
  71. 668bad6 reflow with emacs fill-paragraph (fill-column 71) by Zooko Wilcox-O'Hearn · 11 years ago
  72. d6ea862 add "(see below)" to a reference to a new concept by Zooko Wilcox-O'Hearn · 11 years ago
  73. e3050ff Optimize out exhortations about being careful. by Zooko Wilcox-O'Hearn · 11 years ago
  74. d6a4c43 Stabilize version output for rustc and rustdoc by Robert Buonpastore · 11 years ago
  75. fb296b8 rustc: Don't register syntax crates twice by Alex Crichton · 11 years ago
  76. 86dda1b test: Add a test for regions, traits, and variance. by Patrick Walton · 11 years ago
  77. 75146fd librustc: Check function argument patterns for legality of by-move bindings. by Patrick Walton · 11 years ago
  78. 5ccf056 Make parse_expr_res public by Keegan McAllister · 11 years ago
  79. 26b2fa0 Allow splicing more things in quotes by Keegan McAllister · 11 years ago
  80. 4e26e2d Use macros to implement syntax::ext::quote::ToSource by Keegan McAllister · 11 years ago
  81. a0ec902 Avoid unnecessary temporary on assignments by Björn Steinbrink · 11 years ago
  82. e4e3550 Remove few FIXMEs by Piotr Jawniak · 11 years ago
  83. 5807800 Fix grammar in tutorial by Michael Zhou · 11 years ago
  84. 808b848 std: Add stability attributes to primitive numeric modules by Brian Anderson · 11 years ago
  85. 250e236 Move core::bool tests to run-pass by Brian Anderson · 11 years ago
  86. 4203dcb core: Remove bool::to_bit by Brian Anderson · 11 years ago
  87. adbd5d7 core: Add stability attributes to Clone by Brian Anderson · 11 years ago
  88. 1ea2efe added xfailed test for issue 9737 by John Clements · 11 years ago
  89. a4a0c69 added xfailed tests for two other flavors of var hygiene by John Clements · 11 years ago
  90. 3ed78f5 Add the Guide, add warning to tutorial. by Steve Klabnik · 11 years ago
  91. c484c2d Fix #15129 by Jakub Wieczorek · 11 years ago
  92. 85effb9 Improve ambiguous pronoun. by Steve Klabnik · 11 years ago
  93. b18c4cf rustc: Always include the morestack library by Alex Crichton · 11 years ago
  94. e16a875 Remove the cheat sheet. by Steve Klabnik · 11 years ago
  95. bf61bb6 Add tests for #12470 and #14285 by Edward Wang · 11 years ago
  96. d58412b Add more description to c_str::unwrap(). by Steve Klabnik · 11 years ago
  97. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  98. f7f95c8 std: Bring back half of Add on String by Alex Crichton · 11 years ago
  99. 3d308fe Remove the quad_precision_float feature gate by Alex Crichton · 11 years ago
  100. 05ca9f7 auto merge of #15024 : kmcallister/rust/lint, r=alexcrichton by bors · 11 years ago