0.12.0 release
  1. 2288f33 Update html_root_url for 0.12.0 release by Brian Anderson · 11 years ago
  2. 9509092 auto merge of #17832 : brson/rust/updateversion, r=alexcrichton by bors · 11 years ago
  3. a3786db auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon by bors · 11 years ago
  4. e62ef37 auto merge of #17807 : nick29581/rust/slice6, r=aturon by bors · 11 years ago
  5. 1d6eda30 add missing btree re-exports by Alexis Beingessner · 11 years ago
  6. 8f4e855 library-level docs for collections by Alexis Beingessner · 11 years ago
  7. eb2fdc8 Reinstate AsSlice impls for Option and Result by Nick Cameron · 11 years ago
  8. 3b0550c Rename slicing methods by Nick Cameron · 11 years ago
  9. cd21e4a Rename slice::Slice by Nick Cameron · 11 years ago
  10. 2d38234 Put slicing syntax behind a feature gate. by Nick Cameron · 11 years ago
  11. 5997694 Use slice syntax instead of slice_to, etc. by Nick Cameron · 11 years ago
  12. d007d44 Revise DST test to not require duplicate errors. by Aaron Turon · 11 years ago
  13. 07cfc25 Remove core::any::AnyPrivate by Aaron Turon · 11 years ago
  14. 25e81d2 doc: Update output of `rustc --version` by Brian Anderson · 11 years ago
  15. b5ba2f5 auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcrichton by bors · 11 years ago
  16. 3a38797f auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton by bors · 11 years ago
  17. 3edcdbb auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton by bors · 11 years ago
  18. d1e0f72 Add example to doc for `slice::ImmutableSlice::binary_search`. by Felix S. Klock II · 11 years ago
  19. 7a6eaea rustdoc: Include lifetimes in re-exported bounds by Tom Jakubowski · 11 years ago
  20. 0d94fda auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw by bors · 11 years ago
  21. 7ce1a17 auto merge of #17812 : thestinger/rust/jemalloc, r=alexcrichton by bors · 11 years ago
  22. 3bd4475 rustdoc: Remove dummy UnknownBound variant by Tom Jakubowski · 11 years ago
  23. 7c8fc95 auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton by bors · 11 years ago
  24. 7be2057 rustdoc: Support unboxed fn sugar in bounds by Tom Jakubowski · 11 years ago
  25. 2f955c7 rustdoc: Correctly name lifetimes in bounds by Tom Jakubowski · 11 years ago
  26. 942bed7 rustdoc: make calls of markdown::render safer by Tom Jakubowski · 11 years ago
  27. 0e2f0ac auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton by bors · 11 years ago
  28. 893a114 Fixed iOS build (statics name lint) by Valerii Hiora · 11 years ago
  29. 8e58771 Remove the #[allow(non_uppercase_statics)] attr from bitflags! by P1start · 11 years ago
  30. e3ca987 Rename the file permission statics in std::io to be uppercase by P1start · 11 years ago
  31. f50b56c auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton by bors · 11 years ago
  32. 2421881 update jemalloc by Daniel Micay · 11 years ago
  33. 6d15f28 auto merge of #17809 : thestinger/rust/windows, r=eddyb by bors · 11 years ago
  34. 6bb648f work around yet another MinGW-w64 ASLR bug by Daniel Micay · 11 years ago
  35. 9978dc8 auto merge of #17794 : SimonSapin/rust/patch-8, r=alexcrichton by bors · 11 years ago
  36. b9896cb Fix handling of struct variants in a couple of places by Jakub Wieczorek · 11 years ago
  37. 1694bf6 Build regression test for issue #17021 with -g by Brian Koropoff · 11 years ago
  38. 24d7669 Handle emitting debug info for unboxed closures by Brian Koropoff · 11 years ago
  39. f56c1c9 auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton by bors · 11 years ago
  40. 714c8d8 Add regression test for issue #17734 by Brian Koropoff · 11 years ago
  41. 67d83f3 Fix cfg syntax warnings in libnative by Michael Gehring · 11 years ago
  42. 80401da String::truncate doc: also fails if not a char boundary by Simon Sapin · 11 years ago
  43. c586490 auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton by bors · 11 years ago
  44. 5660db2 auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger by bors · 11 years ago
  45. 3b8c528 auto merge of #17776 : luqmana/rust/ul, r=alexcrichton by bors · 11 years ago
  46. 0262066 auto merge of #17774 : lambda/rust/docs-mention-hoedown, r=steveklabnik by bors · 11 years ago
  47. 675aa76 Add tests for intrinsics::unreachable by Keegan McAllister · 11 years ago
  48. 401aeaf Add intrinsics::unreachable by Keegan McAllister · 11 years ago
  49. 5ca68d4 auto merge of #17772 : bkoropoff/rust/issue-17767, r=alexcrichton by bors · 11 years ago
  50. cc31d9c Give a more descriptive error when marking non-test items as #[test] by P1start · 11 years ago
  51. a29df44 Tweak ‘discriminant value already exists’ error message by P1start · 11 years ago
  52. dc987ad auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton by bors · 11 years ago
  53. 88baca7 Rename vector patterns to array patterns by P1start · 11 years ago
  54. 07aeac8 auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton by bors · 11 years ago
  55. a2e7c4d auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton by bors · 11 years ago
  56. e434aa1 auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb by bors · 11 years ago
  57. fe8f430 docs: Reference hoedown instead of sundown by Brian Campbell · 11 years ago
  58. 4b22178 Update LLVM. by Luqman Aden · 11 years ago
  59. e364584 Fix infinite recursion in Writer impl for &mut Writer by Brian Koropoff · 11 years ago
  60. 2d93a04 Register new snapshots by Björn Steinbrink · 11 years ago
  61. 2bb7956 Make examples for AtomicInt refer to AtomicInt by Peter Minten · 11 years ago
  62. 749ff5e auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb by bors · 11 years ago
  63. 1f7a8bc Correctly generate drop glue for `Box<str>` by Brian Koropoff · 11 years ago
  64. 6f6d13a Add regression test for issue #17758 by Brian Koropoff · 11 years ago
  65. 4c166ab Handle provided trait methods when giving inference error suggestions by Brian Koropoff · 11 years ago
  66. 8794107 auto merge of #17754 : O-I/rust/update-guide, r=steveklabnik by bors · 11 years ago
  67. 404db68 Add regression test for issue #17737 by Brian Koropoff · 11 years ago
  68. 908c9e6 auto merge of #17752 : SimonSapin/rust/patch-6, r=thestinger by bors · 11 years ago
  69. 8e455ea Fix type visitor glue for unboxed closures by Brian Koropoff · 11 years ago
  70. 136ab3c auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton by bors · 11 years ago
  71. 1e22b20 test: Fix a test that fails when cross compiling by Alex Crichton · 11 years ago
  72. c348550 auto merge of #17743 : steveklabnik/rust/receiver_fix, r=alexcrichton by bors · 11 years ago
  73. 9040948 Adds comma by Rahul Horé · 11 years ago
  74. 80eb616 Fix preallocation amount in String::from_utf16 by Simon Sapin · 11 years ago
  75. 083b46d Fixes wording by Rahul Horé · 11 years ago
  76. 0eb4df9 Removes extra . by Rahul Horé · 11 years ago
  77. d3f8f8a Adds missing cd by Rahul Horé · 11 years ago
  78. 39f4bf7 Test fixes from the rollup by Alex Crichton · 11 years ago
  79. 816c56e Use similar syntax in all arms by Rahul Horé · 11 years ago
  80. 060224a Fixes output by Rahul Horé · 11 years ago
  81. e8ddad1 Adds trailing comma by Rahul Horé · 11 years ago
  82. 8a6342f Fixes spacing by Rahul Horé · 11 years ago
  83. 71f752b Update signature of try_recv() by Steve Klabnik · 11 years ago
  84. 3aea7f1 Fix lev_distance by Till Hoeppner · 11 years ago
  85. 48cdb55 rollup merge of #17739 : eddyb/fix-process-test by Alex Crichton · 11 years ago
  86. 8993a0a rollup merge of #17730 : alexcrichton/snapshot by Alex Crichton · 11 years ago
  87. 79d0e82 rollup merge of #17729 : alexcrichton/issue-17718-start by Alex Crichton · 11 years ago
  88. 61c4f6d rollup merge of #17387 : sneves/master by Alex Crichton · 11 years ago
  89. 2a11f2b rollup merge of #17215 : P1start/lints by Alex Crichton · 11 years ago
  90. ef69388 Fix a race condition between remove_from_env and other io::process tests. by Eduard Burtescu · 11 years ago
  91. da7dcee tests: remove old compile-fail test asserting the removal of `const`. by Eduard Burtescu · 11 years ago
  92. 521ca31 Add some more test coverage of by-ref unboxed closures by Brian Koropoff · 11 years ago
  93. a667a69 Move the lint for the stability lints to the method name only by P1start · 11 years ago
  94. f56c67b Change rustc pretty-printing to print [T, ..n] instead of [T, .. n] by P1start · 11 years ago
  95. 073a1ab Report trait/impl sig inconsistency before method/body inconsistency by P1start · 11 years ago
  96. 042cdee Correct error message for invalid `ref`/`mut` bindings by P1start · 11 years ago
  97. 4504412 Improve the `non_snake_case` lint to give better suggestions by P1start · 11 years ago
  98. 333592e Update the `unused` lint group to include more lints by P1start · 11 years ago
  99. 94bcd35 Set the `non_uppercase_statics` lint to warn by default by P1start · 11 years ago
  100. 9a2286d auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton by bors · 11 years ago