index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexRust.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-29
Rust: Highlight byte-string literals.
SiegeLord
1
-22
/
+42
2014-07-29
Rust: Allow escaping naked CR in strings.
SiegeLord
1
-1
/
+1
2014-07-29
Rust: Update hashbang comment syntax.
SiegeLord
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-01-11
Rust: Make lexing of float literals more correct.
SiegeLord
1
-21
/
+23
2013-12-21
rust: Implement nested block comments
SiegeLord
1
-18
/
+28
2013-12-21
rust: Make the doc-comment detection more strict (and consistent with new Rus...
SiegeLord
1
-25
/
+18
2013-12-21
rust: Highlight octal literals
SiegeLord
1
-0
/
+3
2013-12-21
Fix whitespace in LexRust.cxx
SiegeLord
1
-10
/
+10
2013-12-21
rust: NULL is a valid Rust source character, so do not explicitly consider it...
SiegeLord
1
-4
/
+4
2013-12-21
rust: Fix highlighting of r#"""# raw string literal.
SiegeLord
1
-3
/
+5
2013-11-12
Fix out-of-bounds bug. Use symbolic constants instead of numbers.
Neil Hodgson
1
-6
/
+9
2013-10-19
Remove shadowing declarations to avoid warnings.
Neil
1
-2
/
+2
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+768