0.5 release
0.5 release
  1. 76a2891 Remove the cfg(stageN)-specific serialize code. by Erick Tryzelaar · 13 years ago
  2. faef329 Register snapshots by Erick Tryzelaar · 13 years ago
  3. e8102e7 core: Add a Zero and One trait to num by Erick Tryzelaar · 13 years ago
  4. b865b4b Fix a warning in the workcache test. by Erick Tryzelaar · 13 years ago
  5. c14105b Remove serialize::traits submodule. by Erick Tryzelaar · 13 years ago
  6. 9c673b2 Remove the old serialization code by Erick Tryzelaar · 13 years ago
  7. dac88fa Remove transitional path2 attribute by Brian Anderson · 13 years ago
  8. 78dc226 Register snapshots by Brian Anderson · 13 years ago
  9. 2ad41b8 core: add unwrap methods to dvec, either, and mutable by Erick Tryzelaar · 13 years ago
  10. 82a983d Remove superfluous parentheses. by Erick Tryzelaar · 13 years ago
  11. a0ef334 core: use movable self to clean up option/result. by Erick Tryzelaar · 13 years ago
  12. 938058b Fix vec::flat_map_to_vec method by Erick Tryzelaar · 13 years ago
  13. 97ddf3c Stop resolving static methods at the module level. Closes #4179 by Brian Anderson · 13 years ago
  14. 8e28f23 core: add macro_rules! for "condition! { c: in -> out; }". by Graydon Hoare · 13 years ago
  15. 9057e98a0 Make #[path] work with absolute paths again. Fix check-fast by Brian Anderson · 13 years ago
  16. a59747c Another tweak to auto_encode to only use trait-qualified static methods by Brian Anderson · 13 years ago
  17. 907fa74 Fix some iter tests by Brian Anderson · 13 years ago
  18. d062896 Deal with test failures in various ways by Brian Anderson · 13 years ago
  19. 6d4fbd4 core: fix remaining repr bugs, r=burningtree. by Graydon Hoare · 13 years ago
  20. b46e25b Merge commit 'erickt/incoming^' into kind-names by Brian Anderson · 13 years ago
  21. c704d26 Change auto_encode to call 'std::serialize::traits::Decode::decode' by Brian Anderson · 13 years ago
  22. 55138c7 fix 4 repr tests due to differences in spacing. r=burningtree. by Graydon Hoare · 13 years ago
  23. 85bb1fc Change iter::find's closure to take a ref by Erick Tryzelaar · 13 years ago
  24. 88962ee core: Add &self to core::iter methods by Erick Tryzelaar · 13 years ago
  25. 3fc74df fix warnings in vec destructuring tests by Erick Tryzelaar · 13 years ago
  26. 2356457 Change the default_methods lint mode from forbid to deny to fix tests by Brian Anderson · 13 years ago
  27. 5827f1c Fix build breakage by Brian Anderson · 13 years ago
  28. 8650c6f Switch from serialization to std::serialize. (snapshot) by Erick Tryzelaar · 13 years ago
  29. ec93058 std: Add flatpipes by Brian Anderson · 13 years ago
  30. 33a8f85 Make the path and path2 attributes equivalent. Remove some uses by Brian Anderson · 13 years ago
  31. 7ab66a4 core: remove old repr system, enable newer one. Close #3109. by Graydon Hoare · 13 years ago
  32. 6c83fe4 Add more tests by Jakub Wieczorek · 13 years ago
  33. 6530fd3 When matching a slice, the tail should have the same lifetime by Jakub Wieczorek · 13 years ago
  34. 1fdfd3b Simplify the exhaustiveness check and add comments by Jakub Wieczorek · 13 years ago
  35. 856dbac Use the same logic for _ and [..tail] when checking reachability by Jakub Wieczorek · 13 years ago
  36. 1968cb3 Add support for destructuring vectors in match expressions by Jakub Wieczorek · 13 years ago
  37. 5bf7ba0 Register snapshots by Brian Anderson · 13 years ago
  38. 6899872 Revert "Register snapshots" by Brian Anderson · 13 years ago
  39. d6d12d9 Register snapshots by Brian Anderson · 13 years ago
  40. f1e8773 add an empty PriorityQueue constructor by Daniel Micay · 13 years ago
  41. 02e804b test: Fix some broken test cases by Patrick Walton · 13 years ago
  42. 8311c94 Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytes by Brian Anderson · 13 years ago
  43. 161d289 Long lines by Brian Anderson · 13 years ago
  44. 8cbf817 Fix doc comment by Brian Anderson · 13 years ago
  45. 60ef609 Add priority_queue test for unique pointers by Brian Anderson · 13 years ago
  46. 90bebe3 Add various workaround attributes to priority_queue by Brian Anderson · 13 years ago
  47. ac695aa priority_queue: add docstring for from_vec by Daniel Micay · 13 years ago
  48. b3463ea priority_queue: replace copies with moves by Daniel Micay · 13 years ago
  49. 6c433f2 priority_queue: clean up naming by Daniel Micay · 13 years ago
  50. ab75d39 priority_queue: fix test compilation by Daniel Micay · 13 years ago
  51. 04df723 priority_queue: fix siftup/siftdown naming by Daniel Micay · 13 years ago
  52. 7bd0d71 priority_queue: avoid copy with top and maybe_top by Daniel Micay · 13 years ago
  53. e00c3b0 priority_queue: fix to_sorted_vec off-by-one error by Daniel Micay · 13 years ago
  54. 8b13bf7 priority_queue: replace some copies with swaps by Daniel Micay · 13 years ago
  55. 285496b priority_queue: make from_vec a static method by Daniel Micay · 13 years ago
  56. 757a2af priority_queue: make to_vec/to_sorted_vec methods by Daniel Micay · 13 years ago
  57. dd2b32b add priority queue implementation (binary heap) by Daniel Micay · 13 years ago
  58. 7f8e302 Whitespace by Brian Anderson · 13 years ago
  59. 20ea37b rt: Do some casting to avoid warnings by Brian Anderson · 13 years ago
  60. 91067e9 Long lines by Brian Anderson · 13 years ago
  61. 81805e0 Check for oom in a few more places by Jesse Jones · 13 years ago
  62. 0402360 Abort instead of throwing on oom by Jesse Jones · 13 years ago
  63. e8d2d55 Made a bunch more classes non-copyable by Jesse Jones · 13 years ago
  64. eca23da Instead of returning a bool (which everyone ignored) pop asserts by Jesse Jones · 13 years ago
  65. 6bab226 Check for realloc failure and bad subscripts by Jesse Jones · 13 years ago
  66. cf1c3d2 polymorphic indexed_list fixes: by Jesse Jones · 13 years ago
  67. fc740a7 Improvements to array_list, hash_map, and indexed_list: by Jesse Jones · 13 years ago
  68. 2f3d4f6 rewrite uint::to_str_bytes to avoid raw pointers by Tim Taubert · 13 years ago
  69. ebd9ad4 librustc: Add a lint mode for deprecated self. r=brson by Patrick Walton · 13 years ago
  70. 41c0d70 librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix by Patrick Walton · 13 years ago
  71. 8a9ccf8 librustc: Implement a lint mode for default methods. r=brson by Patrick Walton · 13 years ago
  72. 99fa9c3 Revert "librustc: Implement a lint mode for default methods" by Patrick Walton · 13 years ago
  73. 593f414 test: Add a test for trait inheritance with self as a type parameter. rs=test-only by Patrick Walton · 13 years ago
  74. 53b181d librustc: Implement a lint mode for default methods by Patrick Walton · 13 years ago
  75. bdb2d65 librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=crashing-servo by Patrick Walton · 13 years ago
  76. 309cdfd Remove more uses of 'move' from core::vec by Brian Anderson · 13 years ago
  77. 2c21f34 Rewrite core::vec::shift to not allocate by Brian Anderson · 13 years ago
  78. dbc52ce xfail-fast run-pass/stat.rs by Brian Anderson · 13 years ago
  79. a9601bc Fix broken tests by Brian Anderson · 13 years ago
  80. 0afe002 Fix broken test by Brian Anderson · 13 years ago
  81. 3a5b6a7 Fix trait-inheritance-overloading-xc and un-xfail by Tim Chevalier · 13 years ago
  82. 0a1ac75d Merge remote-tracking branch 'thestinger/vim' by Brian Anderson · 13 years ago
  83. 8979695 Fix broken tests by Brian Anderson · 13 years ago
  84. abe33f1 Un-xfail tests that work now by Tim Chevalier · 13 years ago
  85. e6d1b02 Rename core::comm to core::oldcomm by Brian Anderson · 13 years ago
  86. 80ef724 Remove spawn_listener, spawn_conversation by Brian Anderson · 13 years ago
  87. dff2853 Remove bench/shootout-threadring.rs by Brian Anderson · 13 years ago
  88. 05a35a2 Remove two comm-oriented benchmarks that have pipe equivs by Brian Anderson · 13 years ago
  89. 01a6524 Stop using spawn_conversation in chan_from_global_ptr by Brian Anderson · 13 years ago
  90. c35a858 Fix broken tests by Brian Anderson · 13 years ago
  91. ebc1903 Fix broken tests by Brian Anderson · 13 years ago
  92. c7f7be8 update syntax/rust.vim for keyword changes by Daniel Micay · 13 years ago
  93. 1b9f740 librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix by Patrick Walton · 13 years ago
  94. 4559895 Update src/test/run-pass/static-fn-trait-xc.rs by Brian Anderson · 13 years ago
  95. b07a78b Fix broken tests by Brian Anderson · 13 years ago
  96. 9677fff Fix benchmarks by Brian Anderson · 13 years ago
  97. 786c143 Begin renaming serialization to std::serialize. (snapshot) by Erick Tryzelaar · 13 years ago
  98. c3f0aa9 test: Fix last-use-corner-cases. rs=bustage by Patrick Walton · 13 years ago
  99. 57e4ed4 librustc: Add missing case in mem_categorization. rs=bugfix by Patrick Walton · 13 years ago
  100. 036b26a librustc: Remove merge markers. rs=oops by Patrick Walton · 13 years ago