0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. 2deca58 Json doesn't need to depend on IoError to implement Encodable #13230 by Eunchong Yu · 11 years ago
  3. 1c2ccf0 auto merge of #13221 : thestinger/rust/append, r=alexcrichton by bors · 11 years ago
  4. abb6162 auto merge of #13220 : brson/rust/from_iter, r=thestinger by bors · 11 years ago
  5. 6281299 auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichton by bors · 11 years ago
  6. cbbc1fc vec: convert `append` and `append_one` to methods by Daniel Micay · 11 years ago
  7. ee05219 Rename `from_iterator` to `from_iter` for consistency. by Brian Anderson · 11 years ago
  8. cfb52a5 mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 by Brian Anderson · 11 years ago
  9. 2674a16 auto merge of #13211 : csherratt/rust/arc_fix, r=alexcrichton by bors · 11 years ago
  10. 90085a1 auto merge of #13215 : sfackler/rust/vim-attr, r=alexcrichton by bors · 11 years ago
  11. 6e69712 Support new attribute syntax in vim syntax file by Steven Fackler · 11 years ago
  12. 9fc45c1 Check that the old value was 1 and not 0 when dropping a Arc value. by Colin Sherratt · 11 years ago
  13. 7c2abe7 make shootout-k-nucleotide.rs pass official test by Guillaume Pinot · 11 years ago
  14. edc7ad1 Updated references to extra in libcollections docs by Scott Jenkins · 11 years ago
  15. c356e3b Removed deprecated functions `map` and `flat_map` for vectors and slices. by Marvin Löbel · 11 years ago
  16. 86890b9 auto merge of #13200 : sfackler/rust/test-attr, r=cmr by bors · 11 years ago
  17. 9ed33c0 Use new inner attribute syntax in test framework by Steven Fackler · 11 years ago
  18. d878df0 auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton by bors · 11 years ago
  19. 3eb3a02 auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister by bors · 11 years ago
  20. df9cf18 auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton by bors · 11 years ago
  21. 02d186a auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson by bors · 11 years ago
  22. 8610e4a auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson by bors · 11 years ago
  23. 74128b1 auto merge of #13187 : brson/rust/dist, r=alexcrichton by bors · 11 years ago
  24. 6584f37 auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton by bors · 11 years ago
  25. b334f7c auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis by bors · 11 years ago
  26. bec333c dist: Tweak the OSX pkg installer by Alex Crichton · 11 years ago
  27. a9c6061 Register new snapshot by Flavio Percoco · 11 years ago
  28. 451e8c1 Convert most code to new inner attribute syntax. by Brian Anderson · 11 years ago
  29. c6bbb95 syntax: Accept meta matchers in macros by Alex Crichton · 11 years ago
  30. c5f8ca5 install: More error handling by Brian Anderson · 11 years ago
  31. c91ce02 install: Extract function for creating absolute paths and reuse it by Brian Anderson · 11 years ago
  32. 766a7c2 install: Fix string formatting in an error by Brian Anderson · 11 years ago
  33. 2205c48 install: Explicitly delete the manifest during uninstall. Misc cleanup by Brian Anderson · 11 years ago
  34. 01d823b install: Verify that installed compiler runs by Brian Anderson · 11 years ago
  35. cbfc0a5 auto merge of #13161 : FlaPer87/rust/master, r=alexcrichton by bors · 11 years ago
  36. 42e1003 auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson by bors · 11 years ago
  37. 68c2706 native: Ignore SIGPIPE by default by Alex Crichton · 11 years ago
  38. 0e190b9 native: Use WNOHANG before signaling by Alex Crichton · 11 years ago
  39. 2e6607a Remove `Freeze` and add `Share` in vim's syntax by Flavio Percoco · 11 years ago
  40. b0e3cb5 Remove a RefCell from pprust::State. by Eduard Burtescu · 11 years ago
  41. f65638e De-@ IdentInterner. by Eduard Burtescu · 11 years ago
  42. 83c4e25 De-@ NamedMatch. by Eduard Burtescu · 11 years ago
  43. 8f226e5 De-@ TokenTree. by Eduard Burtescu · 11 years ago
  44. 7cf4d8b Used inherited mutability in lexer::Reader. by Eduard Burtescu · 11 years ago
  45. 63b233c std and green: fix some warnings by Erick Tryzelaar · 11 years ago
  46. e0e8e95 test: remove pure test, which is now redundant with inline tests by Erick Tryzelaar · 11 years ago
  47. a47d52c collections: remove List by Erick Tryzelaar · 11 years ago
  48. b8601a3 auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger by bors · 11 years ago
  49. 794ee03 auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichton by bors · 11 years ago
  50. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  51. b6ea796 auto merge of #13149 : brson/rust/rustdoclogo, r=alexcrichton by bors · 11 years ago
  52. ff64381 auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt by bors · 11 years ago
  53. 5a68892 auto merge of #13108 : pongad/rust/lintraw, r=huonw by bors · 11 years ago
  54. 7e987c3 auto merge of #13173 : alexcrichton/rust/rustdoc-mods, r=huonw by bors · 11 years ago
  55. f4518cd Initial support for emitting DWARF for static vars. by gentlefolk · 11 years ago
  56. f1739b1 serialize: use Result by Sean McArthur · 11 years ago
  57. 940bfb2 Revert "Modules are either public, or private, so private modules should be stripped out" by Alex Crichton · 11 years ago
  58. 13dafa0 auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw by bors · 11 years ago
  59. 8eaada5 auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson by bors · 11 years ago
  60. 8d0be73 doc: Update the tutorial about bounds for traits by Alex Crichton · 11 years ago
  61. bb9172d Fix fallout of removing default bounds by Alex Crichton · 11 years ago
  62. bdd24b2 rustc: Stop adding the Send bound implicitly by Alex Crichton · 11 years ago
  63. 3b04fba auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brson by bors · 11 years ago
  64. 25e5238 auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis by bors · 11 years ago
  65. 5258e13 test/run-pass/out-of-stack: prevent tco by Corey Richardson · 11 years ago
  66. fdfb9eb verify-grammar llnextgen by Jan Kobler · 11 years ago
  67. 2b05263 verify-grammar keyword crate by Jan Kobler · 11 years ago
  68. e560db7 auto merge of #13034 : edwardw/rust/match, r=nikomatsakis by bors · 11 years ago
  69. b8ed136 Address review by Corey Richardson · 11 years ago
  70. 7febdb7 rustc: mark references w/anonymous lifetime nocapture by Corey Richardson · 11 years ago
  71. 4112941 _match.rs: prune sub-match tree too aggressively by Edward Wang · 11 years ago
  72. 5744556 Added lint for #[deriving] structs and enums with unsafe pointers. #13032. by Michael Darakananda · 11 years ago
  73. 6f7ef1e rustc: Fix tests for sysroot changes by Brian Anderson · 11 years ago
  74. c329a17 auto merge of #13079 : alexcrichton/rust/colons, r=cmr by bors · 11 years ago
  75. 545f012 rustc: Fix detection of lib64 directory by Brian Anderson · 11 years ago
  76. c060e2e install: Don't allow installation over the install files by Brian Anderson · 11 years ago
  77. c83994e auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson by bors · 11 years ago
  78. 92d0ec2 install: name the bundled manifest 'manifest.in'. Cleanup by Brian Anderson · 11 years ago
  79. 8118406 syntax: Tweak parsing bounds on generics paths by Alex Crichton · 11 years ago
  80. 533a526 auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichton by bors · 11 years ago
  81. 2c71cdf auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmr by bors · 11 years ago
  82. 7de4841 syntax: Permit visibility on tuple fields by Alex Crichton · 11 years ago
  83. 104aaa4 rustc: Relax restriction on privacy for fields by Alex Crichton · 11 years ago
  84. 0cbb1ce Add test using early-bound lifetimes in trait generic parameters. by Felix S. Klock II · 11 years ago
  85. ab8e026 Fix Repr impl for method::Candidate to include the method_ty. by Felix S. Klock II · 11 years ago
  86. 6b5ca8b Fix #13140: Early/Late Bound related ICEs. by Felix S. Klock II · 11 years ago
  87. e12fda1 bench: Put the spawn bench back on libgreen by Alex Crichton · 11 years ago
  88. 5da14c0 auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton by bors · 11 years ago
  89. 4d6c47b Derive TotalEq for std::intrinsics::TypeId by Tomas Sedovic · 11 years ago
  90. 6419848 syntax: add a missing span rewrite in fold. by Huon Wilson · 11 years ago
  91. 85ff90c syntax: add a some docs/clarification to the fields of ExpnInfo. by Huon Wilson · 11 years ago
  92. 0908ffa auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger by bors · 11 years ago
  93. 82c8cb2 auto merge of #13133 : alexcrichton/rust/issue-13130, r=brson by bors · 11 years ago
  94. de85948 auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson by bors · 11 years ago
  95. ce1e48a install: Support --libdir and --mandir correctly by Brian Anderson · 11 years ago
  96. 6bac560 auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton by bors · 11 years ago
  97. e28f081 auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brson by bors · 11 years ago
  98. d252539 mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE by Brian Anderson · 11 years ago
  99. f772e31 rustc: Stop relying on CFG_LIBDIR_RELATIVE by Brian Anderson · 11 years ago
  100. 6f9b30c configure: Make rustlibdir non-configurable by Brian Anderson · 11 years ago