summary refs log tree commit diff
path: root/src/librustdoc/html/highlight.rs
AgeCommit message (Expand)AuthorLines
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-4/+4
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-1/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-3/+3
2017-11-06tweak notes on ignore/compile_fail examplesQuietMisdreavus-1/+1
2017-09-22Add support for `..=` syntaxAlex Burka-3/+3
2017-09-11Add arrow and improve displayGuillaume Gomez-9/+2
2017-09-11Add class for codeblocksGuillaume Gomez-2/+15
2017-08-29Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavusAriel Ben-Yehuda-15/+43
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-16Don't highlight # which does not start an attribute in rustdocMichael Layzell-15/+43
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-1/+1
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-1/+1
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-1/+1
2017-05-02Address reviewest31-1/+1
2017-05-02Removal pass for anonymous parametersest31-2/+6
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-5/+5
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-3/+3
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-1/+1
2017-02-28Apply the same transformation to every typesGuillaume Gomez-3/+3
2017-01-17Fix fallout in `rustdoc`.Jeffrey Seyfried-9/+7
2016-12-23Fix rustdoc highlighting of `&` and `*`.Chris Morgan-3/+5
2016-10-19Improve `$crate`.Jeffrey Seyfried-3/+2
2016-10-12rustdoc: color the question mark operatorest31-2/+6
2016-09-17duplicate theEitan Adler-1/+1
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-1/+5
2016-07-19Introduced `NoDelim` and modified the compiler to support it.cgswords-0/+1
2016-07-06Rollup merge of #34626 - sylvestre:master, r=ManishearthSteve Klabnik-1/+1
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-3/+2
2016-07-03Fix a few typos in the codeSylvestre Ledru-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-16Add an abs_path member to FileMap, use it when writing debug info.Ted Mielczarek-2/+2
2016-05-15true color, fixed boolval style in docHendrik Sollich-1/+1
2016-05-04rustdoc: refactor rustdoc syntax highlighting for a more flexible APINick Cameron-105/+245
2016-04-27Make some fatal lexer errors recoverablemitaa-7/+19
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-1/+1
2016-04-04rustdoc: factor out function for getting inner html of highlighted sourceNick Cameron-19/+42
2016-03-22fix alignmentJorge Aparicio-3/+2
2016-03-22try! -> ?Jorge Aparicio-12/+12
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-2/+2
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-5/+3
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-06librustdoc has been updatedGuillaumeGomez-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1