aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexRust.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-2/+0
2017-07-17Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_Positi...Neil Hodgson1-1/+1
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil1-1/+2
2017-06-07Backport: Bug [#1919]. Rust - Update integer suffixes.Pavel Sountsov1-1/+3
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2016-04-16Feature [feature-requests:#1146]. Allow '?' as a valid operator in Rust.Pavel Sountsov1-1/+1
2016-02-14Bug [#1809]. Rust: Handle new-style Unicode escape sequencesColomban Wendling1-2/+24
2015-11-20Remove line end whitespace.Neil1-3/+3
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-24/+24
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-8/+8
2015-01-22Feature [feature-requests:#1098]. Accept `is`/`us` integer suffixes instead ofNeil1-1/+3
2014-08-01Rust: Slightly refactor/comment the number literal scanning.SiegeLord1-12/+25
2014-07-29Rust: Highlight byte-string literals.SiegeLord1-22/+42
2014-07-29Rust: Allow escaping naked CR in strings.SiegeLord1-1/+1
2014-07-29Rust: Update hashbang comment syntax.SiegeLord1-1/+1
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
2014-01-11Rust: Make lexing of float literals more correct.SiegeLord1-21/+23
2013-12-21rust: Implement nested block commentsSiegeLord1-18/+28
2013-12-21rust: Make the doc-comment detection more strict (and consistent with new Rus...SiegeLord1-25/+18
2013-12-21rust: Highlight octal literalsSiegeLord1-0/+3
2013-12-21Fix whitespace in LexRust.cxxSiegeLord1-10/+10
2013-12-21rust: NULL is a valid Rust source character, so do not explicitly consider it...SiegeLord1-4/+4
2013-12-21rust: Fix highlighting of r#"""# raw string literal.SiegeLord1-3/+5
2013-11-12Fix out-of-bounds bug. Use symbolic constants instead of numbers.Neil Hodgson1-6/+9
2013-10-19Remove shadowing declarations to avoid warnings.Neil1-2/+2
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+768