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
path:
root
/
rust-mode-tests.el
Age
Commit message (
Expand
)
Author
2025-06-20
Add regexp for stack backtrace locations
cydparser
2025-06-09
Add compilation regexp to match ‘dbg!’ output
Aleksei Gusev
2024-11-11
Add tests for indenting example code blocks.
Benjamin Moody
2024-02-13
Match panics in compilation-mode
Lucas Soriano del Pino
2023-08-04
dbg! insertion:
Michael Lee
2023-08-03
Improve the usability of `rust-dbg-wrap-or-unwrap` (#498)
Michael Lee
2023-04-26
Don’t duplicate test name.
Philipp Stephani
2023-01-15
Merge pull request #488 from jimblandy/fill-variables
Jim Blandy
2023-01-11
Test pub scoped defun recognition
Chris Gregory
2023-01-11
Establish more-controlled environment for fill-paragraph tests.
Jim Blandy
2022-11-02
Simplify and correct angle bracket propertizing and macro argument detection.
Jim Blandy
2022-09-16
Skip test if Cargo isn’t installed.
Philipp Stephani
2022-08-18
more test fixing
brotzeit
2022-08-18
fix quirks in rust-mode-tests.el
brotzeit
2022-01-30
Highlight the (optional) type suffix of numbers with the type face
Christophe Troestler
2021-12-27
Add tests to check the syntax highlighting of &
Christophe Troestler
2021-12-25
Add a face for the ampersand reference mark
Christophe Troestler
2021-04-23
test: Suppress some noisy messages
Jonas Bernoulli
2021-04-23
Remove "-face" suffix from names of faces
Jonas Bernoulli
2020-06-18
compile-mode integration: add link to code references. (#391)
Nathan Moreau
2020-06-03
rustc-colon-compilation-regexps: improve highlighting.
Nathan Moreau
2020-05-28
Add missing ‘require’ form.
Philipp Stephani
2020-05-17
Fix various byte compilation warnings in rust-mode-tests.el.
Philipp Stephani
2020-05-13
Re-implement rust-in-macro for performance
Phillip Lord
2020-04-27
Fix typos
Jonas Bernoulli
2020-04-12
rustc-compilation-regexps: handle `note` case as compilation-info.
Nathan Moreau
2019-12-08
imenu: fn items: match async/const and all pub variants. (#346)
Nathan Moreau
2019-11-18
rust-insert-dbg: handle the case of string literals. (#342)
Nathan Moreau
2019-11-08
rust-dbg-wrap-or-unwrap: bind to C-c C-d rather than C-c d.
Nathan Moreau
2019-10-31
Add a function wrap and unwrap with the dbg! macro.
Roey Darwish Dror
2019-10-31
electric-pair-mode: prevent self-insert of `>' when already inserted. (#337)
Nathan Moreau
2019-10-27
Adding GitHub actions.
Nathan Moreau
2019-10-23
subword-match for built-in formatting macros: add a test.
Nathan Moreau
2019-10-18
Fix rustc-compilation-regexps: match error messages with dashes. (#331)
Nathan Moreau
2019-10-10
Highlight variable name in a for-loop (#326)
Konstantin Kharlamov
2019-10-01
rust-mode.el: check for possible space between variable name and type (#325)
Konstantin Kharlamov
2019-09-28
Don't set indent-tabs-mode. (#324)
Nathan Moreau
2019-04-16
Add test for word boundaries for string ending with r.
Evgeny Kurnevsky
2019-03-01
Reverted back to font-lock-fontify-buffer
Miodrag Milenkovic
2019-03-01
Added angle bracket tests, some of which fail without the fix
Miodrag Milenkovic
2019-03-01
Replaced font-lock-fontify-buffer with font-lock-ensure
Miodrag Milenkovic
2019-01-15
Add rust-indent-return-type-to-arguments variable
David Kellum
2018-12-18
imenu: handle lifetimes in impl blocks.
Nathan Moreau
2018-06-07
Fix font-locking of "let ref"
Tom Tromey
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-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-09-14
Remove `float`, `int`, and `uint` as built-in types.
Jake Goulding
2017-08-21
Renamed and relocated if-let font-lock test
Jonas Westlund
[next]