0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. ee05219 Rename `from_iterator` to `from_iter` for consistency. by Brian Anderson · 11 years ago
  3. c356e3b Removed deprecated functions `map` and `flat_map` for vectors and slices. by Marvin Löbel · 11 years ago
  4. 8610e4a auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson by bors · 11 years ago
  5. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  6. 8d0be73 doc: Update the tutorial about bounds for traits by Alex Crichton · 11 years ago
  7. fdfb9eb verify-grammar llnextgen by Jan Kobler · 11 years ago
  8. 2b05263 verify-grammar keyword crate by Jan Kobler · 11 years ago
  9. de85948 auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson by bors · 11 years ago
  10. e28f081 auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brson by bors · 11 years ago
  11. 6bf3fca auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson by bors · 11 years ago
  12. 5163a26 test: Update all tests with the sync changes by Alex Crichton · 11 years ago
  13. e2ae458 doc: Update the runtime guide with green changes by Alex Crichton · 11 years ago
  14. 57ac379 Correct overly broad definition of `'static` kind bound. by Felix S. Klock II · 11 years ago
  15. 4b224af Added suggested notes by noam · 11 years ago
  16. 7dfa4b2 docs: named lifetimes by noam · 11 years ago
  17. 6f430c4 auto merge of #13084 : Havvy/rust/master, r=alexcrichton by bors · 11 years ago
  18. 7e7a5e3 auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton by bors · 11 years ago
  19. a73d2c7 Unindent stringifier() in tasks guide by Ryan Scheel (Havvy) · 11 years ago
  20. a1cb2f5 doc: Remove Freeze / NoFreeze from docs by Flavio Percoco · 11 years ago
  21. 8da5ed2 Copy-edit a sentence about borrowing references by Matt Brubeck · 11 years ago
  22. 6eae7df auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton by bors · 11 years ago
  23. 7b19574 Mention Share in the tutorial by Flavio Percoco · 11 years ago
  24. 0aebdac Mention share in guide-unsafe instead of freeze by Flavio Percoco · 11 years ago
  25. ce620320 rename std::vec -> std::slice by Daniel Micay · 11 years ago
  26. 0de6441 rm obsolete references to `DeepClone` by Daniel Micay · 11 years ago
  27. 783a00e Typo fixes. by Lindsey Kuper · 11 years ago
  28. 4ab95bc `char`: s/character/Unicode scalar value/ by Simon Sapin · 11 years ago
  29. 0015cab Test fixes and rebase conflicts by Alex Crichton · 11 years ago
  30. cc6ec8d log: Introduce liblog, the old std::logging by Alex Crichton · 11 years ago
  31. cdd8d48 doc: Remove reference to the 'extra' library by Alex Crichton · 11 years ago
  32. fc7a112 auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson by bors · 11 years ago
  33. 1218f6d auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichton by bors · 11 years ago
  34. 3d6c28a docs: begin a "low-level & unsafe code" guide. by Huon Wilson · 11 years ago
  35. 58e4ab2 extra: Put the nail in the coffin, delete libextra by Alex Crichton · 11 years ago
  36. 42fc32f auto merge of #12869 : thestinger/rust/cmp, r=brson by bors · 11 years ago
  37. 4e1c215 cmp: switch `min` and `max` to `TotalOrd` by Daniel Micay · 11 years ago
  38. b4d3243 auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson by bors · 11 years ago
  39. 7858065 std: Rename Chan/Port types and constructor by Alex Crichton · 11 years ago
  40. cdc18b9 Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefCell<T>>. by Eduard Burtescu · 11 years ago
  41. f9ecedb docs: add two unlisted libraries to the index page. by Huon Wilson · 11 years ago
  42. aac6e31 Remove remaining nolink usages.(fixes #12810) by lpy · 11 years ago
  43. 198caa8 Update users for the std::rand -> librand move. by Huon Wilson · 11 years ago
  44. 840a270 doc: remove outdated tutorial entry, restore removed Makefile entries by Adrien Tétar · 11 years ago
  45. 7ec1eb8 doc: auto-generate LaTeX includes by Adrien Tétar · 11 years ago
  46. 7979ae5 doc: CSS fixes by Adrien Tétar · 11 years ago
  47. 862aced doc: remove node.js dependency by Adrien Tétar · 11 years ago
  48. bb8ac21 docs: render rustdoc docs with rustdoc, hack around sundown code-fence by Huon Wilson · 11 years ago
  49. 6d6e2880 tutorial: hack a code snippet to make it compile. by Huon Wilson · 11 years ago
  50. f783321 mk: rewrite the documentation handling. by Huon Wilson · 11 years ago
  51. 2d7d7e5 docs: adjust code blocks to pass with rustdoc. by Huon Wilson · 11 years ago
  52. 69b8ef8 rustdoc: run on plain Markdown files. by Huon Wilson · 11 years ago
  53. 71cab04 Add an option to not run rustdoc blocks by Steven Fackler · 11 years ago
  54. 19ae05f Added missing possessive apostrophe. by Mike Boutin · 11 years ago
  55. 1c52c81 fix typos with with repeated words, just like this sentence. by Kang Seonghoon · 11 years ago
  56. 87a31f6 auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis by bors · 11 years ago
  57. bcc5486 Allow overloading explicit dereferences. by Eduard Burtescu · 11 years ago
  58. 0106a04 doc: use the newer favicon by Adrien Tétar · 11 years ago
  59. fd09e91 rustdoc: tweak highlighting by Adrien Tétar · 11 years ago
  60. 02882fb std: Change assert_eq!() to use {} instead of {:?} by Alex Crichton · 11 years ago
  61. 1b5be76 Add `time` crate to index, expand docs of `test`. by Huon Wilson · 11 years ago
  62. 53e90c1 auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton by bors · 11 years ago
  63. 1bcd825 Minor modifications to Axel's tutorial improvements (see also #12472). by Felix S. Klock II · 11 years ago
  64. d028079 Documentation : Tutorial improvement... by Axel Viala · 11 years ago
  65. 4c553af Replaced @List with ~List in Rust's recursive example by Bruno de Oliveira Abinader · 11 years ago
  66. 3d3dae8 tutorial: Missing tildes around .notrust block by Johannes Löthberg · 11 years ago
  67. 6c41f99 auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelix by bors · 11 years ago
  68. 3b09469 auto merge of #12539 : gmjosack/rust/master, r=alexcrichton by bors · 11 years ago
  69. 82747ed tutorial: clearer explanation of freezing. by Jag Talon · 11 years ago
  70. 3276090 auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichton by bors · 11 years ago
  71. 7e85431 Remove references to guide-conditions by Gary M. Josack · 11 years ago
  72. 2003a5e Add link to libtest in doc index by Kevin Ballard · 11 years ago
  73. 7fc7c37 Tutorial: Add std::num::sqrt to the example. by Jag Talon · 11 years ago
  74. 6485917 Move extra::json to libserialize by Alex Crichton · 11 years ago
  75. b78b749 Remove all ToStr impls, add Show impls by Alex Crichton · 12 years ago
  76. feac422 Merge remote-tracking branch 'tbu/pr_doc_smallfix' by Brian Anderson · 12 years ago
  77. 0368886 Merge remote-tracking branch 'kud1ing/patch-1' by Brian Anderson · 12 years ago
  78. 778d032 Tutorial: fix typo by kud1ing · 12 years ago
  79. efaf4db Transition to new `Hash`, removing IterBytes and std::to_bytes. by Huon Wilson · 12 years ago
  80. e9bb571 Fix C function FFI example in the Rust cheatsheet by Tobias Bucher · 12 years ago
  81. 2a14e08 Move std::{trie, hashmap} to libcollections by Alex Crichton · 12 years ago
  82. 56cf237 auto merge of #12411 : Arcterus/rust/time, r=alexcrichton by bors · 12 years ago
  83. d2f73ab auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton by bors · 12 years ago
  84. 87c7e15 auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichton by bors · 12 years ago
  85. 6943acd Reduce reliance on `to_str_radix` by Brendan Zabarauskas · 12 years ago
  86. 66f9329 Move time out of extra (cc #8784) by Arcterus · 12 years ago
  87. 4e9df9a insignificant fix to rust manual and tutorial by Liigo Zhuang · 12 years ago
  88. 70319f7 Changed NonCamelCaseTypes lint to warn by default by mr.Shu · 12 years ago
  89. 6532d2f auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichton by bors · 12 years ago
  90. 53b9d1a move extra::test to libtest by Liigo Zhuang · 12 years ago
  91. d2f265d auto merge of #12367 : darnuria/rust/tutorial_removing_do_syntax, r=cmr by bors · 12 years ago
  92. 1ede49f Removing '15.3 Do syntax' in tutorial. by Axel Viala · 12 years ago
  93. 1e60084 auto merge of #12342 : ehsanul/rust/remove-shared-chan-tasks-guide, r=alexcrichton by bors · 12 years ago
  94. b609d57 Added more scripts to tidy check by Derek Guenther · 12 years ago
  95. b9c476b Update tasks guide: SharedChan as been removed by Ehsanul Hoque · 12 years ago
  96. 58a2b7d doc: Reorganize the library index by Brian Anderson · 12 years ago
  97. 0c62d9d auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler by bors · 12 years ago
  98. 6b025c8 auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard by bors · 12 years ago
  99. 7762baa auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw by bors · 12 years ago
  100. 49e1163 std: clean up ptr a bit by Corey Richardson · 12 years ago