-
Notifications
You must be signed in to change notification settings - Fork 189
Pull requests: rust-lang/rust-mode
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix tests broken by trailing whitespace removal
#20
by pnkfelix
was merged Feb 6, 2015
Loading…
updated Feb 6, 2015
Fix quotes with syntax properties
#2
by MicahChalmer
was merged Feb 6, 2015
Loading…
updated Feb 6, 2015
Allow user to override which emacs is used in run_rust_emacs_tests.sh
#21
by pnkfelix
was merged Feb 6, 2015
Loading…
updated Feb 6, 2015
Fix aligning of method chains (more-or-less), add various unit tests, and add matching angle brackets.
#22
by nikomatsakis
was merged Feb 6, 2015
Loading…
updated Feb 6, 2015
disable emacs23 testing on travis.
#26
by pnkfelix
was merged Feb 6, 2015
Loading…
updated Feb 6, 2015
Add travis config (and make tests runnable on emacs 23)
#16
by MicahChalmer
was merged Feb 6, 2015
Loading…
updated Feb 8, 2015
Make the test driver script a little more informative.
#31
by pnkfelix
was merged Feb 8, 2015
Loading…
updated Feb 8, 2015
Parse and highlight raw strings correctly
#32
by MicahChalmer
was merged Feb 8, 2015
Loading…
updated Feb 8, 2015
Fix typo/missing lines in comment in test
#40
by MicahChalmer
was merged Feb 16, 2015
Loading…
updated Feb 16, 2015
Fix emacs state corruption from incorrect "syntax-begin-function" setting
#38
by MicahChalmer
was merged Feb 16, 2015
Loading…
updated Feb 16, 2015
Indent inside strings after line-ending backslash
#43
by MicahChalmer
was merged Feb 23, 2015
Loading…
updated Feb 23, 2015
Parse '\\' and '\"' as char literals
#45
by MicahChalmer
was merged Feb 24, 2015
Loading…
updated Feb 24, 2015
Make fill-region work correctly in comments
#46
by MicahChalmer
was merged Mar 9, 2015
Loading…
updated Mar 9, 2015
Add rust-playpen-buffer and rust-playpen-region for sharing code.
#49
by huonw
was merged Apr 9, 2015
Loading…
updated Apr 9, 2015
Use (goto-char (point-max)) instead of (end-of-buffer) to silence warnin...
#55
by kriben
was merged Apr 30, 2015
Loading…
updated Apr 30, 2015
Fix word and symbol syntax distinction, take 2
#56
by pnkfelix
was merged Apr 30, 2015
Loading…
updated Apr 30, 2015
Add regression test for PR #52.
#57
by pnkfelix
was merged Apr 30, 2015
Loading…
updated Apr 30, 2015
Fix "-> Type" on a single line indentation
#52
by strega-nil
was merged Apr 30, 2015
Loading…
updated Apr 30, 2015
Fix some byte compiler warnings on Emacs 25.1
#59
by swsnr
was merged May 4, 2015
Loading…
updated May 4, 2015
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.