0.11.0 release
  1. aa1163b Update to 0.11.0 by Alex Crichton · 11 years ago 0.11.0
  2. 7689213 auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson by bors · 11 years ago
  3. d77cb22 auto merge of #15100 : rapha/rust/master, r=alexcrichton by bors · 11 years ago
  4. 53ec4a6 Change /bin/env to /usr/bin/env in helper python script, as it is more portable by Raphael Speyer · 11 years ago
  5. 0b9e4fc Update few files after comparison traits renaming by Piotr Jawniak · 11 years ago
  6. 108b8b6 Deprecate the bytes!() macro. by Simon Sapin · 11 years ago
  7. b0dff7a Vim: highlight invalid characters in char literals. by Chris Morgan · 11 years ago
  8. 31dfcf9 Vim: highlight escapes for byte literals. by Chris Morgan · 11 years ago
  9. 1273f94 Add commands :RustEmitIr and :RustEmitAsm by Kevin Ballard · 11 years ago
  10. 918eda5 Write documentation for the Rust vim plugin by Kevin Ballard · 11 years ago
  11. bd3bebc Rename :Run and :Expand to :RustRun and :RustExpand by Kevin Ballard · 11 years ago
  12. 303cadf vim: Add :Run and :Expand commands by Kevin Ballard · 11 years ago
  13. 23a7d24 emacs: Remove outdated references to ~ in tests by Tom Jakubowski · 11 years ago
  14. 77b874b emacs: Add shebang to test script by Tom Jakubowski · 11 years ago
  15. 9175326 emacs: Don't overwrite font lock for attributes by Tom Jakubowski · 11 years ago
  16. feb294c auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix by bors · 11 years ago
  17. 0996766 auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichton by bors · 11 years ago
  18. f4ae8a8 Update repo location by Brian Anderson · 11 years ago
  19. b5d9e94 Add a Syntastic plugin for Rust. by Andrew Gallant · 11 years ago
  20. cc30abb auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson by bors · 11 years ago
  21. 3324257 rustc: Start accepting `*const T` by Alex Crichton · 11 years ago
  22. ad7508e auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brson by bors · 11 years ago
  23. 15f65ba Relicense shootout-binarytrees.rs by Guillaume Pinot · 11 years ago
  24. fed6e8b Relicense shootout-pidigits.rs by Guillaume Pinot · 11 years ago
  25. b1c9ce9 sync: Move underneath libstd by Alex Crichton · 11 years ago
  26. e5baf1d emacs: highlight `#[foo = "bar"]` attributes by Tom Jakubowski · 11 years ago
  27. fca57b3 emacs: do not highlight `#foo]` as an attribute by Tom Jakubowski · 11 years ago
  28. b13e275 relicense shootout-fannkuch-redux.rs by Guillaume Pinot · 11 years ago
  29. fe7fc4a relicense shootout-regex-dna.rs by Guillaume Pinot · 11 years ago
  30. ec8ef0d relicense shootout-meteor.rs by Guillaume Pinot · 11 years ago
  31. 748bc3c std: Rename {Eq,Ord} to Partial{Eq,Ord} by Alex Crichton · 11 years ago
  32. 5530745 core: rename strbuf::StrBuf to string::String by Richo Healey · 11 years ago
  33. bf0c6d8 vim: Handle box expressions specially by Kevin Ballard · 11 years ago
  34. 229338d Update rust.vim for the latest prelude/keywords by Kevin Ballard · 11 years ago
  35. 8cbda5d Refactoring: Introduce distinct host and target rpath var setters. by Felix S. Klock II · 11 years ago
  36. d0d800f Get rid of the android-cross-path flag to rustc. by Luqman Aden · 11 years ago
  37. df802a2 std: Rename str::Normalizations to str::Decompositions by Florian Zeitz · 11 years ago
  38. 8c54d5b core: Move Hangul decomposition into unicode.rs by Florian Zeitz · 11 years ago
  39. 74ad023 std, core: Generate unicode.rs using unicode.py by Florian Zeitz · 11 years ago
  40. 13491db emacs: highlight `macro_name!` in macro invocations using [] delimiters by Huon Wilson · 11 years ago
  41. 0a70714 add shebang to scripts that have execute bit set by David Creswick · 11 years ago
  42. c1da4f8 Add the patch number to version strings. Closes #13289 by Brian Anderson · 11 years ago
  43. edae0bd auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix by bors · 11 years ago
  44. 0381ad4 vim: Fix an indentation issue with cindent by Kevin Ballard · 11 years ago
  45. 574cbe5 auto merge of #13986 : alexcrichton/rust/box-keyword, r=thestinger by bors · 11 years ago
  46. 55a8bd5 debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb by Michael Woerister · 11 years ago
  47. 9485261 etc: Add box as a keyword to editor configs by Alex Crichton · 11 years ago
  48. cba66bc auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestinger by bors · 11 years ago
  49. 91e61ad vim: Fix indentation at global scope after non-semantic ([{/)]} by Kevin Ballard · 11 years ago
  50. 7e53af3 Recommend autoload instead of require by Phil Ruffwind · 11 years ago
  51. 77c56f7 Use defvar for rust-top-item-beg-re instead by Phil Ruffwind · 11 years ago
  52. a67307e emacs: Add 'box' to keywords by Brian Anderson · 11 years ago
  53. e4bf643 Fix a/an typos by Jorge Aparicio · 11 years ago
  54. 405861e test: Fix run-make on windows by klutzy · 11 years ago
  55. b8b7484 Add a regex crate to the Rust distribution. by Andrew Gallant · 11 years ago
  56. 7266587 Fix Vim indent regressions from #13600. by Chris Morgan · 11 years ago
  57. 7995528 There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead. by Vadim Chugunov · 11 years ago
  58. c7553ea auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichton by bors · 11 years ago
  59. 9b7cfd3 auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson by bors · 11 years ago
  60. 3ec9f05 vim: Add StrBuf as type to hilighting by Richo Healey · 11 years ago
  61. 59f3414 Add another case where cindent is correct by Brandon Waskiewicz · 11 years ago
  62. acdee8b llvm: Add an option to statically link libstdc++ by Alex Crichton · 11 years ago
  63. 36d5635 etc: The --system-libs flag is LLVM 3.5+ by Alex Crichton · 11 years ago
  64. 32a81d1 configure: Enable libc++ with LLVM with clang by Alex Crichton · 11 years ago
  65. 8dc935e auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakis by bors · 11 years ago
  66. 8f3c2a6 dist: Make Windows installer uninstall first. Closes #9563 by Brian Anderson · 11 years ago
  67. 713e875 Use new attribute syntax in python files in src/etc too (#13478) by Manish Goregaokar · 11 years ago
  68. 3a70976 rust-mode cleanup. by Rüdiger Sonderfeld · 11 years ago
  69. 00cbda2 Improve searching for XXX in tidy script (#3303) by Boris Egorov · 11 years ago
  70. 9a33330 auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson by bors · 11 years ago
  71. 0deb16a auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichton by bors · 11 years ago
  72. 0e85e59 mk: Pass the name of the make command to maketest.py by Brian Anderson · 11 years ago
  73. 072a920 Remove check-fast. Closes #4193, #8844, #6330, #7416 by Brian Anderson · 11 years ago
  74. 02c81fe auto merge of #13340 : FlaPer87/rust/code-model, r=cmr by bors · 11 years ago
  75. b78ac5b Add support for different relocation models by Flavio Percoco · 11 years ago
  76. f1f5056 auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me by bors · 11 years ago
  77. c6e19ae fix kate syntax highlighting by HeroesGrave · 11 years ago
  78. 73b0186 Fix inner attribute syntax from `#[foo];` to `#![foo]` by Timothée Ravier · 11 years ago
  79. 0459ee7 Fix fallout from std::libc separation by Corey Richardson · 11 years ago
  80. b6d5daf etc: attempts at fixing editor highlighting for new attribute syntax by Corey Richardson · 11 years ago
  81. 2a2d0dc auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton by bors · 11 years ago
  82. e7fe207 auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton by bors · 11 years ago
  83. 0875ffc Bump version to 0.11-pre by Brian Anderson · 11 years ago
  84. 1a1c47b Update emacs mode to support new `#![inner(attribute)]` syntax. by Felix S. Klock II · 11 years ago
  85. a5681d2 Bump version to 0.10 by Alex Crichton · 11 years ago
  86. cfb52a5 mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 by Brian Anderson · 11 years ago
  87. 6e69712 Support new attribute syntax in vim syntax file by Steven Fackler · 11 years ago
  88. 02d186a auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson by bors · 11 years ago
  89. 74128b1 auto merge of #13187 : brson/rust/dist, r=alexcrichton by bors · 11 years ago
  90. bec333c dist: Tweak the OSX pkg installer by Alex Crichton · 11 years ago
  91. c5f8ca5 install: More error handling by Brian Anderson · 11 years ago
  92. c91ce02 install: Extract function for creating absolute paths and reuse it by Brian Anderson · 11 years ago
  93. 766a7c2 install: Fix string formatting in an error by Brian Anderson · 11 years ago
  94. 2205c48 install: Explicitly delete the manifest during uninstall. Misc cleanup by Brian Anderson · 11 years ago
  95. 01d823b install: Verify that installed compiler runs by Brian Anderson · 11 years ago
  96. 2e6607a Remove `Freeze` and add `Share` in vim's syntax by Flavio Percoco · 11 years ago
  97. 81ec1f3 Rename Pod into Copy by Flavio Percoco · 11 years ago
  98. c060e2e install: Don't allow installation over the install files by Brian Anderson · 11 years ago
  99. 92d0ec2 install: name the bundled manifest 'manifest.in'. Cleanup by Brian Anderson · 11 years ago
  100. ce1e48a install: Support --libdir and --mandir correctly by Brian Anderson · 11 years ago