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

  1. 4ef5542 Avoid linking to a moved page in rust.html by Malo Jaffré · 8 years ago
  2. 47682f9 manual -> reference & formatting by Steve Klabnik · 11 years ago
  3. 0169218 Fix fallout from Vec stabilization by Alex Crichton · 11 years ago
  4. 78a8418 librustc: Implement associated types behind a feature gate. by Patrick Walton · 11 years ago
  5. 7caf2ab Fix two typos by Martin Olsson · 11 years ago
  6. 4727381 auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brson by bors · 11 years ago
  7. a99ba25 Replace the Tutorial with the Guide. by Steve Klabnik · 11 years ago
  8. d24c824 auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonw by bors · 11 years ago
  9. faf14ae Fix vector terminology in the manual. by Steve Klabnik · 11 years ago
  10. bf274bc Implement tuple and tuple struct indexing by P1start · 11 years ago
  11. 8158463 rollup merge of #17054 : pcwalton/subslice-syntax by Alex Crichton · 11 years ago
  12. 2c66c29 rollup merge of #17052 : pcwalton/feature-gate-subslices by Alex Crichton · 11 years ago
  13. 641b198 auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brson by bors · 11 years ago
  14. eb678ff librustc: Change the syntax of subslice matching to use postfix `..` by Patrick Walton · 11 years ago
  15. 22179f4 librustc: Feature gate subslice matching in non-tail positions. by Patrick Walton · 11 years ago
  16. a021330 Fix vector/array/slice terminology in manual. by Steve Klabnik · 11 years ago
  17. d0f1c7d Update language item from 'share' to 'sync' #16988 by Felix Raimundo · 11 years ago
  18. dfbd466 auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichton by bors · 11 years ago
  19. 7241267 doc: Fix spelling errors. by Joseph Crail · 11 years ago
  20. d32bfe8c Fix pointer types in the manual. by Steve Klabnik · 11 years ago
  21. f7f8b20 rollup merge of #16780 : mdinger/marker_types by Alex Crichton · 11 years ago
  22. 48a2876 Fix sorting order. Change `sync` to `share` by mdinger · 11 years ago
  23. c0e003d extern crate foobar as foo; by wickerwaka · 11 years ago
  24. c630d96 manual: fix link by Corey Richardson · 11 years ago
  25. 54bd9e6 docs: don't claim struct layout is specified, but mention repr by Corey Richardson · 11 years ago
  26. 3570095 auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwalton by bors · 11 years ago
  27. e791032 Manual: add information about //! by Steve Klabnik · 11 years ago
  28. 67deb2e libsyntax: Remove the `use foo = bar` syntax from the language in favor by Patrick Walton · 11 years ago
  29. 7606f58 Add `use a::b::{c, mod};` to the manual by Jakub Wieczorek · 11 years ago
  30. 406de8d auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichton by bors · 11 years ago
  31. 1c16acc libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` by Patrick Walton · 11 years ago
  32. 614bfbe Add export_name to the attribute whitelist and a description in the rust manual by Jack Heizer · 11 years ago
  33. 320c35e auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brson by bors · 11 years ago
  34. 32098bb auto merge of #16440 : bheesham/rust/master, r=brson by bors · 11 years ago
  35. 259e806 auto merge of #16428 : mdinger/rust/sort_attributes, r=cmr by bors · 11 years ago
  36. c69f7a9 Sort `Marker types` and add missing language items by mdinger · 11 years ago
  37. 5eb4e1a ~ -> Box in the manual by Steve Klabnik · 11 years ago
  38. a43dadb Minor changes to `rust.md`, and `guide-ffi.md`. by Bheesham Persaud · 11 years ago
  39. 2867d1f Sort most attributes alphabetically by mdinger · 11 years ago
  40. 97e82cc rust.md: Explicitly point out how special `'static` is. by Felix S. Klock II · 11 years ago
  41. 1f760d5 Rename `Share` to `Sync` by Alex Crichton · 11 years ago
  42. bf2d98e Remove the "NFKC clause" in the reference manual. by OGINO Masanori · 11 years ago
  43. cf27910 Fix manual regarding attribute placement. by Steve Klabnik · 11 years ago
  44. 5b85c8c librustc: Forbid pattern bindings after `@`s, for memory safety. by Patrick Walton · 11 years ago
  45. 9826e80 auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton by bors · 11 years ago
  46. 2a3c0d9 manual: update list of feature gates, add phase attribute by Corey Richardson · 11 years ago
  47. 2e2f53f Port Rust to DragonFlyBSD by Michael Neumann · 11 years ago
  48. bb165eb libsyntax: Remove `~self` and `mut ~self` from the language. by Patrick Walton · 11 years ago
  49. de70d76 librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, by Patrick Walton · 11 years ago
  50. 12c334a std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. by Richo Healey · 11 years ago
  51. 90b79b7 manual: Fix typo. by Ruud van Asseldonk · 11 years ago
  52. 5012b85 auto merge of #15378 : mdinger/rust/Issue_15333, r=alexcrichton by bors · 11 years ago
  53. 6b6edf4 Improve code reuse between trans/_match.rs and check_match.rs by Jakub Wieczorek · 11 years ago
  54. 4afe310 Fix broken link by adding comma by mdinger · 11 years ago
  55. a5bb0a3 librustc: Remove the fallback to `int` for integers and `f64` for by Patrick Walton · 11 years ago
  56. fe8bc17 auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton by bors · 11 years ago
  57. 0dfc90a Rename all raw pointers as necessary by Alex Crichton · 11 years ago
  58. b20f968 auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton by bors · 11 years ago
  59. c3c195b Fix a typo and a small syntactic error. by OGINO Masanori · 11 years ago
  60. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  61. 7689213 auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson by bors · 11 years ago
  62. 654d644 libsyntax: Disallow struct literals after `if`, `while`, `match`, and by Patrick Walton · 11 years ago
  63. 0b9e4fc Update few files after comparison traits renaming by Piotr Jawniak · 11 years ago
  64. 0ae4b97 auto merge of #15029 : aturon/rust/stability-index, r=brson by bors · 11 years ago
  65. dcbf4ec librustc: Put `#[unsafe_destructor]` behind a feature gate. by Patrick Walton · 11 years ago
  66. 6008f2c Add stability inheritance by Aaron Turon · 11 years ago
  67. 108b8b6 Deprecate the bytes!() macro. by Simon Sapin · 11 years ago
  68. d6736a1 auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton by bors · 11 years ago
  69. 3a52a8a Document the byte, byte string, and raw byte string literals. by Simon Sapin · 11 years ago
  70. cad760b librustc: Make addresses of immutable statics insignificant unless by Patrick Walton · 11 years ago
  71. 3324257 rustc: Start accepting `*const T` by Alex Crichton · 11 years ago
  72. e5ebdb4 Remove outdated info about nested block comments. Fixes #14767 by Jonathan Reem · 11 years ago
  73. aca0bac Convert libraries to use #[plugin_registrar] by Keegan McAllister · 11 years ago
  74. 84243ed Use phase(plugin) in other crates by Keegan McAllister · 11 years ago
  75. cc63d4c doc: Turn off special features for rustdoc tests by Alex Crichton · 11 years ago
  76. 8a41485 auto merge of #14680 : Kimundi/rust/master, r=brson by bors · 11 years ago
  77. 501b904 Change to_str().to_string() to just to_str() by Adolfo Ochagavía · 11 years ago
  78. 792fae3 Purged "record" from the manual. by Marvin Löbel · 11 years ago
  79. 63e9b8f auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton by bors · 11 years ago
  80. e38fde7 doc: Remove use of `pub use` globs by klutzy · 11 years ago
  81. 20fb7c6 docs: Stop using `notrust` by Florian Gilcher · 11 years ago
  82. faa7ba7 auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton by bors · 11 years ago
  83. 66ee71a Remove deprecated owned vector from rust.md by Jonathan Reem · 11 years ago
  84. 748bc3c std: Rename {Eq,Ord} to Partial{Eq,Ord} by Alex Crichton · 11 years ago
  85. c631d3d auto merge of #14488 : SimonSapin/rust/patch-11, r=alexcrichton by bors · 11 years ago
  86. aa15195 auto merge of #14465 : Ryman/rust/patch-1, r=alexcrichton by bors · 11 years ago
  87. 17697c7 Doc: `static mut` is unsafe too by Simon Sapin · 11 years ago
  88. ada85a2 rust manual: supertraits seperator is wrong by Ryman · 11 years ago
  89. 1f1b2e4 std: Rename strbuf operations to string by Richo Healey · 11 years ago
  90. 4348e23 std: Remove String's to_owned by Richo Healey · 11 years ago
  91. 5530745 core: rename strbuf::StrBuf to string::String by Richo Healey · 11 years ago
  92. 864c501 Get "make check" to work with unused-attribute by Steven Fackler · 11 years ago
  93. 84320a4 auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichton by bors · 11 years ago
  94. 6674913 Correct EBNF grammar in the manual by Piotr Czarnecki · 11 years ago
  95. cea63ec Minor doc fixes in various places by Piotr Jawniak · 11 years ago
  96. b84c0dc doc: Remove all uses of `~str` from the documentation. by Patrick Walton · 11 years ago
  97. a7bee7b Add a crate for missing stubs from libcore by Alex Crichton · 11 years ago
  98. a390b5d Replaced ~T by Box<T> in manual by Adolfo Ochagavía · 11 years ago
  99. e798b97 doc: Update the linkage documentation by Alex Crichton · 11 years ago
  100. 06ea989 doc: updates rust manual (loop to continue) by Piotr Jawniak · 11 years ago