0.11.0 release
  1. aa1163b Update to 0.11.0 by Alex Crichton · 11 years ago 0.11.0
  2. b66c59e auto merge of #15211 : steveklabnik/rust/guide_skeleton, r=huonw by bors · 11 years ago
  3. 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
  4. afdb19b Skeleton outline of the guide. by Steve Klabnik · 11 years ago
  5. 6bfbc35 Add one more ignore. by Steve Klabnik · 11 years ago
  6. aee263c Fix windows run instructions by Steve Klabnik · 11 years ago
  7. e4b8707 C macros, not C++ templates. by Steve Klabnik · 11 years ago
  8. 15bcb2f Fix missing word and some grammar by Steve Klabnik · 11 years ago
  9. 546b202 Note that macros != templates by Steve Klabnik · 11 years ago
  10. 8cd9068 Clarify which curly is being referred to by Steve Klabnik · 11 years ago
  11. efc2d4a TIL PATHEXT by Steve Klabnik · 11 years ago
  12. c73f174 Move note about $ up by Steve Klabnik · 11 years ago
  13. af4a6c3 Fixing link to subreddit. by Steve Klabnik · 11 years ago
  14. 49a9959 StackOverflow -> Stack Overflow by Steve Klabnik · 11 years ago
  15. 08f5334 Fix IRC linkage. by Steve Klabnik · 11 years ago
  16. 00ae648 staticly -> statically by Steve Klabnik · 11 years ago
  17. 8fd69c4 all/some by Steve Klabnik · 11 years ago
  18. 98fd2ab tha -> than by Steve Klabnik · 11 years ago
  19. fb59448 Fix capitalization of Issue. by Steve Klabnik · 11 years ago
  20. 39549be Add a note that this requires `git`. by Steve Klabnik · 11 years ago
  21. a548e81 Guide: Hello, cargo by Steve Klabnik · 11 years ago
  22. b20f968 auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton by bors · 11 years ago
  23. c3c195b Fix a typo and a small syntactic error. by OGINO Masanori · 11 years ago
  24. 389fae2 auto merge of #15181 : steveklabnik/rust/hello_world, r=brson by bors · 11 years ago
  25. 99519cc auto merge of #15162 : steveklabnik/rust/install_instructions, r=brson by bors · 11 years ago
  26. a8ddab4 Add extra ignore directives. by Steve Klabnik · 11 years ago
  27. cccae83 Guide: Hello, world! by Steve Klabnik · 11 years ago
  28. 7be7a8f auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton by bors · 11 years ago
  29. 1d574c1 thanks @sfackler by Steve Klabnik · 11 years ago
  30. 845ee09 fix feedback from @huonw by Steve Klabnik · 11 years ago
  31. 338a84d Guide: install instructions by Steve Klabnik · 11 years ago
  32. 53627dd Make an example more clear with sample code. by Steve Klabnik · 11 years ago
  33. 9e103ac auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhortations-about-being-careful-2, r=huonw by bors · 11 years ago
  34. 668bad6 reflow with emacs fill-paragraph (fill-column 71) by Zooko Wilcox-O'Hearn · 11 years ago
  35. d6ea862 add "(see below)" to a reference to a new concept by Zooko Wilcox-O'Hearn · 11 years ago
  36. e3050ff Optimize out exhortations about being careful. by Zooko Wilcox-O'Hearn · 11 years ago
  37. 5807800 Fix grammar in tutorial by Michael Zhou · 11 years ago
  38. 3ed78f5 Add the Guide, add warning to tutorial. by Steve Klabnik · 11 years ago
  39. 85effb9 Improve ambiguous pronoun. by Steve Klabnik · 11 years ago
  40. e16a875 Remove the cheat sheet. by Steve Klabnik · 11 years ago
  41. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  42. 58bf8b2 auto merge of #15107 : ipetkov/rust/tutorial-update, r=alexcrichton by bors · 11 years ago
  43. 5466d13 librustc: Feature gate lang items and intrinsics. by Patrick Walton · 11 years ago
  44. 7689213 auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson by bors · 11 years ago
  45. 654d644 libsyntax: Disallow struct literals after `if`, `while`, `match`, and by Patrick Walton · 11 years ago
  46. 39efe3c Docs: tutorial: Remove a couple references to `~T` by Ivan Petkov · 11 years ago
  47. 0b9e4fc Update few files after comparison traits renaming by Piotr Jawniak · 11 years ago
  48. 0ae4b97 auto merge of #15029 : aturon/rust/stability-index, r=brson by bors · 11 years ago
  49. dcbf4ec librustc: Put `#[unsafe_destructor]` behind a feature gate. by Patrick Walton · 11 years ago
  50. 311890c auto merge of #15048 : brson/rust/toc-margin, r=alexcrichton by bors · 11 years ago
  51. a7a18de auto merge of #15041 : brson/rust/docindex, r=alexcrichton by bors · 11 years ago
  52. 282705c auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton by bors · 11 years ago
  53. e698a39 doc: Fix margins around tables of contents by Brian Anderson · 11 years ago
  54. cb6219f testing guide: update to use `test_harness` & fix problems. by Huon Wilson · 11 years ago
  55. 792d5b7 doc: Add disclaimers about versions of external docs by Brian Anderson · 11 years ago
  56. 0564141 Update the external links in the doc index by Brian Anderson · 11 years ago
  57. 11bdeea rustdoc: add the ability to run tests with --test. by Huon Wilson · 11 years ago
  58. 6008f2c Add stability inheritance by Aaron Turon · 11 years ago
  59. 108b8b6 Deprecate the bytes!() macro. by Simon Sapin · 11 years ago
  60. d6736a1 auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton by bors · 11 years ago
  61. 3a52a8a Document the byte, byte string, and raw byte string literals. by Simon Sapin · 11 years ago
  62. cad760b librustc: Make addresses of immutable statics insignificant unless by Patrick Walton · 11 years ago
  63. 7fec86b tutorial.md: tiny correction for --crate-type=lib by Niklas Koep · 11 years ago
  64. 56d7bbe Update Sublime Rust github link by Christopher Bergqvist · 11 years ago
  65. f4ae8a8 Update repo location by Brian Anderson · 11 years ago
  66. ebac770 doc: Fix a link in the FAQ by Alex Crichton · 11 years ago
  67. 3324257 rustc: Start accepting `*const T` by Alex Crichton · 11 years ago
  68. 89b0e6e Register new snapshots by Alex Crichton · 11 years ago
  69. 8b87c3a auto merge of #14809 : zzmp/rust/patch-2, r=alexcrichton by bors · 11 years ago
  70. c0a6f72 auto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton by bors · 11 years ago
  71. 614e448 auto merge of #14800 : reem/rust/patch-1, r=alexcrichton by bors · 11 years ago
  72. fce98e5 auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton by bors · 11 years ago
  73. f9260d4 auto merge of #14746 : alexcrichton/rust/libsync, r=brson by bors · 11 years ago
  74. b1c9ce9 sync: Move underneath libstd by Alex Crichton · 11 years ago
  75. 54c2a1e rustc: Move the AST from @T to Gc<T> by Alex Crichton · 11 years ago
  76. 4f90025 Update description to reflect language changes by Zach Pomerantz · 11 years ago
  77. 782c52a Removed doubled wording. by Zach Pomerantz · 11 years ago
  78. e5ebdb4 Remove outdated info about nested block comments. Fixes #14767 by Jonathan Reem · 11 years ago
  79. a0eca23 Fix deprecated use of ~ by Michael Reinhard · 11 years ago
  80. aca0bac Convert libraries to use #[plugin_registrar] by Keegan McAllister · 11 years ago
  81. 84243ed Use phase(plugin) in other crates by Keegan McAllister · 11 years ago
  82. e5bbbca rustdoc: Submit examples to play.rust-lang.org by Alex Crichton · 11 years ago
  83. cc63d4c doc: Turn off special features for rustdoc tests by Alex Crichton · 11 years ago
  84. 8a41485 auto merge of #14680 : Kimundi/rust/master, r=brson by bors · 11 years ago
  85. 732e057 auto merge of #14667 : aochagavia/rust/pr2, r=huonw by bors · 11 years ago
  86. 501b904 Change to_str().to_string() to just to_str() by Adolfo Ochagavía · 11 years ago
  87. ae95770 auto merge of #14664 : reem/rust/lifetimes-guide-grammar, r=brson by bors · 11 years ago
  88. 760b93a Fallout from the libcollections movement by Alex Crichton · 11 years ago
  89. 792fae3 Purged "record" from the manual. by Marvin Löbel · 11 years ago
  90. 7e0cc34 Fixed weird grammar in lifetimes guide. by Jonathan Reem · 11 years ago
  91. 073c8f1 auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw by bors · 11 years ago
  92. 9b228f8 core: Apply stability attributes to ptr mod by Brian Anderson · 11 years ago
  93. 7fa5baa auto merge of #14622 : reillywatson/rust/master, r=alexcrichton by bors · 11 years ago
  94. 5b80172 Doc: grammar fix in intro.md by Reilly Watson · 11 years ago
  95. 63e9b8f auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton by bors · 11 years ago
  96. e38fde7 doc: Remove use of `pub use` globs by klutzy · 11 years ago
  97. 20fb7c6 docs: Stop using `notrust` by Florian Gilcher · 11 years ago
  98. 0dbfa5f rustdoc: Fix some more broken links by Alex Crichton · 11 years ago
  99. dfaea70 auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfackler by bors · 11 years ago
  100. 7ec6df5 rustdoc: Fix cross-crate links to reexported items by Alex Crichton · 11 years ago