0.9 release
  1. 97005c0 auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton by bors · 12 years ago
  2. 430652c auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton by bors · 12 years ago
  3. ad3a179 Fix CodeMap issue in expand_include_str() by Michael Woerister · 12 years ago
  4. 464d1d0 auto merge of #11405 : huonw/rust/moredocs, r=huonw by bors · 12 years ago
  5. fda71f2 auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton by bors · 12 years ago
  6. e4804ac Fix leaking trait imports across modules by Alex Crichton · 12 years ago
  7. d323632 'borrowed pointer' -> 'reference' by Brian Anderson · 12 years ago
  8. b7ff9c1 libextra: Introduce typed arenas. by Patrick Walton · 12 years ago
  9. 7dbd12a auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson by bors · 12 years ago
  10. ba6ed00 auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson by bors · 12 years ago
  11. bc395bc auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton by bors · 12 years ago
  12. ac2a24e Support arbitrary stdout/stderr/logger handles by Alex Crichton · 12 years ago
  13. 6be2bc8 Add lint for unnecessary casts by Florian Hahn · 12 years ago
  14. b7e58ce Don't attempt duplicate outputs by Alex Crichton · 12 years ago
  15. 8b71b64 auto merge of #11333 : cmr/rust/triage2, r=alexcrichton by bors · 12 years ago
  16. c58bb23 auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw by bors · 12 years ago
  17. 9c8813f Guarantee that native tasks wait for children by Alex Crichton · 12 years ago
  18. 2097570 Fix some warnings by Corey Richardson · 12 years ago
  19. ccaf0b4 Remove a fixme by Corey Richardson · 12 years ago
  20. 9b2a8e1 Revert "std: adjust requested stack size for thread-local storage." by Huon Wilson · 12 years ago
  21. eadfe0e Don't abort the process in native::start by Alex Crichton · 12 years ago
  22. 19cff91 auto merge of #11188 : brson/rust/noderef, r=brson by bors · 12 years ago
  23. 2d8fbba rustc: Add error about obsolete struct deref by Brian Anderson · 12 years ago
  24. 3b1862a Don't allow newtype structs to be dereferenced. #6246 by Brian Anderson · 12 years ago
  25. 55d4923 auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton by bors · 12 years ago
  26. 18cef3f Don't allow single-variant enums to be dereferenced. #6246 by Brian Anderson · 12 years ago
  27. 3dd7c49 auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton by bors · 12 years ago
  28. f1b5f59 std: adjust requested stack size for thread-local storage. by Huon Wilson · 12 years ago
  29. 02c1d2f test: Make all the run-pass tests use `pub fn main` by Patrick Walton · 12 years ago
  30. c3694d7 test: De-`@mut` the test suite by Patrick Walton · 12 years ago
  31. df13c64 test: Get rid of some `@mut`s in borrow check tests by Patrick Walton · 12 years ago
  32. 65d55af test: Make `borrowck-assign-to-subfield` into a run-pass test, now that by Patrick Walton · 12 years ago
  33. 179c054 test: Remove all borrow check write guard tests by Patrick Walton · 12 years ago
  34. d3ae3a2 auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton by bors · 12 years ago
  35. 08321f1 auto merge of #11149 : alexcrichton/rust/remove-either, r=brson by bors · 12 years ago
  36. 4bea679 Remove std::either by Alex Crichton · 12 years ago
  37. 11ce6b7 auto merge of #11276 : brson/rust/0.9, r=pcwalton by bors · 12 years ago
  38. 8d47190 auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwalton by bors · 12 years ago
  39. fb46225 auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton by bors · 12 years ago
  40. 56ec9c2 Bump version to 0.9 by Brian Anderson · 12 years ago
  41. 0df9b85 auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton by bors · 12 years ago
  42. 3249de8 auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton by bors · 12 years ago
  43. 645bb32 debuginfo: Add test case for recursive enum types (issue #11083) by Michael Woerister · 12 years ago
  44. 8ba6151 auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton by bors · 12 years ago
  45. a969510 auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton by bors · 12 years ago
  46. 86835c9 Test column offset for #11184 by Jan Niklas Hasse · 12 years ago
  47. 8965e34 Add linting for `crate_type` attribute values. by a_m0d · 12 years ago
  48. f42a36c Remove `extern mod foo (name="bar")` syntax, closes #9543 by Florian Hahn · 12 years ago
  49. dd33b14 Fix usage of rustc --ls on invalid files by Alex Crichton · 12 years ago
  50. aca1749 Don't leave lingering files in doc tests by Alex Crichton · 12 years ago
  51. 8f26d0b syntax: expand impl_pretty_name to handle more cases. by Huon Wilson · 12 years ago
  52. 1dcc986 auto merge of #11173 : whitequark/rust/master, r=thestinger by bors · 12 years ago
  53. bd52e6a auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton by bors · 12 years ago
  54. 576a851 Mark provided methods in dead-code pass by Kiet Tran · 12 years ago
  55. 0daaeab Conservatively export all trait methods and impls by Alex Crichton · 12 years ago
  56. 870024a Disallow LTO with a preference to dynamic linking by Alex Crichton · 12 years ago
  57. f98f83a Implement volatile_load and volatile_store intrinsics. by Peter Zotov · 12 years ago
  58. 8562229 Revert "Embed Windows application manifest." by Vadim Chugunov · 12 years ago
  59. a4f30bf auto merge of #11185 : huonw/rust/doc-ignore, r=cmr by bors · 12 years ago
  60. f37b746 auto merge of #11182 : luisbg/rust/crateid, r=cmr by bors · 12 years ago
  61. 582ad8f rustdoc: only filter lines starting with '# ' from the shown code. by Huon Wilson · 12 years ago
  62. 016d52e Rename uses of PkgId to CrateId in librustpkg by Luis de Bethencourt · 12 years ago
  63. 0607c13 Stop using @ExtCtxt by Steven Fackler · 12 years ago
  64. 200c52a auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton by bors · 12 years ago
  65. 1763f36 Bring native process bindings up to date by Alex Crichton · 12 years ago
  66. 981c6b1 Add tests for trait object coercion. by Luqman Aden · 12 years ago
  67. 9477c49 auto merge of #10965 : alexcrichton/rust/libgreen, r=brson by bors · 12 years ago
  68. 6cad8f4 Test fixes and rebase conflicts by Alex Crichton · 12 years ago
  69. 4d5243d Remove out of date test by Steven Fackler · 12 years ago
  70. 1c648fc rustc: Strip struct fields and enum variants by Alex Crichton · 12 years ago
  71. 282f3d9 Test fixes and rebase problems by Alex Crichton · 12 years ago
  72. 26f1b4d rustc: Add a lint for the obsolete crate-level link attribute by Brian Anderson · 12 years ago
  73. 5772401 auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson by bors · 12 years ago
  74. 66e3fbe Allow optional filename argument for --dep-info by Andreas Neuhaus · 12 years ago
  75. 5d0fea1 Use --crate-file-name to find out the library filename in dep-info test by Andreas Neuhaus · 12 years ago
  76. 55cbef6 auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton by bors · 12 years ago
  77. 645fff4b fix check-fast tests. by Huon Wilson · 12 years ago
  78. 2e8c522 std::vec: make the sorting closure use `Ordering` rather than just being by Huon Wilson · 12 years ago
  79. cd13f4d auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-linker, r=alexcrichton by bors · 12 years ago
  80. 67c0222 Guarantee comm primitives are not Freeze by Alex Crichton · 12 years ago
  81. 9d1de0b auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr by bors · 12 years ago
  82. 1b1e4ca std::vec: add a sugary .sort() method for plain Ord sorting. by Huon Wilson · 12 years ago
  83. 810c4de auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson by bors · 12 years ago
  84. 87add53 rustc: Improve crate id extraction by Alex Crichton · 12 years ago
  85. bb02d14 auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton by bors · 12 years ago
  86. 48fedcb extra: remove sort in favour of the std method. by Huon Wilson · 12 years ago
  87. 721609e std::vec: implement a stable merge sort, deferring to insertion sort for by Huon Wilson · 12 years ago
  88. 5c24bfa auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton by bors · 12 years ago
  89. 73fceca Purge @-boxes from the reading half of EBML by Alex Crichton · 12 years ago
  90. b982f08 librustc: Add missing case for the `Pod` bound in `tydecode`. by Patrick Walton · 12 years ago
  91. bfb760c Accept trailing commas in struct patterns by Alex Crichton · 12 years ago
  92. 2afa97a rustc: Handle `#[link(name = "")]` error by klutzy · 12 years ago
  93. d760f99 auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack by bors · 12 years ago
  94. b25a052 Add some things to inspect crate-id's by Corey Richardson · 12 years ago
  95. dee1107 Rename pkgid to crate_id by Corey Richardson · 12 years ago
  96. 3c2c13b auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr by bors · 12 years ago
  97. f24787d Fix #10755 - ICE: `--linker=` by Cadence Marseille · 12 years ago
  98. b6933f8 auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton by bors · 12 years ago
  99. 4c79b22 std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. by Huon Wilson · 12 years ago
  100. 5d45170 Add a rustdoc test by Corey Richardson · 12 years ago