0.5 release
0.5 release
  1. 76a2891 Remove the cfg(stageN)-specific serialize code. by Erick Tryzelaar · 13 years ago
  2. b865b4b Fix a warning in the workcache test. by Erick Tryzelaar · 13 years ago
  3. c14105b Remove serialize::traits submodule. by Erick Tryzelaar · 13 years ago
  4. 9c673b2 Remove the old serialization code by Erick Tryzelaar · 13 years ago
  5. 82a983d Remove superfluous parentheses. by Erick Tryzelaar · 13 years ago
  6. 97ddf3c Stop resolving static methods at the module level. Closes #4179 by Brian Anderson · 13 years ago
  7. 5827f1c Fix build breakage by Brian Anderson · 13 years ago
  8. 8650c6f Switch from serialization to std::serialize. (snapshot) by Erick Tryzelaar · 13 years ago
  9. ec93058 std: Add flatpipes by Brian Anderson · 13 years ago
  10. 5bf7ba0 Register snapshots by Brian Anderson · 13 years ago
  11. 6899872 Revert "Register snapshots" by Brian Anderson · 13 years ago
  12. d6d12d9 Register snapshots by Brian Anderson · 13 years ago
  13. f1e8773 add an empty PriorityQueue constructor by Daniel Micay · 13 years ago
  14. 161d289 Long lines by Brian Anderson · 13 years ago
  15. 8cbf817 Fix doc comment by Brian Anderson · 13 years ago
  16. 60ef609 Add priority_queue test for unique pointers by Brian Anderson · 13 years ago
  17. 90bebe3 Add various workaround attributes to priority_queue by Brian Anderson · 13 years ago
  18. ac695aa priority_queue: add docstring for from_vec by Daniel Micay · 13 years ago
  19. b3463ea priority_queue: replace copies with moves by Daniel Micay · 13 years ago
  20. 6c433f2 priority_queue: clean up naming by Daniel Micay · 13 years ago
  21. ab75d39 priority_queue: fix test compilation by Daniel Micay · 13 years ago
  22. 04df723 priority_queue: fix siftup/siftdown naming by Daniel Micay · 13 years ago
  23. 7bd0d71 priority_queue: avoid copy with top and maybe_top by Daniel Micay · 13 years ago
  24. e00c3b0 priority_queue: fix to_sorted_vec off-by-one error by Daniel Micay · 13 years ago
  25. 8b13bf7 priority_queue: replace some copies with swaps by Daniel Micay · 13 years ago
  26. 285496b priority_queue: make from_vec a static method by Daniel Micay · 13 years ago
  27. 757a2af priority_queue: make to_vec/to_sorted_vec methods by Daniel Micay · 13 years ago
  28. dd2b32b add priority queue implementation (binary heap) by Daniel Micay · 13 years ago
  29. e6d1b02 Rename core::comm to core::oldcomm by Brian Anderson · 13 years ago
  30. 786c143 Begin renaming serialization to std::serialize. (snapshot) by Erick Tryzelaar · 13 years ago
  31. 7798211 Long lines by Brian Anderson · 13 years ago
  32. e7ef82d Change some uses of static methods to use the trait path by Brian Anderson · 13 years ago
  33. d809e89 Replace some Eq impls with deriving_eq by Brian Anderson · 13 years ago
  34. 742f354 std: Convert records to structs in getopts by Brian Anderson · 13 years ago
  35. ed4fac0 Rename Send trait to Owned by Brian Anderson · 13 years ago
  36. a277081 Rename Owned trait to Durable by Brian Anderson · 13 years ago
  37. 4c2e4c37 librustc: Make `use` statements crate-relative by default. r=brson by Patrick Walton · 13 years ago
  38. 38bd694 Reverse the order of the results of pipes::stream by Tim Chevalier · 13 years ago
  39. 76dc781 libstd: Implement read_managed_str for the JSON deserialiser. by Huon Wilson · 13 years ago
  40. a55ea48 libstd: refactor future, remove with(), remove ~ indirection. by Graydon Hoare · 13 years ago
  41. 3ee1adb libstd: teach workcache to check freshness. by Graydon Hoare · 13 years ago
  42. 12c32e9 Add license boilerplate to more files. by Graydon Hoare · 13 years ago
  43. 1b48101 Minor cleanups to pipes and serialization by Brian Anderson · 13 years ago
  44. 9723d3a Remove transitional code by Brian Anderson · 13 years ago
  45. 7b37730 Make short flags with a single-char arg work in getopts by Tim Chevalier · 13 years ago
  46. 98fdcb0 librustc: De-mode pattern bindings. r=nmatsakis by Patrick Walton · 13 years ago
  47. 7a365e4 make bblum happy by Tim Chevalier · 13 years ago
  48. d2ad028 Rename std::ebml::Reader => std::ebml::reader, same for writer by Tim Chevalier · 13 years ago
  49. 33c1e47 librustc: Implement moves based on type. r=nmatsakis by Patrick Walton · 13 years ago
  50. d1ebdbe librustc: Implement explicit self for Add and Index; add a hack in the borrow checker to support this. r=nmatsakis by Patrick Walton · 13 years ago
  51. 00c856c Update license, add license boilerplate to most files. Remainder will follow. by Graydon Hoare · 13 years ago
  52. d783f4d libs: Remove transitionary material on iter_bytes, add workcache to build. by Graydon Hoare · 13 years ago
  53. 3ed9fbd impls of traits cannot define methods on the anonymous trait by Brian Anderson · 13 years ago
  54. a0617ea librustc: Eliminate most expressions of the form `a.b()` that are not method calls. rs=refactoring by Patrick Walton · 13 years ago
  55. 9e1c9be librustc: Make the Drop trait use explicit self by Patrick Walton · 13 years ago
  56. 5a282ec core: Convert some records to structs by Brian Anderson · 13 years ago
  57. 16f72df Merge remote-tracking branch 'erickt/time' by Brian Anderson · 13 years ago
  58. fc06114 Merge remote-tracking branch 'brson/companion' into incoming by Brian Anderson · 13 years ago
  59. 8179e26 Register snapshots by Brian Anderson · 13 years ago
  60. 669fbdd librustc: Add explicit self to IterBytes. r=nmatsakis by Patrick Walton · 13 years ago
  61. 082a88e Merge pull request #4032 from catamorphism/getopts by Graydon Hoare · 13 years ago
  62. b21e9d5 core: Add Clone trait by Brian Anderson · 13 years ago
  63. cd6300e libstd: turn time::Tm and time::Timespec into structs by Erick Tryzelaar · 13 years ago
  64. a18f0d4 Made Tm_ a struct instead of a record and added serialization support to Tm and Tm_. by Jesse Jones · 13 years ago
  65. 5c0206a Rename insert_with functions to update, update_with_key by Brian Anderson · 13 years ago
  66. ff4075e Add improvements to insert_with_key by Kevin Cantu · 13 years ago
  67. 7b13ef7 Test insert_with_key... by Kevin Cantu · 13 years ago
  68. a343e43 Add an insert_with_key function to the Map trait by Kevin Cantu · 13 years ago
  69. 77e5498 Long lines by Tim Chevalier · 13 years ago
  70. ec0c029 Split EBML module into a reader and a writer module by Tim Chevalier · 13 years ago
  71. f74fe89 [libstd] getopts, now with fewer copies by Tim Chevalier · 13 years ago
  72. dc34fb9 std: try to fix breakage. by Graydon Hoare · 13 years ago
  73. eeb584c std: initial sketch of workcache, barely does anything. by Graydon Hoare · 13 years ago
  74. 77ef4e7 change json::Deserializer to take a json enum by Erick Tryzelaar · 13 years ago
  75. e1a552a libstd: fix warnings in sort by Erick Tryzelaar · 13 years ago
  76. 9539724 Remove parentheses from closure argument types by Erick Tryzelaar · 13 years ago
  77. 318e534 rustc: Implement explicit self for Eq and Ord. r=graydon by Patrick Walton · 13 years ago
  78. 68c73dc Whitespace by Brian Anderson · 13 years ago
  79. 5e4ed70 Merge pull request #3998 from jesse99/feature/getopts by Tim Chevalier · 13 years ago
  80. 361aea9 Fixing warnings for long and blank lines by Jesse Jones · 13 years ago
  81. 333d268 Made merge_sort pure by Jesse Jones · 13 years ago
  82. 6d99a2f Made more stuff pure. by Jesse Jones · 13 years ago
  83. 15989ec Made most of the URL functions pure. by Jesse Jones · 13 years ago
  84. 2c0dab0 Made the time to string functions pure as well as empty_tm. by Jesse Jones · 13 years ago
  85. c58951e Replace TmMut with inherited mutability by Jesse Jones · 13 years ago
  86. a9e1358 Moved strptime and strftime into private helper functions. by Jesse Jones · 13 years ago
  87. 68c852a Made Map.contains_key, contains_key_ref, and get pure. by Jesse Jones · 13 years ago
  88. 340955b Added support for options that take no arguments and may be repeated. by Jesse Jones · 13 years ago
  89. 9b6f025 Rename thread_pool to task_pool by Tim Chevalier · 13 years ago
  90. 872cb5e std: Don't use Drop trait in thread_pool by Brian Anderson · 13 years ago
  91. 4589597 Convert libstd to use the Drop trait by Ben Striegel · 13 years ago
  92. c44c9a4 Revert "Convert libstd to use the Drop trait" by Brian Anderson · 13 years ago
  93. 28c7a25 Convert libstd to use the Drop trait by Ben Striegel · 13 years ago
  94. 4e1ce01 cleanup: convert some remaining #foo invocations to foo! form. by Graydon Hoare · 13 years ago
  95. 166c10e std: Eliminate copy warning by Brian Anderson · 13 years ago
  96. 1702024 Merge pull request #3923 from am0d/master by Brian Anderson · 13 years ago
  97. 062ac8c Fix whitespace issues from previous commits. by a_m0d · 13 years ago
  98. 70886d3 libstd: Implement a thread pool. r=brson by Patrick Walton · 13 years ago
  99. d42cf97 Fix trailing whitespace issues by a_m0d · 13 years ago
  100. 59a592f Add end_of_file handling to TcpBufferedSocket. by a_m0d · 13 years ago