0.9 release
  1. 4e8dbab Fix windows installer version to be less verbose by Brian Anderson · 12 years ago
  2. 15cbcbc mk: Fix the naming of the windows installer harder by Brian Anderson · 12 years ago
  3. b6602cb auto merge of #11354 : brson/rust/versionwin, r=alexcrichton by bors · 12 years ago
  4. 2297b08 Use the full version string for the windows installer exe by Brian Anderson · 12 years ago
  5. 8b71b64 auto merge of #11333 : cmr/rust/triage2, r=alexcrichton by bors · 12 years ago
  6. 4e622be auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton by bors · 12 years ago
  7. 041413b tidy: spew less chaff by Corey Richardson · 12 years ago
  8. 1535a29 Add tidy support for snapshots by Corey Richardson · 12 years ago
  9. 8ef0752 Do not ignore errors running llvm-config by Seo Sanghyeon · 12 years ago
  10. 6abe0ef Make rustc's own lib directory configurable and change the default to rustlib. Fixes #3319 by Jan Niklas Hasse · 12 years ago
  11. 4641287 auto merge of #11314 : adridu59/rust/patch-license, r=brson by bors · 12 years ago
  12. ea4219f auto merge of #11290 : alexcrichton/rust/testname, r=brson by bors · 12 years ago
  13. 24f9a93 etc: licenseck: don't hardcode a specific year by Adrien Tétar · 12 years ago
  14. f86d079 Fix windows dist script by Brian Anderson · 12 years ago
  15. 2453079 Change rmake and doc-test to support TESTNAME by Alex Crichton · 12 years ago
  16. 56ec9c2 Bump version to 0.9 by Brian Anderson · 12 years ago
  17. 8271ba8 Fix rust-align-to-expr-after-brace, closes #11239. by John Louis Walker · 12 years ago
  18. 016d52e Rename uses of PkgId to CrateId in librustpkg by Luis de Bethencourt · 12 years ago
  19. 32c480d Renamed ClonableIterator to CloneableIterator by Alexandros Tasos · 12 years ago
  20. 282f3d9 Test fixes and rebase problems by Alex Crichton · 12 years ago
  21. 32e730f auto merge of #11121 : vadimcn/rust/no-c++2, r=alexcrichton by bors · 12 years ago
  22. e3b3715 Stop using C++ exceptions for stack unwinding. by Vadim Chugunov · 12 years ago
  23. 26f1b4d rustc: Add a lint for the obsolete crate-level link attribute by Brian Anderson · 12 years ago
  24. 35fc0c8 auto merge of #11079 : chris-morgan/rust/fix-11072-regressions, r=brson by bors · 12 years ago
  25. bb02d14 auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton by bors · 12 years ago
  26. 2205580 Fix two regressions introduced by #11072. by Chris Morgan · 12 years ago
  27. 3906823 auto merge of #11072 : chris-morgan/rust/ctags-tweaks, r=cmr by bors · 12 years ago
  28. da818e9 mklldeps.py: Ignore extra whitespaces of argument by klutzy · 12 years ago
  29. dee1107 Rename pkgid to crate_id by Corey Richardson · 12 years ago
  30. a1ca745 Remove many false positives from the ctags results by Chris Morgan · 12 years ago
  31. b6933f8 auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton by bors · 12 years ago
  32. 5d45170 Add a rustdoc test by Corey Richardson · 12 years ago
  33. b0a9937 mklldeps.py: Write to file instead of print by klutzy · 12 years ago
  34. 1890290 llvm: Disable pthread on mingw by klutzy · 12 years ago
  35. bf30a21 auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcrichton by bors · 12 years ago
  36. 529e268 Fallout of rewriting std::comm by Alex Crichton · 12 years ago
  37. d7c9493 Add "proc" as keyword to emacs mode by Micah Chalmer · 12 years ago
  38. b76997f Rename To{Str,Bytes}Consume traits to Into*. by Chris Morgan · 12 years ago
  39. a67b886 Suppress warnings in run-pass tests by Kiet Tran · 12 years ago
  40. fbbadae auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton by bors · 12 years ago
  41. 1999b25 doc: CSS changes + commit improved favicon by Adrien Tétar · 12 years ago
  42. f41b4e3 auto merge of #10888 : chris-morgan/rust/2013-12-10-vim-updates, r=thestinger by bors · 12 years ago
  43. ac4dd9e auto merge of #10593 : metajack/rust/pkgid-hash, r=brson by bors · 12 years ago
  44. b349036 Make crate hash stable and externally computable. by Jack Moffitt · 12 years ago
  45. f39c883 Vim keyword highlighting improvements. by Chris Morgan · 12 years ago
  46. 3a4d7ff Fix up float highlighting in Vim. by Chris Morgan · 12 years ago
  47. 04d852a Add defun motions for rust-mode. by S Pradeep Kumar · 12 years ago
  48. c06dd0e Add dead-code warning pass by Kiet Tran · 12 years ago
  49. 3abc350 auto merge of #10797 : pradeep90/rust/rust-mode-changes, r=brson by bors · 12 years ago
  50. e91ffb0 Link rustllvm statically, and distribute a static snapshot by Alex Crichton · 12 years ago
  51. 48b289f Add Imenu support for rust-mode. by S Pradeep Kumar · 12 years ago
  52. c9eed57 Improve various Vim syntax highlighting things. by Chris Morgan · 12 years ago
  53. 56e4c82 Test fixes and merge conflicts by Alex Crichton · 12 years ago
  54. 6d6ccb7 Add a new run-make test directory by Alex Crichton · 12 years ago
  55. 9fbba7b2 Statically link librustrt to libstd by Alex Crichton · 12 years ago
  56. 503e5df auto merge of #10621 : Florob/rust/unicode63, r=cmr by bors · 12 years ago
  57. b50b162 Be more strict about doc comments by Corey Richardson · 12 years ago
  58. dfe38db Fix handling of upper/lowercase, and whitespace by Florian Zeitz · 12 years ago
  59. e9ab9bf Update unicode.py to reflect language changes by Florian Zeitz · 12 years ago
  60. 5b42962 Turn off attribute_usage warning on check-fast by klutzy · 12 years ago
  61. 6ff697d rustc: Add lint for misplaced crate attributes by klutzy · 12 years ago
  62. 11b6aed Fix --local-rust-root option on Windows by klutzy · 12 years ago
  63. 093757c add path environments by Young-il Choi · 12 years ago
  64. d328ab7 be more robust when removing download artifacts and remove bogus raise statement by Benjamin Peterson · 12 years ago
  65. 49ee492 Move std::rt::io to std::io by Alex Crichton · 12 years ago
  66. 35c3aaf auto merge of #10346 : klutzy/rust/mingw64-32-fix, r=alexcrichton by bors · 12 years ago
  67. d01ba2e Define WSAPOLLFD only on mingw 4.x by klutzy · 12 years ago
  68. f00bb2e auto merge of #10243 : mattcarberry/rust/master, r=brson by bors · 12 years ago
  69. f19d083 Fill out the remaining functionality in io::file by Alex Crichton · 12 years ago
  70. 66abb92 Grammar error and vim syntax highlighting mistake fixed. by Matt Carberry · 12 years ago
  71. 519b86b Added octal literal support. by Matt Carberry · 12 years ago
  72. 1e2283d std::rand: correct an off-by-one in the Ziggurat code. by Huon Wilson · 12 years ago
  73. e4938aa auto merge of #10149 : chris-morgan/rust/2013-10-29-vim-updates, r=erickt by bors · 12 years ago
  74. 201cab8 Move rust's uv implementation to its own crate by Alex Crichton · 12 years ago
  75. 1ad8dbe Fix Vim indent for wrapped function arguments. by Chris Morgan · 12 years ago
  76. c20186b Update prelude items in Vim syntax file. by Chris Morgan · 12 years ago
  77. 49d9135 Tidy by Brian Anderson · 12 years ago
  78. 61ed2cf Remove even more of std::io by Alex Crichton · 12 years ago
  79. 142672d register snapshots by Daniel Micay · 12 years ago
  80. f379661 Highlight \0 in strings and chars in Vim. by Chris Morgan · 12 years ago
  81. 0ae9e47 Update prelude items in Vim syntax. by Chris Morgan · 12 years ago
  82. 58b336d track language changes, improve attr handling in GtkSourceView language-spec by sp3d · 12 years ago
  83. 18099fe add vim syntax highlighting support for raw string literals by Benjamin Herr · 12 years ago
  84. 3396365 Add appropriate #[feature] directives to tests by Alex Crichton · 12 years ago
  85. 19e9766 Don't fail when unpacking the windows snapshot by Alex Crichton · 12 years ago
  86. 8bb55db auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson by bors · 12 years ago
  87. 4e59ab0 Package system runtime dependencies into Windows distribution. by Vadim Chugunov · 12 years ago
  88. 1a6b6c4 Package system runtime dependencies into snapshots by Vadim Chugunov · 12 years ago
  89. 1d6c011 auto merge of #9600 : MicahChalmer/rust/fill-with-code-around, r=catamorphism by bors · 12 years ago
  90. d29b3ac Expand tidy to prevent binaries from being checked by Alex Crichton · 12 years ago
  91. 5d24a1a Fix single-line-style paragraph fills with code immediately before or after by Micah Chalmer · 12 years ago
  92. 67394f2 auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton by bors · 12 years ago
  93. ae8a2ff auto merge of #9538 : thestinger/rust/type_use, r=pcwalton by bors · 12 years ago
  94. a94158c auto merge of #9504 : brson/rust/continue, r=alexcrichton by bors · 12 years ago
  95. 99c1fb8 Update version numbers to 0.9-pre by Brian Anderson · 12 years ago
  96. c1d6429 Add 'continue' keyword to emacs, vim, gedit, kate by Brian Anderson · 12 years ago
  97. c3e4e06 remove type_use by Daniel Micay · 12 years ago
  98. e82db13 Fix the rust logo icon by Brian Anderson · 12 years ago
  99. 30862a6 Fix run-pass tests to have 'pub fn main' by Alex Crichton · 12 years ago
  100. cd2da7d auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton by bors · 12 years ago