index
:
rust-mode
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-15
Fixed indent when ? operator is used in chained method calls
Jonas Westlund
2018-02-15
Merge pull request #253 from jjwest/master
Niko Matsakis
2018-02-15
Merge pull request #262 from kngwyu/highlight-dyn
Niko Matsakis
2018-02-12
add dyn to keywords
kngwyu
2018-01-09
Merge pull request #258 from sebastiencs/master
Tom Tromey
2018-01-09
Do not indent where clause by default (follow standard) #257
Sebastien Chapuis
2017-12-08
Improved font-locking for print macros
Jonas Westlund
2017-12-08
Merge pull request #251 from brotzeit/rust-format-buffer
Tom Tromey
2017-12-07
Merge pull request #249 from brotzeit/rust--format-call
Tom Tromey
2017-11-24
don't set-window-start for selected window
brotzeit
2017-11-18
fix rust--format-call
brotzeit
2017-11-06
Merge pull request #244 from kubo39/percent-as-punctuation-character
Tom Tromey
2017-11-06
% as punctuation character.
Hiroki Noda
2017-10-13
Merge pull request #243 from iwillspeak/rust-compile-command
Niko Matsakis
2017-10-03
Revert #216 and Add Suggestions from #226
Will Speak
2017-09-20
Merge pull request #240 from michael-zapata/feat/add-yield-keyword
Tom Tromey
2017-09-21
feat(rust-mode): add yield to the keywords list
Michael Zapata
2017-09-14
Merge pull request #239 from shepmaster/no-more-int-float
Tom Tromey
2017-09-14
Remove `float`, `int`, and `uint` as built-in types.
Jake Goulding
2017-08-27
Merge pull request #235 from tromey/get-buffer-window-fixlet
Tom Tromey
2017-08-23
Pass 'visible to get-buffer-window
Tom Tromey
2017-08-22
Merge pull request #234 from jjwest/master
Tom Tromey
2017-08-21
Renamed and relocated if-let font-lock test
Jonas Westlund
2017-08-21
Added test for if-let font lock
Jonas Westlund
2017-08-20
Types get correct font-lock in if-let statements
Jonas Westlund
2017-08-20
Merge pull request #233 from shanavas786/add-128
Tom Tromey
2017-08-20
Add support for u128 and i128 types
Shanavas M
2017-08-14
Merge pull request #230 from tromey/fix-indentation-bug
Tom Tromey
2017-08-14
Fix recognition of "<" as operator in some context
Tom Tromey
2017-08-14
Merge pull request #225 from Aankhen/add-var-colours
Tom Tromey
2017-08-10
Use `font-lock-variable-name-face' for `let' bindings.
Aankhen
2017-08-10
Add syntax coloring for type-inferred constants and variables
Per Nordlöw
2017-08-05
Merge pull request #220 from Aankhen/highlight-string-interpolation
Tom Tromey
2017-08-04
Merge pull request #224 from tromey/beginning-of-defun
Tom Tromey
2017-08-02
Make rust-beginning-of-defun ignore comments and strings
Tom Tromey
2017-08-02
Highlight interpolation in arguments to print! &c.
Aankhen
2017-08-01
Merge pull request #221 from Wilfred/highlight_union_contextual_keyword
Tom Tromey
2017-07-30
Add syntax highlighting and imenu support for `union`
Wilfred Hughes
2017-07-28
Merge pull request #219 from Aankhen/highlight-question-mark
Tom Tromey
2017-07-28
Highlight question mark operator using new `rust-question-mark-face'.
Aankhen
2017-07-19
Merge pull request #217 from Aankhen/add-clippy-command
Tom Tromey
2017-07-16
Improve content of `test-project/Cargo.toml'.
Aankhen
2017-07-13
Define `rust-test-project-located' conditionally instead of using `skip-unless'.
Aankhen
2017-07-13
Skip `rust-test-project-located' without cargo and avoid `find-file' in test.
Aankhen
2017-07-13
Add `rust-cargo-bin' custom variable.
Aankhen
2017-07-13
Declare `rust-buffer-project' and require `json' at runtime.
Aankhen
2017-07-13
Require `json'.
Aankhen
2017-07-13
Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.
Aankhen
2017-07-12
Merge pull request #216 from Aankhen/set-compile-command
Niko Matsakis
2017-06-26
Set `compile-command' in `rust-mode'.
Aankhen
[next]