Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. cfa26da Update tutorial.md by Mikela · 7 years ago
  2. ec0d946 Make sure people know the book is free oline by Mikela · 7 years ago
  3. 4021924 Re-direct to the right place. by Steve Klabnik · 11 years ago
  4. c456cca only deprecate the guide rather than :fire: :fire: :fire: by Steve Klabnik · 11 years ago
  5. eb678ff librustc: Change the syntax of subslice matching to use postfix `..` by Patrick Walton · 11 years ago
  6. 67deb2e libsyntax: Remove the `use foo = bar` syntax from the language in favor by Patrick Walton · 11 years ago
  7. 21a70b3 Update docs to use HTTPS for static.rust-lang.org addresses by Brian Anderson · 11 years ago
  8. 4d27b48 auto merge of #15410 : LemmingAvalanche/rust/patch-1, r=alexcrichton by bors · 11 years ago
  9. 14e245b Note naming convention of lists (xs, ys, ...) by LemmingAvalanche · 11 years ago
  10. aae7901 auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw by bors · 11 years ago
  11. 1f760d5 Rename `Share` to `Sync` by Alex Crichton · 11 years ago
  12. c186b4b Fix typo in the tutorial by Adrien Brault · 11 years ago
  13. 662f58f docs: Fix typo in tutorial. by Ruud van Asseldonk · 11 years ago
  14. 571f6cf fix variable name in tutorial by DJUrsus · 11 years ago
  15. bb165eb libsyntax: Remove `~self` and `mut ~self` from the language. by Patrick Walton · 11 years ago
  16. 320dbc1 auto merge of #15745 : treeman/rust/tutorial-fixup, r=steveklabnik by bors · 11 years ago
  17. de70d76 librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, by Patrick Walton · 11 years ago
  18. 89e28d3 Small fixes for tutorial. by Jonas Hietala · 11 years ago
  19. aa760a8 deprecate Vec::get by Nick Cameron · 11 years ago
  20. 7a199ba doc: missing quote in keyword Send by Yazhong Liu · 11 years ago
  21. 4c9cca4 add a missing closing parens by dgoon · 11 years ago
  22. 704f11d correct a few spelling mistakes in the tutorial by Nathan Froyd · 11 years ago
  23. a5bb0a3 librustc: Remove the fallback to `int` for integers and `f64` for by Patrick Walton · 11 years ago
  24. 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
  25. 7be7a8f auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton by bors · 11 years ago
  26. 53627dd Make an example more clear with sample code. by Steve Klabnik · 11 years ago
  27. 668bad6 reflow with emacs fill-paragraph (fill-column 71) by Zooko Wilcox-O'Hearn · 11 years ago
  28. d6ea862 add "(see below)" to a reference to a new concept by Zooko Wilcox-O'Hearn · 11 years ago
  29. 5807800 Fix grammar in tutorial by Michael Zhou · 11 years ago
  30. 3ed78f5 Add the Guide, add warning to tutorial. by Steve Klabnik · 11 years ago
  31. 85effb9 Improve ambiguous pronoun. by Steve Klabnik · 11 years ago
  32. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  33. 39efe3c Docs: tutorial: Remove a couple references to `~T` by Ivan Petkov · 11 years ago
  34. 0b9e4fc Update few files after comparison traits renaming by Piotr Jawniak · 11 years ago
  35. 7fec86b tutorial.md: tiny correction for --crate-type=lib by Niklas Koep · 11 years ago
  36. 56d7bbe Update Sublime Rust github link by Christopher Bergqvist · 11 years ago
  37. f4ae8a8 Update repo location by Brian Anderson · 11 years ago
  38. 89b0e6e Register new snapshots by Alex Crichton · 11 years ago
  39. fce98e5 auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton by bors · 11 years ago
  40. 54c2a1e rustc: Move the AST from @T to Gc<T> by Alex Crichton · 11 years ago
  41. a0eca23 Fix deprecated use of ~ by Michael Reinhard · 11 years ago
  42. cc63d4c doc: Turn off special features for rustdoc tests by Alex Crichton · 11 years ago
  43. 760b93a Fallout from the libcollections movement by Alex Crichton · 11 years ago
  44. 20fb7c6 docs: Stop using `notrust` by Florian Gilcher · 11 years ago
  45. b657af8 Rename variable in tutorial by Christoph Burgdorf · 11 years ago
  46. faa7ba7 auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton by bors · 11 years ago
  47. 1959925 Remove deprecated owned vector from tutorial. by Jonathan Reem · 11 years ago
  48. 748bc3c std: Rename {Eq,Ord} to Partial{Eq,Ord} by Alex Crichton · 11 years ago
  49. 0e12934 Revert erroneous fix to tutorial by Randati · 11 years ago
  50. b53454e Move std::{reflect,repr,Poly} to a libdebug crate by Alex Crichton · 11 years ago
  51. 911cc9c auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcrichton by bors · 11 years ago
  52. 1f1b2e4 std: Rename strbuf operations to string by Richo Healey · 11 years ago
  53. a01bedc auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler by bors · 11 years ago
  54. ca287eb auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichton by bors · 11 years ago
  55. b3fb258 Update tutorial, see issue #13578 by Sean Gillespie · 11 years ago
  56. 68455a1 Fix to tutorial by Santiago Rodriguez · 11 years ago
  57. 5530745 core: rename strbuf::StrBuf to string::String by Richo Healey · 11 years ago
  58. 864c501 Get "make check" to work with unused-attribute by Steven Fackler · 11 years ago
  59. 33c3edd auto merge of #14362 : zecozephyr/rust/docfixes, r=cmr by bors · 11 years ago
  60. 12240e5 Fixed incorrect module path extra::arc -> sync::arc by Jonathan Bailey · 11 years ago
  61. 799ddba Change static.rust-lang.org to doc.rust-lang.org by Alex Crichton · 11 years ago
  62. e549601 Updated doc with correct type. by Jonathan Bailey · 11 years ago
  63. cea63ec Minor doc fixes in various places by Piotr Jawniak · 11 years ago
  64. b84c0dc doc: Remove all uses of `~str` from the documentation. by Patrick Walton · 11 years ago
  65. 0004953 add a line to the example to clarify semantics by Zooko Wilcox-O'Hearn · 11 years ago
  66. 5518071 Remove reference to MutexArc by Derek Chiang (Enchi Jiang) · 11 years ago
  67. 1895ad2 Clarification of Slice, Vector and Array by moonglum · 11 years ago
  68. eab6bb2 Handle fallout in documentation by Kevin Ballard · 11 years ago
  69. ef6daf9 auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton by bors · 11 years ago
  70. 4a5d390 auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson by bors · 11 years ago
  71. 090040bf librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except by Patrick Walton · 11 years ago
  72. 949143e1 Update multiple file use statement example by Brandon Waskiewicz · 11 years ago
  73. 055cbde doc: Corrected example in 17.8 Deriving implementations for traits by Mike Boutin · 11 years ago
  74. e65aea5 doc: Minor example formatting in 11 References by Mike Boutin · 11 years ago
  75. 81bc32d doc: Clarified 4.2 Pattern matching by Mike Boutin · 11 years ago
  76. 72f478f Update minimum g++ version in documentation by James Laverack · 11 years ago
  77. 028159e auto merge of #13676 : mdinger/rust/tutorial_doc, r=pnkfelix by bors · 11 years ago
  78. 9306e84 rustdoc: Migrate from sundown to hoedown by Alex Crichton · 11 years ago
  79. e4bf643 Fix a/an typos by Jorge Aparicio · 11 years ago
  80. fb72d7c auto merge of #13881 : aochagavia/rust/pr, r=alexcrichton by bors · 11 years ago
  81. b537028 Fixed outdated note in the tutorial by Adolfo Ochagavía · 11 years ago
  82. 0006671 rustdoc tutorial: grammar change in list comments by Justin Noah · 11 years ago
  83. 636f7d2 Suggested revisions to PR 13676. by Felix S. Klock II · 11 years ago
  84. f79571f Remove extra semicolons by mdinger · 11 years ago
  85. af0dd16 Fix typo by mdinger · 11 years ago
  86. cbf1131 auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson by bors · 11 years ago
  87. bc33006 doc: Remove out-of-place debug! note by Michael Pratt · 11 years ago
  88. b7dba33 doc: perform some 80-chars wrappings by Adrien Tétar · 11 years ago
  89. 3ec3c09 auto merge of #13683 : aochagavia/rust/pr, r=alexcrichton by bors · 11 years ago
  90. 1e33589 auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichton by bors · 11 years ago
  91. f7d2d58 Some more closure changes by mdinger · 11 years ago
  92. f495723 Fixed typo in tutorial by Adolfo Ochagavía · 11 years ago
  93. e6c8c7c auto merge of #13587 : adrientetar/rust/more-docs, r=brson by bors · 11 years ago
  94. 78cdec0 Update the "Additional tutorials" link by Brendan McLoughlin · 11 years ago
  95. c54a783 Fix call order to be the same as definition order by Gary M. Josack · 11 years ago
  96. 36f98fb Demonstrate accessing external variable in first example by mdinger · 11 years ago
  97. fb9ea2e doc: add webfonts and tweak the styles accordingly by Adrien Tétar · 11 years ago
  98. b580964 Give more explanation when introducing closures by mdinger · 11 years ago
  99. 919889a Replace all ~"" with "".to_owned() by Richo Healey · 11 years ago
  100. 675b826 Update the rest of the compiler with ~[T] changes by Alex Crichton · 11 years ago