summaryrefslogtreecommitdiff
path: root/pygments/lexers/rust.py
Commit message (Expand)AuthorAgeFilesLines
* Fix encoding.Georg Brandl2019-06-021-2/+2
* rust: Add async, await, try keywordPhap Tran2019-05-301-6/+6
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Add i128/u128 types to the Rust parser.Matth?us G. Chajdas2019-05-081-1/+1
* Add rs alias for Rust.Georg Brandl2017-01-271-1/+1
* rust: nitsGeorg Brandl2017-01-221-7/+4
* merge https://bitbucket.org/sbenitez/pygments-main/overview (pull request #683)Georg Brandl2017-01-221-29/+43
|\
| * Improve type handling in Rust lexerSergio Benitez2016-12-041-29/+43
* | Copyright update.Georg Brandl2017-01-221-1/+1
|/
* Rust: update keywords, highlight type and fn namesGeorg Brandl2016-05-171-11/+30
* Support .rs.in as a file extension for Rust files.Robert Clipsham2016-01-021-1/+1
* Merged in ChrisMorgan/pygments-main (pull request #423)Georg Brandl2015-08-081-45/+68
|\
| * Update MIME type for Rust to text/rust.Chris Morgan2015-05-221-1/+1
| * Support shebangs in the Rust lexer.Chris Morgan2015-05-221-0/+6
| * Update Rust lexer prelude items.Chris Morgan2015-04-281-3/+4
| * Update Rust lexer metadata.Chris Morgan2015-04-211-2/+2
| * Update Rust lexer prelude items.Chris Morgan2015-04-211-6/+2
| * Fix Rust doc comments.Chris Morgan2015-04-211-1/+10
| * Rust lexer updates for language changes.Chris Morgan2015-03-281-48/+19
| * Update the Rust prelude items.Chris Morgan2014-12-031-25/+57
| * Highlight strings more properly in Rust.Chris Morgan2014-12-031-3/+11
| * Highlight the suffix of ``9i`` properly in Rust.Chris Morgan2014-12-031-1/+1
| * Fix character literals in Rust.Chris Morgan2014-12-031-3/+4
| * Improve Rust lifetime highlighting.Chris Morgan2014-12-031-7/+6
* | Copyright year update.Georg Brandl2015-01-211-1/+1
|/
* Simplify charclasses in a few modulesGeorg Brandl2014-11-061-1/+1
* Remove unused import.Georg Brandl2014-11-061-1/+1
* Improved lifetimes and added macro parameters to rust.Armin Ronacher2014-11-061-2/+4
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-2/+4
* Closes #972: accept "inner attribute" syntax for Rust.Georg Brandl2014-10-071-1/+1
* Fix bygroups usage in RustLexerTim Hatch2014-10-041-7/+9
* Remove the c_like subpackage.Georg Brandl2014-09-201-0/+161