summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2013-02-16Make 'foo use font-lock-builtin-face, like module names, and make capitalized...Niko Matsakis-9/+23
2013-02-16emacs mode: Highlight 'foo as a lifetime, not a character constant.Niko Matsakis-8/+18
2013-02-16vim: move keyword is goneDaniel Micay-1/+1
2013-02-14made licenseck.py work for year substitutionsKang Seonghoon-5/+21
2013-02-11Merge pull request #4873 from jld/rust-mode-wants-cl-whenBrian Anderson-0/+1
2013-02-10etc: rework of how libuv is integrated into the buildJeff Olson-62/+0
2013-02-10rust-mode.el uses the 'cl macros, so it should actually require themJed Davis-0/+1
2013-02-01vim: 'fail' is no longer a keywordDaniel Micay-1/+1
2013-02-01vim: pub is just a plain old token keywordDaniel Micay-2/+1
2013-02-01vim: use StorageClass for mut and constDaniel Micay-2/+4
2013-02-01vim: 'be' is a reserved keywordDaniel Micay-1/+1
2013-02-01vim: unsafe:: namespaces were renamed to raw::Daniel Micay-2/+1
2013-02-01vim: add Self typeDaniel Micay-1/+1
2013-02-01vim: export is no longer a keywordDaniel Micay-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-3/+1
2013-01-29Fix licenseck to allow 2012-2013 as the year rangeTim Chevalier-1/+12
2013-01-28Change "// WARN" in tidy to "// NOTE" as requested by @catamorphismNiko Matsakis-2/+2
2013-01-28Make tidy actually workNiko Matsakis-3/+3
2013-01-28Detect "// WARN" in tidy and print out, well, a warning! UsefulNiko Matsakis-0/+8
2013-01-20Enable lint warnings for doc testsChris Peterson-5/+21
2013-01-17Add a license check to tidy. #4018Brian Anderson-2/+113
2013-01-03fix sugarise-doc-comments.py shebangDaniel Micay-1/+1
2012-12-25add Drop trait to vim syntax highlightingDaniel Micay-3/+3
2012-12-21update after/syntax/rust.vim for removal of <-Daniel Micay-4/+0
2012-12-14update syntax/rust.vim for keyword changesDaniel Micay-7/+7
2012-12-11Switch snapshots to static.rust-lang.org.Graydon Hoare-1/+1
2012-12-06librustc: Propagate type uses correctly from method calls to the containing f...Patrick Walton-0/+80
2012-10-08Revert bogus snapshot.py changeTim Chevalier-2/+1
2012-10-08Remove extra spaces from snapshots.txtTim Chevalier-1/+2
2012-10-05update Kate syntax file with latest keywords and typesAndrew Paseltiner-38/+19
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-7/+1
2012-09-28rust-mode: Add 'ref' keywordBrian Anderson-1/+1
2012-09-26Fix check-fast for the change to main's signature.Graydon Hoare-1/+1
2012-09-25Fix combine-tests.py to emit #[legacy_exports];Graydon Hoare-0/+2
2012-09-23vim - Update bblum's email address and highlight trait namesBen Blum-2/+8
2012-09-21rust-mode: Add pub and privBrian Anderson-1/+1
2012-09-18docs: Remove elipses from examples instead of commenting them outBrian Anderson-1/+1
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-1/+5
2012-09-11Fix combine-tests.py for new syntaxBrian Anderson-4/+4
2012-09-06emacs mode: include use as a keywordNiko Matsakis-1/+1
2012-09-05vim: Turn "pub" into a big asterisk for those who dislike the look of it.Patrick Walton-1/+9
2012-09-05Fix tutorial testsBrian Anderson-2/+2
2012-08-27change to 4-space indents everywhereNiko Matsakis-2/+1
2012-08-26vim - camel-case the non builtin typesBen Blum-6/+6
2012-08-23vim - fix indent rules, hilight format strings, some keywordsBen Blum-10/+10
2012-08-21fix kate syntax highlighting fileVincent Belliard-2/+8
2012-08-20add syntax highlighting file for kate editorVincent Belliard-0/+246
2012-08-16Merge pull request #3209 from mpenet/emacs-melpaBrian Anderson-17/+32
2012-08-16vim: "ref" and "static" are now keywords; highlight them as suchPatrick Walton-1/+1