0.5 release
0.5 release
  1. c7f7be8 update syntax/rust.vim for keyword changes by Daniel Micay · 13 years ago
  2. fb498ff Switch snapshots to static.rust-lang.org. by Graydon Hoare · 13 years ago
  3. cf3972e librustc: Propagate type uses correctly from method calls to the containing functions. rs=bugfix by Patrick Walton · 13 years ago
  4. 5b415c7 Revert bogus snapshot.py change by Tim Chevalier · 13 years ago
  5. 73ec5f0 Remove extra spaces from snapshots.txt by Tim Chevalier · 13 years ago
  6. 84bc74e update Kate syntax file with latest keywords and types by Andrew Paseltiner · 13 years ago
  7. edc317b Remove arg vectors from main functions. Stop supporting them. by Brian Anderson · 13 years ago
  8. 6c15dd6 rust-mode: Add 'ref' keyword by Brian Anderson · 13 years ago
  9. 25715bd Fix check-fast for the change to main's signature. by Graydon Hoare · 13 years ago
  10. 2d91567 Fix combine-tests.py to emit #[legacy_exports]; by Graydon Hoare · 13 years ago
  11. 8baed1f vim - Update bblum's email address and highlight trait names by Ben Blum · 13 years ago
  12. 49af969 rust-mode: Add pub and priv by Brian Anderson · 13 years ago
  13. 6473cf1 docs: Remove elipses from examples instead of commenting them out by Brian Anderson · 13 years ago
  14. 864cca1 docs: Make supplemental tutorials testable by Brian Anderson · 13 years ago
  15. dc11e87 Fix combine-tests.py for new syntax by Brian Anderson · 13 years ago
  16. d5b3e44 emacs mode: include use as a keyword by Niko Matsakis · 13 years ago
  17. 2ba632a vim: Turn "pub" into a big asterisk for those who dislike the look of it. by Patrick Walton · 13 years ago
  18. 9097410 Fix tutorial tests by Brian Anderson · 13 years ago
  19. 785c524 change to 4-space indents everywhere by Niko Matsakis · 13 years ago
  20. cf1d2a7 vim - camel-case the non builtin types by Ben Blum · 13 years ago
  21. f7f909a vim - fix indent rules, hilight format strings, some keywords by Ben Blum · 13 years ago
  22. 6c36dc8 fix kate syntax highlighting file by Vincent Belliard · 13 years ago
  23. 076dab9 add syntax highlighting file for kate editor by Vincent Belliard · 13 years ago
  24. 4e91f29 Merge pull request #3209 from mpenet/emacs-melpa by Brian Anderson · 13 years ago
  25. be4f975 vim: "ref" and "static" are now keywords; highlight them as such by Patrick Walton · 13 years ago
  26. d0c57c3 add auto-mode-alist to autoloads by Max Penet · 13 years ago
  27. 527c21c fix indentation by Max Penet · 13 years ago
  28. 9b66be0 add instructions for install from MELPA by Max Penet · 13 years ago
  29. b0f2893 In tidy, screen out emacs backup files properly by Tim Chevalier · 13 years ago
  30. 1125831 Convert more core types to camel case by Brian Anderson · 13 years ago
  31. ea01572 update readme with package.el installation steps by Max Penet · 13 years ago
  32. cb542cf Add author to meta-data by Max Penet · 13 years ago
  33. 50faaf4 update readme by Max Penet · 13 years ago
  34. d11b755 add Url by Max Penet · 13 years ago
  35. a41aa08 proper package footer by Max Penet · 13 years ago
  36. 88918bb initial stab at making rust-mode elpa friendly by Max Penet · 13 years ago
  37. 713487d Merge pull request #3185 from megakorre/master by Brian Anderson · 13 years ago
  38. 8d26d86 removed a comma from the keyword list to get fn keyword highlighted by Patrik Kårlin · 13 years ago
  39. ef32a99f vim: hilight 'self' as a constant instead of a keyword by Ben Blum · 13 years ago
  40. 1beb1f4 etc: Add pub and priv to vim by Patrick Walton · 13 years ago
  41. 4be8239 Add 'static' to rust-mode.el. by Michael Sullivan · 13 years ago
  42. c0e988f emacs: add match as keyword by Niko Matsakis · 13 years ago
  43. a98407e vim: don't hilight "any" by Ben Blum · 13 years ago
  44. 4019d3a Add trait to emacs keyword table. by Graydon Hoare · 13 years ago
  45. 476ce45 update ctags def'n which had fallen somewhat out of date by Niko Matsakis · 13 years ago
  46. 0646890 vim: Don't link conceals to operators if we're concealing mod paths, because that makes mod paths show up as operators. by Patrick Walton · 13 years ago
  47. 97601ca Update rust-mode.el with new keywords. by Michael Sullivan · 13 years ago
  48. 213291e vim: Add a concealer for <-> by Erick Tryzelaar · 13 years ago
  49. 37d7c9d vim: Move conceal code into vim/after/syntax. by Erick Tryzelaar · 13 years ago
  50. 43c9cd5 vim: Add new keywords by Patrick Walton · 13 years ago
  51. c88933d rustc: Implement unary move. Closes #917. by Patrick Walton · 13 years ago
  52. 2cfe8fb rustc: Check self types in method lookup; allow required trait methods to have self types; write self types into metadata by Patrick Walton · 13 years ago
  53. a413d4e Remove "iface" from vim and emacs modes. by Lindsey Kuper · 13 years ago
  54. 09e893b vim: Switch to a dot that shows up in the middle on Linux for module separator by Patrick Walton · 13 years ago
  55. d665ae9 vim: Add some optional beautification of ::, ->, and => by Patrick Walton · 13 years ago
  56. 3cb147a Make tidy skip emacs backup files by Tim Chevalier · 13 years ago
  57. b50279b vim: hilight old style #macros by Ben Blum · 13 years ago
  58. 1df5c52 vim: Highlight "struct" by Patrick Walton · 13 years ago
  59. bc03121 Generalize leak suppression slightly, user reported not-real testsuite failure. by Graydon Hoare · 13 years ago
  60. 829186c vim: 'owned' keyword by Ben Blum · 13 years ago
  61. bb5e2ba vim: hilight macro!s by Ben Blum · 13 years ago
  62. 06c42b7 vim rustFuncCall contains rustAssert by Ben Blum · 13 years ago
  63. 0442fd3 Fix problem in combine-tests.py. by Michael Sullivan · 13 years ago
  64. eb411d1 Make combine-tests.py work with ~str. by Michael Sullivan · 13 years ago
  65. ebb33f2 vim: swap 'cont' for 'again' by Ben Blum · 13 years ago
  66. fe77e96 Forbid TODO in tidy by Tim Chevalier · 13 years ago
  67. 18da7fe Merge remote-tracking branch 'origin/dist-snap' into incoming by Graydon Hoare · 13 years ago
  68. 1c62f5f Get rid of all of the remaining /~s in the code base. by Michael Sullivan · 13 years ago
  69. aa7b3cc Fix some version numbers. by Graydon Hoare · 13 years ago
  70. 2ffa9b6 vim: add optional rustFuncCall (default disabled) by Ben Blum · 13 years ago
  71. a83ed81 Get rid of some remaining uses of old style vecs. by Michael Sullivan · 13 years ago
  72. f9cb04f vim: hilight option, either, libc types+constants by Ben Blum · 13 years ago
  73. 23c7336 Fix the indenter script to know about the annoying ~ in the front of log strings. by Michael Sullivan · 13 years ago
  74. ceac155 For #2229, recognize 'again' in place of 'cont', final change pending snapshot. by Graydon Hoare · 13 years ago
  75. efb3227 vim: add 'new' keyword by Ben Blum · 13 years ago
  76. 43def06 tutorial: More updates for closures by Brian Anderson · 13 years ago
  77. 47f43da Merge branch 'doc-comments' by Brian Anderson · 13 years ago
  78. 569467e Merge remote-tracking branch 'Dretch/prettydocs' by Brian Anderson · 13 years ago
  79. 67b9d82 vim syntax: add drop & rustString contains rustTodo by Ben Blum · 13 years ago
  80. 510af4d vim syntax: don't hilight foo::<T>() like a module by Ben Blum · 13 years ago
  81. dc93814 minor updates to vim config files by Ben Blum · 13 years ago
  82. c74b3fd Treat "do" as a keyword in vim by Erick Tryzelaar · 13 years ago
  83. 129de96 Add 'do' to rust-mode by Brian Anderson · 13 years ago
  84. ba6f71f Properly highlight nested comments in vim by Ben Striegel · 13 years ago
  85. e2c7016 Fix combine-tests.py for new vec syntax by Brian Anderson · 13 years ago
  86. 29eb788 make script executable by Gareth Daniel Smith · 13 years ago
  87. 0b653ab initial draft of fix for issue #2498: by Gareth Daniel Smith · 13 years ago
  88. d7823de update rust.vim to hilight foo::bar and more by Ben Blum · 13 years ago
  89. 571d866 Update vim mode for asserts and #[attributes] by Ben Blum · 13 years ago
  90. d3c6119 More keyword paring and migration in runtime, docs, code modes. by Graydon Hoare · 13 years ago
  91. 007b9d9 Update combine-tests.py for new vec syntax by Brian Anderson · 13 years ago
  92. 312faf3 Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. by Graydon Hoare · 13 years ago
  93. 1e33612 Add libsyntax to the Python script for making a snapshot by Kevin Cantu · 13 years ago
  94. 7dcbaed Rename librustsyntax to libsyntax by Kevin Cantu · 13 years ago
  95. a16cb37 Update reserved words for syntax highlighters (vim is still behind, though) by Paul Stansifer · 13 years ago
  96. 16848be vim: Fix syntax of number literals by Tycho Sci · 13 years ago
  97. bbf73bd vim: Link rustTodo to Todo for highlighting by Tycho Sci · 13 years ago
  98. 1e44e04 vim: Update syntax for number/float literals by Tycho Sci · 13 years ago
  99. 94b0edc vim: Highlight Todo in comments by Tycho Sci · 13 years ago
  100. 55de232 vim: Highlight identifiers by Tycho Sci · 13 years ago