summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2016-02-25Fix font-locking for Unicode escapes in character literals.Georg Brandl
2016-02-17Remove duplicate keywordsMatt Kraai
2016-02-16Merge pull request #72 from birkenfeld/builtin-faceMicah Chalmer
2016-02-14Integrate rustfmt supportFredrik Bergroth
2016-02-14Change font-lock face for module names.Georg Brandl
2016-01-15Fix indentation of closing delimitersEivind Fonn
2016-01-05Fix type annotations incorrectly highlighted as modules.Wilfred Hughes
2015-12-15Merge pull request #109 from mrBliss/highlight-unsafeMicah Chalmer
2015-12-15Re-fontify buffer after it is revertedMicah Chalmer
2015-12-03Merge pull request #110 from mrBliss/fix-103Niko Matsakis
2015-12-02Fix the special case for the first linemrBliss
2015-12-02Correctly indent where clausesmrBliss
2015-12-01Fix #103: comment indentation after struct membersmrBliss
2015-11-26Highlight the unsafe keywordmrBliss
2015-11-15Merge pull request #96 from MicahChalmer/add-licensesFelix S Klock II
2015-10-22Remove unused require of misc.elMicah Chalmer
2015-08-29Add basic license informationMicah Chalmer
2015-08-23Recognize compiler help and notes as "info" messagesGeorg Brandl
2015-08-20make rust-mode use lexical bindingTom Tromey
2015-08-20remove byte-compiler warnings and prevent future onesTom Tromey
2015-08-14Merge pull request #69 from tromey/safe-local-variablesMicah Chalmer
2015-08-14Merge pull request #90 from Wilfred/fix_type_word_boundariesMicah Chalmer
2015-08-14Merge pull request #88 from kw-udon/nested-commentMicah Chalmer
2015-08-15Correcting highlighting of capitals in function names.Wilfred Hughes
2015-08-06Merge pull request #68 from tromey/fix-issue-53Micah Chalmer
2015-07-30Recognize runaway raw stringsMicah Chalmer
2015-07-30Fix slowness in angle bracket matchingMicah Chalmer
2015-07-24Support nested block commentsKeiichi Watanabe
2015-07-19Cache (regexp-opt rust-special-types 'symbols) in rust-is-lt-char-operatorBen Segall
2015-07-07Remove unnecessary code with call to undefined functionMicah Chalmer
2015-07-07Merge pull request #67 from tromey/fix-two-docstringsHuon Wilson
2015-07-05Perform syntactic angle bracket matchingMicah Chalmer
2015-07-05Speed up calls to "looking-back"Micah Chalmer
2015-07-05Fix bugs in raw strings and character literalsMicah Chalmer
2015-07-05Factor out rust-conditional-re-search-forwardMicah Chalmer
2015-07-05Distinguish face for doc-commentsGeorg Brandl
2015-06-08Fix multi-line raw strings when editingMicah Chalmer
2015-05-24set :safe on two defcustomsTom Tromey
2015-05-22remove rust-mode-character-literal-syntax-tableTom Tromey
2015-05-22fix quoting in two doc stringsTom Tromey
2015-05-22handle case where blink-matching-paren-distance is nilTom Tromey
2015-05-18Match panics during build as compilation warningsKristoffer Grönlund
2015-05-04Merge pull request #58 from lunaryorn/patch-1Felix S Klock II
2015-05-03Update rust-mode URL in headerSebastian Wiesner
2015-05-03Fix free-variable warningsSebastian Wiesner
2015-05-03Pass explicit second argument to looking-backSebastian Wiesner
2015-04-30workaround emacs 23 issues.Felix S. Klock II
2015-04-30rust-align-to-method-chain: Jump over symbols, not wordsRoy Crihfield
2015-04-30Fix word and symbol syntax distinctionRoy Crihfield
2015-04-30Merge pull request #52 from GBGamer/fix-indentFelix S Klock II