summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer
2013-09-06Add paragraph fill and auto-fill for multi-line commentsMicah Chalmer
2013-09-06Add custom group for rust-modeMicah Chalmer
2013-09-06Indent return type to align with argumentsMicah Chalmer
2013-09-06Allow indenting to align struct fields after curly braceMicah Chalmer
2013-09-06Indent correctly after opening square bracketMicah Chalmer
2013-09-05Fix glitches with struct field aligned indentsMicah Chalmer
2013-08-30Align field names in struct expressions with fields on same line as the openi...Micah Chalmer
2013-08-30Multiline comments with leading *s line up the *sMicah Chalmer
2013-08-29One indent after open paren with no argumentMicah Chalmer
2013-08-29Correct indent with trailing spaces/comments on previous lineMicah Chalmer
2013-08-28rust-mode: Default rust-indent-offset to 4, not default-tab-widthAnders Kaseorg
2013-08-27fix typo in rust-mode.elFelix S. Klock II
2013-08-26extend file regexp to match files with embedded spaces.Felix S. Klock II
2013-08-25revisions to emacs compilation regexp, more readable and robust.Felix S. Klock II
2013-08-25compilation error regexp specific to rustc.Felix S. Klock II
2013-08-08rust-mode: make indentation customizablePaul Collins
2013-08-03etc: add the `in` keyword to the emacs mode.Huon Wilson
2013-07-24rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysisGraydon Hoare
2013-04-26Fix typoUwe Dauernheim
2013-04-26Allow customization of indent offsetUwe Dauernheim
2013-03-08rust-mode.el uses the 'cl macros, so it should actually require themJed Davis
2013-02-25Emacs: Update emacs mode to be more similar to the vim mode.Huon Wilson
2013-02-16Make 'foo use font-lock-builtin-face, like module names, and make capitalized...Niko Matsakis
2013-02-16emacs mode: Highlight 'foo as a lifetime, not a character constant.Niko Matsakis
2013-02-10rust-mode.el uses the 'cl macros, so it should actually require themJed Davis
2012-09-28rust-mode: Add 'ref' keywordBrian Anderson
2012-09-21rust-mode: Add pub and privBrian Anderson
2012-09-06emacs mode: include use as a keywordNiko Matsakis
2012-08-27change to 4-space indents everywhereNiko Matsakis
2012-08-16add auto-mode-alist to autoloadsMax Penet
2012-08-14Add author to meta-dataMax Penet
2012-08-13add UrlMax Penet
2012-08-13initial stab at making rust-mode elpa friendlyMax Penet
2012-08-11Merge pull request #3185 from megakorre/masterBrian Anderson
2012-08-12removed a comma from the keyword list to getPatrik Kårlin
2012-08-07Add 'static' to rust-mode.el.Michael Sullivan
2012-08-06emacs: add match as keywordNiko Matsakis
2012-08-02Add trait to emacs keyword table.Graydon Hoare
2012-08-02Update rust-mode.el with new keywords.Michael Sullivan
2012-07-31Remove "iface" from vim and emacs modes.Lindsey Kuper
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare
2012-07-01Add 'do' to rust-modeBrian Anderson
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare
2012-05-23Update reserved words for syntax highlighters (vim is still behind, though)Paul Stansifer
2012-03-27emacs: Make 'mut' a keywordBrian Anderson
2012-01-20rust-mode: tag -> enum. Closes #1577Brian Anderson
2012-01-16Move emacs mode into treeMarijn Haverbeke