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

  1. 290da6f Remove the 30 minute intro by Steve Klabnik · 10 years ago
  2. a9fd41e Fallout: move from scoped to spawn by Aaron Turon · 10 years ago
  3. 6295406 Rollup merge of #24139 - xfq:patch-1, r=steveklabnik by Manish Goregaokar · 10 years ago
  4. b41f2df Auto merge of #23277 - aochagavia:intro, r=steveklabnik by bors · 10 years ago
  5. 600101b Update intro.md by Xue Fuqiao · 10 years ago
  6. 81801f2 Re-word explanation on closures in intro by Steve Klabnik · 10 years ago
  7. 7dbcf08 Fix 404 to crates.io's doc on integrating with a native toolchain by Paul ADENOT · 10 years ago
  8. 5a82a81 Remove unnecessary Arc usage in introduction by Adolfo Ochagavía · 10 years ago
  9. b426a24 Make concurrent examples actually run concurrently by Jake Goulding · 10 years ago
  10. a6ebd26 Update example that uses deprecated Thread::scoped by Jake Goulding · 10 years ago
  11. 44f8ac0 Rollup merge of #22947 - ic:master, r=steveklabnik by Manish Goregaokar · 10 years ago
  12. dde4e58 Made failing/working examples look alike. by Eric Platon · 10 years ago
  13. fdc45e3 Change quaranteed -> guaranteed in README.md by Alexander Campbell · 10 years ago
  14. d084f70 Change slithtly -> slightly in README.md by Alexander Campbell · 10 years ago
  15. 69bfb6f change to iterate over &vet by FuGangqiang · 10 years ago
  16. 05bdfe8 remove the call `.iter()` by FuGangqiang · 10 years ago
  17. 6154c88 Update intro.md to fix thread spawning example Closes #22419 by Jessy Diamond Exum · 10 years ago
  18. 8c34b26 Update docs by dropping suffixes except where they served to instruct. by Niko Matsakis · 10 years ago
  19. 9c686dc Correct typo for 'underyling' by Duane Edwards · 10 years ago
  20. b4a43f3 Kill more `isize`s by Tobias Bucher · 10 years ago
  21. 537889a Fix type inference problems in tests and docs by Aaron Turon · 10 years ago
  22. a506d4c Fallout from stabilization. by Aaron Turon · 10 years ago
  23. 5f1ba93 Replace obsolete constructions in into examples by Andrew Barchuk · 11 years ago
  24. f772089 Remove Thread::detach() call from intro example by Andrew Barchuk · 11 years ago
  25. 9ed27df Fix intro concurrency examples compilation warns by Andrew Barchuk · 11 years ago
  26. 46a490f rollup merge of #21075: iKevinY/intro-changes by Alex Crichton · 11 years ago
  27. 31ac1fb Various changes to Rust Introduction by Kevin Yap · 11 years ago
  28. e485d29 Improve example in the intro. by Steve Klabnik · 11 years ago
  29. c871773 Updates fixed-size suffix by Duncan Regan · 11 years ago
  30. 16a6ebd "The Rust Programming Language" by Steve Klabnik · 11 years ago
  31. 5b1a285 rollup merge of #20693: EchoAce/intro-oboe by Alex Crichton · 11 years ago
  32. da83e4d oboe removed by FakeKane · 11 years ago
  33. caca9b2 Fallout from stabilization by Aaron Turon · 11 years ago
  34. 76e5ed6 std: Return Result from RWLock/Mutex methods by Alex Crichton · 11 years ago
  35. a27fbac Revise std::thread API to join by default by Aaron Turon · 11 years ago
  36. 36f7f1e rollup merge of #19735: sethpollack/patch-1 by Brian Anderson · 11 years ago
  37. 42f4d63 rollup merge of #19714: steveklabnik/gh16219 by Brian Anderson · 11 years ago
  38. 112faab Update guide/intro to take into account the removal of `proc`. by Niko Matsakis · 11 years ago
  39. 7676d01 Update intro.md by Seth Pollack · 11 years ago
  40. 3c9d898 Fix up some {ignore} and {notrust}s by Steve Klabnik · 11 years ago
  41. 1a61fe428 Test fixes and rebase conflicts from the rollup by Alex Crichton · 11 years ago
  42. fb587f1 rollup merge of #19614: steveklabnik/gh19599 by Alex Crichton · 11 years ago
  43. 8ba56052 remove usage of notrust from the docs by Steve Klabnik · 11 years ago
  44. 2171c95 Add missing semicolon to hello world program in intro. by jbranchaud · 11 years ago
  45. fc47dd9 Prepend should be append in the 30 minute intro by Carol Nichols · 11 years ago
  46. 66b8cc8 small fix to output of code sample in intro.md by Rolf van de Krol · 11 years ago
  47. 4a74af6 Improve code in the intro. by Steve Klabnik · 11 years ago
  48. 66939df [Docs] more intro typos by Neil Pankey · 11 years ago
  49. e138953 [Docs] intro typo by Neil Pankey · 11 years ago
  50. 6c5bf9f Re-do the 30 minute intro by Steve Klabnik · 11 years ago
  51. 9d95729 doc: Removing repeated variable name to make it less ambiguious by Alfie John · 11 years ago
  52. a99ba25 Replace the Tutorial with the Guide. by Steve Klabnik · 11 years ago
  53. a9979ad doc: Fix the 30-minute intro to use += operator. by Tim Joseph Dumol · 11 years ago
  54. 26ca10d Update disclaimer to improve clarity and intent by Hugo Jobling · 11 years ago
  55. 6bb22a9 Remove unnecessary cast from intro by Cole Mickens · 11 years ago
  56. aa760a8 deprecate Vec::get by Nick Cameron · 11 years ago
  57. d89577b doc: Clarify that an error is a compiler error by Brian Anderson · 11 years ago
  58. a5bb0a3 librustc: Remove the fallback to `int` for integers and `f64` for by Patrick Walton · 11 years ago
  59. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  60. f4ae8a8 Update repo location by Brian Anderson · 11 years ago
  61. b1c9ce9 sync: Move underneath libstd by Alex Crichton · 11 years ago
  62. 7fa5baa auto merge of #14622 : reillywatson/rust/master, r=alexcrichton by bors · 11 years ago
  63. 5b80172 Doc: grammar fix in intro.md by Reilly Watson · 11 years ago
  64. 20fb7c6 docs: Stop using `notrust` by Florian Gilcher · 11 years ago
  65. c3825cb Remove deprecated owned vector from intro. by Jonathan Reem · 11 years ago
  66. 090040bf librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except by Patrick Walton · 11 years ago
  67. 6201d6d docs: change compositionality to composability by Richo Healey · 11 years ago
  68. 3124057 Fix variable name in prose to match code it's describing by Michael Fairley · 11 years ago
  69. ae555e3 Fix spelling mistakes in documentation and code. by Joseph Crail · 11 years ago
  70. d1eb0e3 doc: Address feedback about intro by Brian Anderson · 11 years ago
  71. 6bacbcc doc: Edit intro by Brian Anderson · 11 years ago
  72. ad66f56 doc: Add "A 30-minute Introduction to Rust" by Brian Anderson · 11 years ago