0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. 1c2ccf0 auto merge of #13221 : thestinger/rust/append, r=alexcrichton by bors · 11 years ago
  3. cbbc1fc vec: convert `append` and `append_one` to methods by Daniel Micay · 11 years ago
  4. ee05219 Rename `from_iterator` to `from_iter` for consistency. by Brian Anderson · 11 years ago
  5. c356e3b Removed deprecated functions `map` and `flat_map` for vectors and slices. by Marvin Löbel · 11 years ago
  6. d878df0 auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton by bors · 11 years ago
  7. df9cf18 auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton by bors · 11 years ago
  8. a9c6061 Register new snapshot by Flavio Percoco · 11 years ago
  9. 451e8c1 Convert most code to new inner attribute syntax. by Brian Anderson · 11 years ago
  10. c6bbb95 syntax: Accept meta matchers in macros by Alex Crichton · 11 years ago
  11. 42e1003 auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson by bors · 11 years ago
  12. 68c2706 native: Ignore SIGPIPE by default by Alex Crichton · 11 years ago
  13. 0e190b9 native: Use WNOHANG before signaling by Alex Crichton · 11 years ago
  14. 63b233c std and green: fix some warnings by Erick Tryzelaar · 11 years ago
  15. b8601a3 auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger by bors · 11 years ago
  16. 794ee03 auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichton by bors · 11 years ago
  17. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  18. bb9172d Fix fallout of removing default bounds by Alex Crichton · 11 years ago
  19. 5da14c0 auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton by bors · 11 years ago
  20. 4d6c47b Derive TotalEq for std::intrinsics::TypeId by Tomas Sedovic · 11 years ago
  21. 0908ffa auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger by bors · 11 years ago
  22. de85948 auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson by bors · 11 years ago
  23. 6bac560 auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton by bors · 11 years ago
  24. 6200e76 Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by value by Marvin Löbel · 11 years ago
  25. de44732 auto merge of #13070 : huonw/rust/share-doc, r=alexcrichton by bors · 11 years ago
  26. fad7717 std: Touch various I/O documentation blocks by Alex Crichton · 11 years ago
  27. a424e84 libstd: Document the following modules: by Patrick Walton · 11 years ago
  28. d1f8fb2 std: Explicitly link to libm for freebsd by Alex Crichton · 11 years ago
  29. e9475b5 std: expand the `Share` docs to make them more precise. by Huon Wilson · 11 years ago
  30. 56cae9b comm: Implement synchronous channels by Alex Crichton · 11 years ago
  31. 6bf3fca auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson by bors · 11 years ago
  32. 218461d std: Unignore atomic tests by Brian Anderson · 11 years ago
  33. e06348e auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw by bors · 11 years ago
  34. 3ccad75 rustc: Remove all crate map support by Alex Crichton · 11 years ago
  35. b19261a green: Remove the dependence on the crate map by Alex Crichton · 11 years ago
  36. 2c7f3b8 auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw by bors · 11 years ago
  37. 8feb2dd This commit cleans up a few test warnings by Steven Stewart-Gallus · 11 years ago
  38. dd64bd8 std: Move NativeMutex from &mut self to &self by Alex Crichton · 11 years ago
  39. da118e8 Snapshot cleanup by Alex Crichton · 11 years ago
  40. 903e838 auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger by bors · 11 years ago
  41. cafb7ed auto merge of #13099 : FlaPer87/rust/master, r=huonw by bors · 11 years ago
  42. f6db0ef std: remove the `equals` method from `TotalEq`. by Huon Wilson · 11 years ago
  43. 06be5f7 auto merge of #13092 : sfackler/rust/buffer-vec, r=thestinger by bors · 11 years ago
  44. 576e36e Register new snapshots by Flavio Percoco · 11 years ago
  45. 11c6817 auto merge of #13090 : thestinger/rust/iter, r=Aatch by bors · 11 years ago
  46. ae42905 iter: remove `to_owned_vec` by Daniel Micay · 11 years ago
  47. 2ddb605 auto merge of #13088 : thestinger/rust/hashmap, r=cmr by bors · 11 years ago
  48. 3829ac2 use TotalEq for HashMap by Daniel Micay · 11 years ago
  49. 31d5ffc make std::managed private by Daniel Micay · 11 years ago
  50. 56cf09c Some cleanup in std::io::buffered by Steven Fackler · 11 years ago
  51. 7e7a5e3 auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton by bors · 11 years ago
  52. 0e6f90e auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichton by bors · 11 years ago
  53. 5b03050 Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at() by Eunchong Yu · 11 years ago
  54. 403e869 auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonw by bors · 11 years ago
  55. 5560383 std: Add an I/O reader method to fill a buffer by Alex Crichton · 11 years ago
  56. 3fb1ed0 rustc: Remove all usage of manual deref() by Alex Crichton · 11 years ago
  57. cd510b3 std: Remove the get() method from RefCell wrappers by Alex Crichton · 11 years ago
  58. cffe9e0 std::os: Handle FormatMessage failure by klutzy · 11 years ago
  59. b4ddee6 std: Remove the Freeze kind and the NoFreeze marker by Flavio Percoco · 11 years ago
  60. 034e138 cell: Remove Freeze / NoFreeze by Flavio Percoco · 11 years ago
  61. 16e0760 std::comm: Remove Freeze / NoFreeze by Flavio Percoco · 11 years ago
  62. 30165e0 auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton by bors · 11 years ago
  63. 092afdb auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson by bors · 11 years ago
  64. 993dee4 auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestinger by bors · 11 years ago
  65. 069cede auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton by bors · 11 years ago
  66. f5357cf auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr by bors · 11 years ago
  67. e33676b Migrate all users of opt_vec to owned_slice, delete opt_vec. by Huon Wilson · 11 years ago
  68. ab1dd09 rustc: Switch defaults from libgreen to libnative by Alex Crichton · 11 years ago
  69. 7b957a8 auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix by bors · 11 years ago
  70. db5206c Rewrite rc::Rc using cell::Cell by Edward Wang · 11 years ago
  71. 0b714b4 libstd: Add some methods to `Vec<T>`. by Patrick Walton · 11 years ago
  72. 1d98fe1 Clean up marker types and Unsafe initialization by Steven Fackler · 11 years ago
  73. e1ca02e std: Implement Clone/TotalEq for ProcessExit by Alex Crichton · 11 years ago
  74. 181875c Remove RefCell::{with, with_mut} by Steven Fackler · 11 years ago
  75. 811257e std: Rename {push,read}_bytes to {push,read}_exact by Alex Crichton · 11 years ago
  76. 9e66f2c std: Update atomic documentation to remove 'mut' by Alex Crichton · 11 years ago
  77. 61622dd std: Remove AtomicU64 by Brian Anderson · 11 years ago
  78. 8748322 std: Make the generic atomics in `sync::atomics` private by Brian Anderson · 11 years ago
  79. eb25c42 std: Make the generic atomics take unsafe pointers by Brian Anderson · 11 years ago
  80. 11ac4df Register new snapshots by Alex Crichton · 11 years ago
  81. f3fef9a std: Make atomics immutable. #11583 by Brian Anderson · 11 years ago
  82. da36251 Removing imports of std::vec_ng::Vec by Alex Crichton · 11 years ago
  83. 0305ed5 std: Add Vec to the prelude by Alex Crichton · 11 years ago
  84. 8cfef59 auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichton by bors · 11 years ago
  85. 8e28520 auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis by bors · 11 years ago
  86. 95ee0a0 auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger by bors · 11 years ago
  87. cdab8a7 A couple of fixes to vec_ng docs by Steven Fackler · 11 years ago
  88. 598fc75 Make atomics interior Unsafe<T> by Flavio Percoco · 11 years ago
  89. 8767c69 Let ArcData use Unsafe<T> by Flavio Percoco · 11 years ago
  90. 3848021 Make Cell and RefCell use Unsafe<T> by Flavio Percoco · 11 years ago
  91. 710f13f Add Unsafe<T> type by Flavio Percoco · 11 years ago
  92. 21d23ff2 Make `Rc`, `Cell` and `RefCell` NoShare by Flavio Percoco · 11 years ago
  93. 37154fb Add a Share kind by Flavio Percoco · 11 years ago
  94. 14f656d rename std::vec_ng -> std::vec by Daniel Micay · 11 years ago
  95. ce620320 rename std::vec -> std::slice by Daniel Micay · 11 years ago
  96. 8fee3f6 std: io: flush stdout on stdin read from tty by Corey Richardson · 11 years ago
  97. 9b588a9 Remove std::cast::transmute_immut_unsafe by Tobias Bucher · 11 years ago
  98. 8063450 auto merge of #12982 : brson/rust/optiondocs, r=alexcrichton by bors · 11 years ago
  99. ff03335 auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichton by bors · 11 years ago
  100. 0f2d46f Docify std::vec_ng by Steven Fackler · 11 years ago