about summary refs log tree commit diff
path: root/doc/lib/codemirror-rust.js
AgeCommit message (Collapse)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-432/+0
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
fail Fix merge conflicts - Issue 4524
2012-10-06Overhaul mods and crates section of tutorialBrian Anderson-1/+1
2012-09-23docs: Change 'class' to 'struct' in codemirror-rustBrian Anderson-1/+1
2012-09-15Update keywords in codemirror-rust.jsBrian Anderson-8/+8
2012-07-31"iface" -> "trait" in CodeMirror mode.Lindsey Kuper-5/+5
2012-07-06Add 'class' and 'new' to codemirror-rust.jsBrian Anderson-2/+2
2012-07-02tutorial: Some work on closuresBrian Anderson-1/+1
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-03-20doc: tag->enum in codemirror-rust.jsBrian Anderson-2/+2
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-0/+432
And adjust highlighting/testing scripts to deal with this.