0.5 release
0.5 release
  1. 8b98e5a doc: Mention argument bindings in manual by Brian Anderson · 13 years ago 0.5 release-0.5
  2. 45e62d0 tutorial: Discuss argument patterns by Brian Anderson · 13 years ago
  3. d098faa tutorial: Clarify description of trait inheritance by Brian Anderson · 13 years ago
  4. 21c9d08 tutorial: Fix broken examples by Brian Anderson · 13 years ago
  5. f26df46 tutorial: Re-remove core:: prefix from some examples by Brian Anderson · 13 years ago
  6. d38f784 tutorial: Typo by Brian Anderson · 13 years ago
  7. b7354f1 tutorial: Clean up language about syntax extensions by Brian Anderson · 13 years ago
  8. 30fac74 tutorial: Try to fit the early discussion of :: in better by Brian Anderson · 13 years ago
  9. cbddd5e tutorial: Remove some trivia about operators by Brian Anderson · 13 years ago
  10. 2f615dc tutorial: Editing by Brian Anderson · 13 years ago
  11. e4b3915 tutorial: Fix example in syntax basics section by Brian Anderson · 13 years ago
  12. 1983e54 tutorial: Update scope by Brian Anderson · 13 years ago
  13. 072017e tutorial: Mention rusti with other tools by Brian Anderson · 13 years ago
  14. 201039c tutorial: Discuss the primitive types along with their literals by Brian Anderson · 13 years ago
  15. 107b2e5 tutorial: It doesn't matter that Rust identifiers are the same as C by Brian Anderson · 13 years ago
  16. 36e2c10 tutorial: Integrate constants into main intro text by Brian Anderson · 13 years ago
  17. e06ca65 tutorial: Remove the section on constants by Brian Anderson · 13 years ago
  18. 0b0b50a tutorial: Remove the entire 'Types' section by Brian Anderson · 13 years ago
  19. 6468121 tutorial: Remove mutable vector syntax by Brian Anderson · 13 years ago
  20. e0f9f89 tutorial: Remove confusing discussion about semicolons by Brian Anderson · 13 years ago
  21. 9cbc0fd tutorial: Fix formatting by Brian Anderson · 13 years ago
  22. a24b9e0 tutorial: update intro by Brian Anderson · 13 years ago
  23. f15ccc0 tutorial: Update for moves based on type by Brian Anderson · 13 years ago
  24. 41870da tutorial: Typos by Brian Anderson · 13 years ago
  25. 191b328 tutorial: Move method discussion after closures, before generics by Brian Anderson · 13 years ago
  26. af5cd34 Move mast static method to the section on methods by Brian Anderson · 13 years ago
  27. 42ab33e Use explicit self in rest of tutorial by Brian Anderson · 13 years ago
  28. 171e6a16 tutorial: Rewrite method section to deal with explicit self by Brian Anderson · 13 years ago
  29. 7d2c2db tutorial: Reorder sections on traits by Brian Anderson · 13 years ago
  30. 850050b doc: 'trait constraints' -> 'inheritance'. Expand by Brian Anderson · 13 years ago
  31. 66aadec doc: describe the Drop trait. cc: #4217 by Graydon Hoare · 13 years ago
  32. 76a2891 Remove the cfg(stageN)-specific serialize code. by Erick Tryzelaar · 13 years ago
  33. faef329 Register snapshots by Erick Tryzelaar · 13 years ago
  34. e8102e7 core: Add a Zero and One trait to num by Erick Tryzelaar · 13 years ago
  35. 8554d5e doc: Mention tuple structs by Tim Chevalier · 13 years ago
  36. b99a254 docs: mention static methods by Tim Chevalier · 13 years ago
  37. 2d313fe Update docs to mention trait constraints; also fix failing doc tests by Tim Chevalier · 13 years ago
  38. b865b4b Fix a warning in the workcache test. by Erick Tryzelaar · 13 years ago
  39. c14105b Remove serialize::traits submodule. by Erick Tryzelaar · 13 years ago
  40. 9c673b2 Remove the old serialization code by Erick Tryzelaar · 13 years ago
  41. 6742c98 Bump version numbers in docs by Brian Anderson · 13 years ago
  42. e0072e3 doc: structure expressions. cc: #4217 by Graydon Hoare · 13 years ago
  43. 4676697 doc: mention moved and copied types. cc: #4217 by Graydon Hoare · 13 years ago
  44. bb66fce Mention module/type namespace merge in release notes by Brian Anderson · 13 years ago
  45. dac88fa Remove transitional path2 attribute by Brian Anderson · 13 years ago
  46. 78dc226 Register snapshots by Brian Anderson · 13 years ago
  47. 327c1f5 Add Isaac Aggrey to AUTHORS by Brian Anderson · 13 years ago
  48. 15049f6 Merge pull request #4225 from isaacaggrey/patch-1 by Brian Anderson · 13 years ago
  49. 63232d6 Fix doc typo by Isaac Aggrey · 13 years ago
  50. 2ad41b8 core: add unwrap methods to dvec, either, and mutable by Erick Tryzelaar · 13 years ago
  51. 82a983d Remove superfluous parentheses. by Erick Tryzelaar · 13 years ago
  52. a0ef334 core: use movable self to clean up option/result. by Erick Tryzelaar · 13 years ago
  53. 938058b Fix vec::flat_map_to_vec method by Erick Tryzelaar · 13 years ago
  54. 97ddf3c Stop resolving static methods at the module level. Closes #4179 by Brian Anderson · 13 years ago
  55. 8e28f23 core: add macro_rules! for "condition! { c: in -> out; }". by Graydon Hoare · 13 years ago
  56. 263136d 'trait instance' -> 'object' by Brian Anderson · 13 years ago
  57. 9057e98a0 Make #[path] work with absolute paths again. Fix check-fast by Brian Anderson · 13 years ago
  58. 80a4769 Update tutorial on generics. #4217 by Brian Anderson · 13 years ago
  59. a59747c Another tweak to auto_encode to only use trait-qualified static methods by Brian Anderson · 13 years ago
  60. 907fa74 Fix some iter tests by Brian Anderson · 13 years ago
  61. 6d4621d doc: a little more material on object types, part of #4217. by Graydon Hoare · 13 years ago
  62. d062896 Deal with test failures in various ways by Brian Anderson · 13 years ago
  63. 6d4fbd4 core: fix remaining repr bugs, r=burningtree. by Graydon Hoare · 13 years ago
  64. b46e25b Merge commit 'erickt/incoming^' into kind-names by Brian Anderson · 13 years ago
  65. 807ce62 Mention flatpipes in release notes by Brian Anderson · 13 years ago
  66. c704d26 Change auto_encode to call 'std::serialize::traits::Decode::decode' by Brian Anderson · 13 years ago
  67. 55138c7 fix 4 repr tests due to differences in spacing. r=burningtree. by Graydon Hoare · 13 years ago
  68. 0f5bd1e 'trait constraints' -> 'trait inheritance' by Brian Anderson · 13 years ago
  69. 85bb1fc Change iter::find's closure to take a ref by Erick Tryzelaar · 13 years ago
  70. 88962ee core: Add &self to core::iter methods by Erick Tryzelaar · 13 years ago
  71. 3fc74df fix warnings in vec destructuring tests by Erick Tryzelaar · 13 years ago
  72. 2356457 Change the default_methods lint mode from forbid to deny to fix tests by Brian Anderson · 13 years ago
  73. 5827f1c Fix build breakage by Brian Anderson · 13 years ago
  74. 8650c6f Switch from serialization to std::serialize. (snapshot) by Erick Tryzelaar · 13 years ago
  75. ec93058 std: Add flatpipes by Brian Anderson · 13 years ago
  76. 72f8a03 ~900 changes in 0.5 by Brian Anderson · 13 years ago
  77. 33a8f85 Make the path and path2 attributes equivalent. Remove some uses by Brian Anderson · 13 years ago
  78. 5ff99c27 add Jakub to AUTHORS by Graydon Hoare · 13 years ago
  79. 7ab66a4 core: remove old repr system, enable newer one. Close #3109. by Graydon Hoare · 13 years ago
  80. 6c83fe4 Add more tests by Jakub Wieczorek · 13 years ago
  81. 6530fd3 When matching a slice, the tail should have the same lifetime by Jakub Wieczorek · 13 years ago
  82. 1fdfd3b Simplify the exhaustiveness check and add comments by Jakub Wieczorek · 13 years ago
  83. 856dbac Use the same logic for _ and [..tail] when checking reachability by Jakub Wieczorek · 13 years ago
  84. 1968cb3 Add support for destructuring vectors in match expressions by Jakub Wieczorek · 13 years ago
  85. 5bf7ba0 Register snapshots by Brian Anderson · 13 years ago
  86. 6899872 Revert "Register snapshots" by Brian Anderson · 13 years ago
  87. d6d12d9 Register snapshots by Brian Anderson · 13 years ago
  88. f1e8773 add an empty PriorityQueue constructor by Daniel Micay · 13 years ago
  89. 02e804b test: Fix some broken test cases by Patrick Walton · 13 years ago
  90. fe9294e add Tim Taubert to AUTHORS by Graydon Hoare · 13 years ago
  91. 8311c94 Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytes by Brian Anderson · 13 years ago
  92. 70fbdb9 Merge pull request #4206 from paulstansifer/macro_tutorial_improvements by Brian Anderson · 13 years ago
  93. ceca0e8b Mention license change in release notes by Brian Anderson · 13 years ago
  94. 0ac6883 Mention priority queue in release notes by Brian Anderson · 13 years ago
  95. 161d289 Long lines by Brian Anderson · 13 years ago
  96. 8cbf817 Fix doc comment by Brian Anderson · 13 years ago
  97. 60ef609 Add priority_queue test for unique pointers by Brian Anderson · 13 years ago
  98. 90bebe3 Add various workaround attributes to priority_queue by Brian Anderson · 13 years ago
  99. ac695aa priority_queue: add docstring for from_vec by Daniel Micay · 13 years ago
  100. b3463ea priority_queue: replace copies with moves by Daniel Micay · 13 years ago