0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. 1c2ccf0 auto merge of #13221 : thestinger/rust/append, r=alexcrichton by bors · 11 years ago
  3. 6281299 auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichton by bors · 11 years ago
  4. cbbc1fc vec: convert `append` and `append_one` to methods by Daniel Micay · 11 years ago
  5. 7c2abe7 make shootout-k-nucleotide.rs pass official test by Guillaume Pinot · 11 years ago
  6. c356e3b Removed deprecated functions `map` and `flat_map` for vectors and slices. by Marvin Löbel · 11 years ago
  7. d878df0 auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton by bors · 11 years ago
  8. 3eb3a02 auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister by bors · 11 years ago
  9. b334f7c auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis by bors · 11 years ago
  10. 451e8c1 Convert most code to new inner attribute syntax. by Brian Anderson · 11 years ago
  11. c6bbb95 syntax: Accept meta matchers in macros by Alex Crichton · 11 years ago
  12. 42e1003 auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson by bors · 11 years ago
  13. 68c2706 native: Ignore SIGPIPE by default by Alex Crichton · 11 years ago
  14. 0e190b9 native: Use WNOHANG before signaling by Alex Crichton · 11 years ago
  15. e0e8e95 test: remove pure test, which is now redundant with inline tests by Erick Tryzelaar · 11 years ago
  16. a47d52c collections: remove List by Erick Tryzelaar · 11 years ago
  17. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  18. ff64381 auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt by bors · 11 years ago
  19. 5a68892 auto merge of #13108 : pongad/rust/lintraw, r=huonw by bors · 11 years ago
  20. f4518cd Initial support for emitting DWARF for static vars. by gentlefolk · 11 years ago
  21. f1739b1 serialize: use Result by Sean McArthur · 11 years ago
  22. 13dafa0 auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw by bors · 11 years ago
  23. bb9172d Fix fallout of removing default bounds by Alex Crichton · 11 years ago
  24. 3b04fba auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brson by bors · 11 years ago
  25. 25e5238 auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis by bors · 11 years ago
  26. 5258e13 test/run-pass/out-of-stack: prevent tco by Corey Richardson · 11 years ago
  27. e560db7 auto merge of #13034 : edwardw/rust/match, r=nikomatsakis by bors · 11 years ago
  28. 4112941 _match.rs: prune sub-match tree too aggressively by Edward Wang · 11 years ago
  29. 5744556 Added lint for #[deriving] structs and enums with unsafe pointers. #13032. by Michael Darakananda · 11 years ago
  30. c329a17 auto merge of #13079 : alexcrichton/rust/colons, r=cmr by bors · 11 years ago
  31. c83994e auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson by bors · 11 years ago
  32. 8118406 syntax: Tweak parsing bounds on generics paths by Alex Crichton · 11 years ago
  33. 104aaa4 rustc: Relax restriction on privacy for fields by Alex Crichton · 11 years ago
  34. 0cbb1ce Add test using early-bound lifetimes in trait generic parameters. by Felix S. Klock II · 11 years ago
  35. e12fda1 bench: Put the spawn bench back on libgreen by Alex Crichton · 11 years ago
  36. de85948 auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson by bors · 11 years ago
  37. 5d5634a auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=nikomatsakis by bors · 11 years ago
  38. 6bf3fca auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson by bors · 11 years ago
  39. 5163a26 test: Update all tests with the sync changes by Alex Crichton · 11 years ago
  40. 3ccad75 rustc: Remove all crate map support by Alex Crichton · 11 years ago
  41. b19261a green: Remove the dependence on the crate map by Alex Crichton · 11 years ago
  42. 9021a3f rustc: Completely forbid borrows of unsafe statics by Flavio Percoco · 11 years ago
  43. f8f60d8 auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton by bors · 11 years ago
  44. 841f31e auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton by bors · 11 years ago
  45. 903e838 auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger by bors · 11 years ago
  46. f6db0ef std: remove the `equals` method from `TotalEq`. by Huon Wilson · 11 years ago
  47. f0f5072 rustc: Change the filename of compressed bitcode by Piotr Czarnecki · 11 years ago
  48. 11c6817 auto merge of #13090 : thestinger/rust/iter, r=Aatch by bors · 11 years ago
  49. ae42905 iter: remove `to_owned_vec` by Daniel Micay · 11 years ago
  50. 2ddb605 auto merge of #13088 : thestinger/rust/hashmap, r=cmr by bors · 11 years ago
  51. 3829ac2 use TotalEq for HashMap by Daniel Micay · 11 years ago
  52. 3d9fdf7 auto merge of #13089 : thestinger/rust/managed, r=Aatch by bors · 11 years ago
  53. 31d5ffc make std::managed private by Daniel Micay · 11 years ago
  54. 087ec2a Implement cross-crate support for autoderef. Closes #13044. by Eduard Burtescu · 11 years ago
  55. 75d7d52 Implement vtable support for autoderef. Closes #13042. by Eduard Burtescu · 11 years ago
  56. 7e7a5e3 auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton by bors · 11 years ago
  57. 3fb1ed0 rustc: Remove all usage of manual deref() by Alex Crichton · 11 years ago
  58. 76f0b1a test: Fix fallout of removing get() by Alex Crichton · 11 years ago
  59. 90e9d8e test: Remove Freeze / NoFreeze from tests by Flavio Percoco · 11 years ago
  60. 069cede auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton by bors · 11 years ago
  61. ab1dd09 rustc: Switch defaults from libgreen to libnative by Alex Crichton · 11 years ago
  62. cda3334 syntax: allow `trace_macros!` and `log_syntax!` in item position. by Huon Wilson · 11 years ago
  63. 6d778ff Remove outdated and unnecessary std::vec_ng::Vec imports. by Huon Wilson · 11 years ago
  64. af79a5a test: Make manual changes to deal with the fallout from removal of by Patrick Walton · 11 years ago
  65. 579eb24 test: Automatically remove all `~[T]` from tests. by Patrick Walton · 11 years ago
  66. 84a91b8 syntax: Tidy up parsing the new attribute syntax by Alex Crichton · 11 years ago
  67. 4e00cf6 Added new attribute syntax with backward compatibility. by Daniel Fagnan · 11 years ago
  68. eb25c42 std: Make the generic atomics take unsafe pointers by Brian Anderson · 11 years ago
  69. b568efc auto merge of #13020 : alexcrichton/rust/vec, r=brson by bors · 11 years ago
  70. f3fef9a std: Make atomics immutable. #11583 by Brian Anderson · 11 years ago
  71. da36251 Removing imports of std::vec_ng::Vec by Alex Crichton · 11 years ago
  72. c01e2f0 auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw by bors · 11 years ago
  73. 8e28520 auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis by bors · 11 years ago
  74. 68a3ec0 Allow static items that don't fulfill `Freeze` by Flavio Percoco · 11 years ago
  75. ff1c49f Forbid borrow of static items with unsafe interior by Flavio Percoco · 11 years ago
  76. 12ecafb Replace Freeze bounds with Share bounds by Flavio Percoco · 11 years ago
  77. 14f656d rename std::vec_ng -> std::vec by Daniel Micay · 11 years ago
  78. ce620320 rename std::vec -> std::slice by Daniel Micay · 11 years ago
  79. 068740b rustc: Prevent false positives in crate loading by Alex Crichton · 11 years ago
  80. 2d31bca rustc: Fix x86 ffi for empty struct arguments by klutzy · 11 years ago
  81. 7437995 rustc: Fix x86 ffi for struct arguments by klutzy · 11 years ago
  82. 87e72c3 auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichton by bors · 11 years ago
  83. 20e178c libsyntax: librustdoc: ignore utf-8 BOM in .rs files Closes #12974 by Liigo Zhuang · 11 years ago
  84. 3301223 Fix linkage1 test which fails due to --as-needed by Nick Cameron · 11 years ago
  85. 083d423 Move syntax-extension-hexfloat.rs by Nick Cameron · 11 years ago
  86. 873f740 rustc: test: don't silently ignore bad benches by Corey Richardson · 11 years ago
  87. 1607871d rustc: disallow duplicate methods in trait impls by Corey Richardson · 11 years ago
  88. 6a7306f test: Fix android tests by Alex Crichton · 11 years ago
  89. af93684 auto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton by bors · 11 years ago
  90. 0a181a8 auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomatsakis by bors · 11 years ago
  91. 50e3aa3 auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r=alexcrichton by bors · 11 years ago
  92. 695114e rustc: disallow trailing parentheses for nullary enum variants by Laurent Bonnans · 11 years ago
  93. 4e1172e auto merge of #12937 : sinistersnare/rust/method-error-message, r=huonw by bors · 11 years ago
  94. 13d73e9 Remove AtomicFlag by Cadence Marseille · 11 years ago
  95. 8b6592e Asked if missing (), then asks about an anonymous function. Also added test. by Davis Silverman · 11 years ago
  96. cdd4f6e Fix a test that was missed in the liblog PR by Edward Wang · 11 years ago
  97. 0015cab Test fixes and rebase conflicts by Alex Crichton · 11 years ago
  98. cc6ec8d log: Introduce liblog, the old std::logging by Alex Crichton · 11 years ago
  99. fc7a112 auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson by bors · 11 years ago
  100. 2682c47 auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton by bors · 11 years ago