summary refs log tree commit diff
path: root/src/librustdoc/html/highlight.rs
AgeCommit message (Expand)AuthorLines
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-37/+55
2019-01-18Add token::ErrYuki Okushi-1/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-37/+55
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-02Remove not used `DotEq` tokenyui-knk-1/+1
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-5/+8
2018-10-09Add line numbers option to rustdocGuillaume Gomez-5/+8
2018-09-29Add a sentence before rustc errorsGuillaume Gomez-1/+1
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-7/+18
2018-08-19fix tidy errorsDonato Sciarra-2/+4
2018-08-19mv codemap source_mapDonato Sciarra-5/+5
2018-08-19mv codemap() source_map()Donato Sciarra-2/+2
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-3/+3
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-07-31Add dyn to WriteMark Rousskov-1/+1
2018-07-31Cleanup highlighting codeMark Rousskov-38/+22
2018-07-30Delete unused code in rustdocMark Rousskov-14/+0
2018-07-25Add missing dynTatsuyuki Ishi-2/+2
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-20lexer: Fix span override for the first token in a stringVadim Petrochenkov-2/+2
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-1/+1
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