0.10 release
  1. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  2. cfb52a5 mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 by Brian Anderson · 11 years ago
  3. 6e69712 Support new attribute syntax in vim syntax file by Steven Fackler · 11 years ago
  4. 02d186a auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson by bors · 11 years ago
  5. 74128b1 auto merge of #13187 : brson/rust/dist, r=alexcrichton by bors · 11 years ago
  6. bec333c dist: Tweak the OSX pkg installer by Alex Crichton · 11 years ago
  7. c5f8ca5 install: More error handling by Brian Anderson · 11 years ago
  8. c91ce02 install: Extract function for creating absolute paths and reuse it by Brian Anderson · 11 years ago
  9. 766a7c2 install: Fix string formatting in an error by Brian Anderson · 11 years ago
  10. 2205c48 install: Explicitly delete the manifest during uninstall. Misc cleanup by Brian Anderson · 11 years ago
  11. 01d823b install: Verify that installed compiler runs by Brian Anderson · 11 years ago
  12. 2e6607a Remove `Freeze` and add `Share` in vim's syntax by Flavio Percoco · 11 years ago
  13. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  14. c060e2e install: Don't allow installation over the install files by Brian Anderson · 11 years ago
  15. 92d0ec2 install: name the bundled manifest 'manifest.in'. Cleanup by Brian Anderson · 11 years ago
  16. ce1e48a install: Support --libdir and --mandir correctly by Brian Anderson · 11 years ago
  17. 6f9b30c configure: Make rustlibdir non-configurable by Brian Anderson · 11 years ago
  18. b1091c3 auto merge of #13063 : brson/rust/dist, r=alexcrichton by bors · 11 years ago
  19. fe5bd88 install: Don't try to run binaries on install by Brian Anderson · 11 years ago
  20. eed808b5 install: Improve error handling by Brian Anderson · 11 years ago
  21. cc5fae7 install: Error on uninstall if manifest can't be found by Brian Anderson · 11 years ago
  22. dd7a60e mk: Fix distcheck by Brian Anderson · 11 years ago
  23. 92d8181 mk: Put win installer in correct dir by Brian Anderson · 11 years ago
  24. 44842db mk: Cleanup version handling and add support for nightly dists by Brian Anderson · 11 years ago
  25. d6b3f1f sync: Move the concurrent queue to using &self by Alex Crichton · 11 years ago
  26. 6eae7df auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton by bors · 11 years ago
  27. ce620320 rename std::vec -> std::slice by Daniel Micay · 11 years ago
  28. 0de6441 rm obsolete references to `DeepClone` by Daniel Micay · 11 years ago
  29. 58e4ab2 extra: Put the nail in the coffin, delete libextra by Alex Crichton · 11 years ago
  30. b4d3243 auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson by bors · 11 years ago
  31. 7858065 std: Rename Chan/Port types and constructor by Alex Crichton · 11 years ago
  32. dba5625 Remove code duplication by Piotr Zolnierek · 11 years ago
  33. 04170b0 Implement lower, upper case conversion for char by Piotr Zolnierek · 11 years ago
  34. 4a00211 std::unicode: remove unused category tables by Piotr Zolnierek · 11 years ago
  35. d28d5b7 Emacs: always jump the cursor if needed on indent by Micah Chalmer · 11 years ago
  36. 198caa8 Update users for the std::rand -> librand move. by Huon Wilson · 11 years ago
  37. 6fa4bbe std: Move rand to librand. by Huon Wilson · 11 years ago
  38. 74bfa71 auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton by bors · 11 years ago
  39. 9523809 install.sh: untabify by Brian Anderson · 11 years ago
  40. 1f7de38 install.sh: Improve error handling by Brian Anderson · 11 years ago
  41. 67ebf8a mk: dist-installer builds a binary installer by Brian Anderson · 11 years ago
  42. 862aced doc: remove node.js dependency by Adrien Tétar · 11 years ago
  43. f783321 mk: rewrite the documentation handling. by Huon Wilson · 11 years ago
  44. 3f3425a auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brson by bors · 11 years ago
  45. d92fdb2 Emacs: Remove README warning of old whitespace bug by Micah Chalmer · 11 years ago
  46. 1e2f572 librustc: add LLVM LDFLAGS to deps by Luca Bruno · 11 years ago
  47. b349fee Merge pull request #12308 from kballard/vim-nested-comments by bors · 11 years ago
  48. 231832d Improve the ctags function regular expression. by Chris Morgan · 11 years ago
  49. 498a606 Update Vim syntax file last change date. by Chris Morgan · 11 years ago
  50. 879ac43 Fix Vim section movements for standard Rust style. by Chris Morgan · 11 years ago
  51. 0a663a2 Update prelude items in Vim syntax. by Chris Morgan · 11 years ago
  52. eda5755 Downgrade `do` to a reserved keyword in Vim. by Chris Morgan · 11 years ago
  53. e0088ef Highlight the `mod` in `extern mod x;` as Error. by Chris Morgan · 11 years ago
  54. bbec2c5 Add new target 'make dist-osx' to create a .pkg installer for OS X by Brian Leibig · 11 years ago
  55. 780adff auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson by bors · 11 years ago
  56. 34a224f auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson by bors · 11 years ago
  57. bc35eb7 vim: Tweak how comment nesting works by Kevin Ballard · 11 years ago
  58. efaf4db Transition to new `Hash`, removing IterBytes and std::to_bytes. by Huon Wilson · 11 years ago
  59. 2a14e08 Move std::{trie, hashmap} to libcollections by Alex Crichton · 12 years ago
  60. 04dc3e4 Fix typo in emacs ERT test by Micah Chalmer · 12 years ago
  61. 55b3c19 Emacs: indent relative to enclosing block by Micah Chalmer · 12 years ago
  62. 45008f9 Emacs: stay at the correct position when indenting by Micah Chalmer · 12 years ago
  63. 7fbcda1 Fix emacs indentation of multi-line match patterns by Micah Chalmer · 12 years ago
  64. d223dd1 std: rewrite Hash to make it more generic by Erick Tryzelaar · 12 years ago
  65. e26ba36 mk: Get "make check" passing with --disable-rpath by Alex Crichton · 12 years ago
  66. 3a9eca3 Move std::num::Integer to libnum by Brendan Zabarauskas · 12 years ago
  67. b0ce960 auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton by bors · 12 years ago
  68. b609d57 Added more scripts to tidy check by Derek Guenther · 12 years ago
  69. 57d273f auto merge of #12284 : brson/rust/install, r=alexcrichton by bors · 12 years ago
  70. 876eb93 Remove Real trait and move methods into Float by Brendan Zabarauskas · 12 years ago
  71. f450b2b Remove CloneableTuple and ImmutableTuple traits by Brendan Zabarauskas · 12 years ago
  72. 508cb29 mk: Base the windows dist target on prepare.mk by Brian Anderson · 12 years ago
  73. a41b0c2 extern mod => extern crate by Alex Crichton · 12 years ago
  74. 33b2b8a Add crate keyword to gedit language spec by Kevin Ballard · 12 years ago
  75. fff1222 Add crate to emacs and kate modefiles by Kevin Ballard · 12 years ago
  76. c718e0e Add CheckedDiv to vim syntax by Kevin Ballard · 12 years ago
  77. 84c6018 Update vim syntax for extern crate by Kevin Ballard · 12 years ago
  78. 6784179 Stop looping on error waiting for android test results by Brian Anderson · 12 years ago
  79. f62460c Change `xfail` directives in compiletests to `ignore`, closes #11363 by Florian Hahn · 12 years ago
  80. c2ae62f Revert non-license changes as part of 0ebe112b by Alex Crichton · 12 years ago
  81. 086c0dd Delete send_str, rewrite clients on top of MaybeOwned<'static> by Kevin Ballard · 12 years ago
  82. b89afe2 Update docs and tests for #[deriving(Show)]. by Huon Wilson · 12 years ago
  83. 730bdb6 Added tests to make tidy by Derek Guenther · 12 years ago
  84. 6e7968b Redesign output flags for rustc by Alex Crichton · 12 years ago
  85. 0ebe112 etc: add missing license boilerplates by Adrien Tétar · 12 years ago
  86. fc1d655 etc/tidy: don't check SNAP against triple by Adrien Tétar · 12 years ago
  87. dd21a51 move concurrent stuff from libextra to libsync by JeremyLetang · 12 years ago
  88. 24631c8 extra: Add an intrusive MPSC to be used soon by Alex Crichton · 12 years ago
  89. c765a8e Fixing remaining warnings and errors throughout by Alex Crichton · 12 years ago
  90. dab8640 Update the zsh completion file for rustc. by OGINO Masanori · 12 years ago
  91. 3cb72a3 auto merge of #11672 : bjz/rust/remove-times, r=brson by bors · 12 years ago
  92. 729060d Remove Times trait by Brendan Zabarauskas · 12 years ago
  93. 704f93f auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw by bors · 12 years ago
  94. 2d60691 Rename CopyableTuple to CloneableTuple by Virgile Andreani · 12 years ago
  95. 0c081af Rename ImmutableCopyableVector to ImmutableCloneableVector by Virgile Andreani · 12 years ago
  96. 8642601 Rename OwnedCopyableVector to OwnedCloneableVector by Virgile Andreani · 12 years ago
  97. 8a71b53 Rename CopyableVector to CloneableVector by Virgile Andreani · 12 years ago
  98. 9f60e7c Update extract-tests.py to use same test directives as rustdoc. by William Ting · 12 years ago
  99. cb02a37 syntax: make deriving have slightly less cryptic error messages. by Huon Wilson · 12 years ago
  100. b0280ac auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton by bors · 12 years ago