summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-15Fixed indent when ? operator is used in chained method callsJonas Westlund
2018-02-15Merge pull request #253 from jjwest/masterNiko Matsakis
2018-02-15Merge pull request #262 from kngwyu/highlight-dynNiko Matsakis
2018-02-12add dyn to keywordskngwyu
2018-01-09Merge pull request #258 from sebastiencs/masterTom Tromey
2018-01-09Do not indent where clause by default (follow standard) #257Sebastien Chapuis
2017-12-08Improved font-locking for print macrosJonas Westlund
2017-12-08Merge pull request #251 from brotzeit/rust-format-bufferTom Tromey
2017-12-07Merge pull request #249 from brotzeit/rust--format-callTom Tromey
2017-11-24don't set-window-start for selected windowbrotzeit
2017-11-18fix rust--format-callbrotzeit
2017-11-06Merge pull request #244 from kubo39/percent-as-punctuation-characterTom Tromey
2017-11-06% as punctuation character.Hiroki Noda
2017-10-13Merge pull request #243 from iwillspeak/rust-compile-commandNiko Matsakis
2017-10-03Revert #216 and Add Suggestions from #226Will Speak
2017-09-20Merge pull request #240 from michael-zapata/feat/add-yield-keywordTom Tromey
2017-09-21feat(rust-mode): add yield to the keywords listMichael Zapata
2017-09-14Merge pull request #239 from shepmaster/no-more-int-floatTom Tromey
2017-09-14Remove `float`, `int`, and `uint` as built-in types.Jake Goulding
2017-08-27Merge pull request #235 from tromey/get-buffer-window-fixletTom Tromey
2017-08-23Pass 'visible to get-buffer-windowTom Tromey
2017-08-22Merge pull request #234 from jjwest/masterTom Tromey
2017-08-21Renamed and relocated if-let font-lock testJonas Westlund
2017-08-21Added test for if-let font lockJonas Westlund
2017-08-20Types get correct font-lock in if-let statementsJonas Westlund
2017-08-20Merge pull request #233 from shanavas786/add-128Tom Tromey
2017-08-20Add support for u128 and i128 typesShanavas M
2017-08-14Merge pull request #230 from tromey/fix-indentation-bugTom Tromey
2017-08-14Fix recognition of "<" as operator in some contextTom Tromey
2017-08-14Merge pull request #225 from Aankhen/add-var-coloursTom Tromey
2017-08-10Use `font-lock-variable-name-face' for `let' bindings.Aankhen
2017-08-10Add syntax coloring for type-inferred constants and variablesPer Nordlöw
2017-08-05Merge pull request #220 from Aankhen/highlight-string-interpolationTom Tromey
2017-08-04Merge pull request #224 from tromey/beginning-of-defunTom Tromey
2017-08-02Make rust-beginning-of-defun ignore comments and stringsTom Tromey
2017-08-02Highlight interpolation in arguments to print! &c.Aankhen
2017-08-01Merge pull request #221 from Wilfred/highlight_union_contextual_keywordTom Tromey
2017-07-30Add syntax highlighting and imenu support for `union`Wilfred Hughes
2017-07-28Merge pull request #219 from Aankhen/highlight-question-markTom Tromey
2017-07-28Highlight question mark operator using new `rust-question-mark-face'.Aankhen
2017-07-19Merge pull request #217 from Aankhen/add-clippy-commandTom Tromey
2017-07-16Improve content of `test-project/Cargo.toml'.Aankhen
2017-07-13Define `rust-test-project-located' conditionally instead of using `skip-unless'.Aankhen
2017-07-13Skip `rust-test-project-located' without cargo and avoid `find-file' in test.Aankhen
2017-07-13Add `rust-cargo-bin' custom variable.Aankhen
2017-07-13Declare `rust-buffer-project' and require `json' at runtime.Aankhen
2017-07-13Require `json'.Aankhen
2017-07-13Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.Aankhen
2017-07-12Merge pull request #216 from Aankhen/set-compile-commandNiko Matsakis
2017-06-26Set `compile-command' in `rust-mode'.Aankhen