0.9 release
  1. 4e8dbab Fix windows installer version to be less verbose by Brian Anderson · 12 years ago
  2. 75165f7 Robustly read remaining bytes in a character by Alex Crichton · 12 years ago
  3. 97005c0 auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton by bors · 12 years ago
  4. 430652c auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton by bors · 12 years ago
  5. ad3a179 Fix CodeMap issue in expand_include_str() by Michael Woerister · 12 years ago
  6. 464d1d0 auto merge of #11405 : huonw/rust/moredocs, r=huonw by bors · 12 years ago
  7. fda71f2 auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton by bors · 12 years ago
  8. 9da4eac auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brson by bors · 12 years ago
  9. 0547fb9 Fixup the rest of the tests in the compiler by Alex Crichton · 12 years ago
  10. f47e4b2 extratest: Fix all leaked trait imports by Alex Crichton · 12 years ago
  11. bcb1c38 stdtest: Fix all leaked trait imports by Alex Crichton · 12 years ago
  12. c4d36b8 Fix remaining cases of leaking imports by Alex Crichton · 12 years ago
  13. 7e0443d std: Fill in all missing imports by Alex Crichton · 12 years ago
  14. 5350ee7 rustc: De-indent portions of middle::resolve by Alex Crichton · 12 years ago
  15. e4804ac Fix leaking trait imports across modules by Alex Crichton · 12 years ago
  16. 2d8dd6a doc: Add rustc and syntax to the index by Brian Anderson · 12 years ago
  17. da43832 doc: Add libgreen and libnative to the index by Brian Anderson · 12 years ago
  18. d323632 'borrowed pointer' -> 'reference' by Brian Anderson · 12 years ago
  19. 3425901 Inline reexports in rustdoc by Alex Crichton · 12 years ago
  20. 15cbcbc mk: Fix the naming of the windows installer harder by Brian Anderson · 12 years ago
  21. b7ff9c1 libextra: Introduce typed arenas. by Patrick Walton · 12 years ago
  22. 90b3945 Renamed Option::map_default and mutate_default to map_or and mutate_or_set by Marvin Löbel · 12 years ago
  23. 4329fc6 auto merge of #11045 : jhasse/rust/patch-libdir, r=alexcrichton by bors · 12 years ago
  24. 1d40fd4 auto merge of #11263 : niftynif/rust/btree, r=catamorphism by bors · 12 years ago
  25. 7dbd12a auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson by bors · 12 years ago
  26. 116773a Make CFG_LIBDIR configurable. Fixes #5223 by Jan Niklas Hasse · 12 years ago
  27. 983f307 auto merge of #11348 : alexcrichton/rust/snapshots, r=brson by bors · 12 years ago
  28. 5f39d64 auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton by bors · 12 years ago
  29. 167d533 extra::treemap: use the dummy-macro trick with items to make the by Huon Wilson · 12 years ago
  30. 7e446af std::trie: make lower_bound and upper_bound about 15% faster. by Huon Wilson · 12 years ago
  31. 3395f9d std::trie: Add some iteration/search benchmarks. by Huon Wilson · 12 years ago
  32. fe03cae std::trie: use macros to share code between the iterator implementations. by Huon Wilson · 12 years ago
  33. f07c74d std::trie: remove some obsolete internal iterators. by Huon Wilson · 12 years ago
  34. a0643ee std::trie: add an mutable-values iterator. by Huon Wilson · 12 years ago
  35. ba6ed00 auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson by bors · 12 years ago
  36. bc395bc auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton by bors · 12 years ago
  37. 777f1e8 auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson by bors · 12 years ago
  38. 07950e7 auto merge of #11296 : brson/rust/anti-cond, r=alexcrichton by bors · 12 years ago
  39. 20ccfde Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree. by Nif Ward · 12 years ago
  40. 03e9157 Don't read forever on a file descriptor by Alex Crichton · 12 years ago
  41. b6602cb auto merge of #11354 : brson/rust/versionwin, r=alexcrichton by bors · 12 years ago
  42. 2297b08 Use the full version string for the windows installer exe by Brian Anderson · 12 years ago
  43. ac2a24e Support arbitrary stdout/stderr/logger handles by Alex Crichton · 12 years ago
  44. 400070a auto merge of #10826 : SimonSapin/rust/str-insert, r=brson by bors · 12 years ago
  45. 8236550 Remove some unnecessary type casts by Florian Hahn · 12 years ago
  46. 6be2bc8 Add lint for unnecessary casts by Florian Hahn · 12 years ago
  47. 0da105a auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton by bors · 12 years ago
  48. 6b2a6cb Register new snapshots by Alex Crichton · 12 years ago
  49. b7e58ce Don't attempt duplicate outputs by Alex Crichton · 12 years ago
  50. 8b71b64 auto merge of #11333 : cmr/rust/triage2, r=alexcrichton by bors · 12 years ago
  51. bae091e5 auto merge of #11332 : sfackler/rust/de-at-se, r=huonw by bors · 12 years ago
  52. 55bb5e5 auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton by bors · 12 years ago
  53. 03a38b9 auto merge of #11161 : eddyb/rust/de-at-visitor, r=huonw by bors · 12 years ago
  54. 3119d18 Disowned the Visitor. by Eduard Burtescu · 12 years ago
  55. e5eab2c auto merge of #11321 : huonw/rust/treemap-mut, r=alexcrichton by bors · 12 years ago
  56. 4e622be auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton by bors · 12 years ago
  57. c58bb23 auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw by bors · 12 years ago
  58. 11e568c Don't wait for a full buffer when reading TCP by Alex Crichton · 12 years ago
  59. 9c8813f Guarantee that native tasks wait for children by Alex Crichton · 12 years ago
  60. 635002a librustc: tidy cleanup by Young-il Choi · 12 years ago
  61. e6490cb librustc: add get_system_tools for target specific environment by Young-il Choi · 12 years ago
  62. c8c9942 librustc: move target dependent logic to back::link by Young-il Choi · 12 years ago
  63. 19e97f5 librustc: ar call fix to support android cross compile on mac by Young-il Choi · 12 years ago
  64. 2097570 Fix some warnings by Corey Richardson · 12 years ago
  65. b6d4d11 std: mark some modules as unstable by Corey Richardson · 12 years ago
  66. 041413b tidy: spew less chaff by Corey Richardson · 12 years ago
  67. ccaf0b4 Remove a fixme by Corey Richardson · 12 years ago
  68. 1535a29 Add tidy support for snapshots by Corey Richardson · 12 years ago
  69. cb6451c Remove a fixme by Corey Richardson · 12 years ago
  70. bb49916 Use ~-objects instead of @-objects for syntax exts by Steven Fackler · 12 years ago
  71. 9b2a8e1 Revert "std: adjust requested stack size for thread-local storage." by Huon Wilson · 12 years ago
  72. 4bca7fd auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwalton by bors · 12 years ago
  73. 1d9e66c auto merge of #11304 : alexcrichton/rust/eintr, r=brson by bors · 12 years ago
  74. eadfe0e Don't abort the process in native::start by Alex Crichton · 12 years ago
  75. 674d24e Handle EINTR throughout libnative by Alex Crichton · 12 years ago
  76. 8ef0752 Do not ignore errors running llvm-config by Seo Sanghyeon · 12 years ago
  77. a9a348f extra::treemap: share code between the mutable and immutable iterators. by Huon Wilson · 12 years ago
  78. e33fcf9 extra::treemap: remove mutate_values, replaced by .mut_iter(). by Huon Wilson · 12 years ago
  79. 463a6d9 extra::treemap: add mutable-value iterators. by Huon Wilson · 12 years ago
  80. 4140b29 Fix some of the testcases by Niels langager Ellegaard · 12 years ago
  81. 6abe0ef Make rustc's own lib directory configurable and change the default to rustlib. Fixes #3319 by Jan Niklas Hasse · 12 years ago
  82. aa50ebd Move command line parsing to parse_args.rs by Niels langager Ellegaard · 12 years ago
  83. e1c5982 Move syslog to BuildContext by Niels langager Ellegaard · 12 years ago
  84. 177f740 Command is now an enum by Niels langager Ellegaard · 12 years ago
  85. 4eceb00 auto merge of #11297 : sfackler/rust/de-jank-encoder-2, r=alexcrichton by bors · 12 years ago
  86. 20f3ac7 auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichton by bors · 12 years ago
  87. 4bc4acd Stop padding metadata by Steven Fackler · 12 years ago
  88. 4641287 auto merge of #11314 : adridu59/rust/patch-license, r=brson by bors · 12 years ago
  89. bf9a9af auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton by bors · 12 years ago
  90. b01b9c9 Condition EH ABI on target_arch, not target_os. by Vadim Chugunov · 12 years ago
  91. ea4219f auto merge of #11290 : alexcrichton/rust/testname, r=brson by bors · 12 years ago
  92. 19cff91 auto merge of #11188 : brson/rust/noderef, r=brson by bors · 12 years ago
  93. 2d8fbba rustc: Add error about obsolete struct deref by Brian Anderson · 12 years ago
  94. 3b1862a Don't allow newtype structs to be dereferenced. #6246 by Brian Anderson · 12 years ago
  95. 55d4923 auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton by bors · 12 years ago
  96. 18cef3f Don't allow single-variant enums to be dereferenced. #6246 by Brian Anderson · 12 years ago
  97. 24f9a93 etc: licenseck: don't hardcode a specific year by Adrien Tétar · 12 years ago
  98. 8990708 auto merge of #11301 : vadimcn/rust/fix-android, r=brson by bors · 12 years ago
  99. b432e82 auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton by bors · 12 years ago
  100. d86cb6a auto merge of #11299 : brson/rust/exp10, r=pcwalton by bors · 12 years ago