index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
highlight.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-30
rustdoc tweaking
bors
-24
/
+22
2020-12-24
rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...
ThePuzzlemaker
-7
/
+15
2020-12-23
Update HTML DOM attribute "edition" to "data-edition"
Guillaume Gomez
-1
/
+1
2020-12-05
Move tooltips messages to CSS instead of inside HTML
Guillaume Gomez
-5
/
+10
2020-11-17
Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez
Mara Bos
-17
/
+16
2020-11-17
Rollup merge of #77939 - GuillaumeGomez:fix-source-code-dos-backline, r=jyn514
Mara Bos
-1
/
+3
2020-11-15
Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...
Guillaume Gomez
-3
/
+3
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-1
/
+1
2020-11-15
Ensure that the source code display is working with DOS backline
Guillaume Gomez
-0
/
+2
2020-11-15
Get rid of `Class::None`
Joshua Nelson
-17
/
+16
2020-08-31
Fix strings indent
Guillaume Gomez
-1
/
+1
2020-08-27
Remove dependency on StringReader from rustdoc highlighter
Aleksey Kladov
-330
/
+224
2020-07-14
rustdoc: glue tokens before highlighting
Andy Russell
-14
/
+37
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-6
/
+2
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-2
/
+2
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-26
Fix run button positionning in case of scrolling
Guillaume Gomez
-7
/
+4
2020-01-17
rustdoc: Catch fatal errors when syntax highlighting
Oliver Middleton
-2
/
+3
2020-01-15
rustdoc: HTML escape codeblocks which fail syntax highlighting
Oliver Middleton
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-61
/
+81
2019-11-20
Delete ProcessCfgMod
Mark Rousskov
-2
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-2
/
+2
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-1
/
+2
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-03
use silent emitter for rustdoc highlighting pass
Andy Russell
-2
/
+2
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-2
/
+2
2019-08-05
adapt rustdoc to infailable lexer
Aleksey Kladov
-13
/
+14
2019-08-05
add unknown token
Aleksey Kladov
-1
/
+1
2019-07-04
cleanup lexer constructors
Aleksey Kladov
-11
/
+11
2019-07-04
remove StringReader::peek
Aleksey Kladov
-9
/
+20
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Use `Token` in `StringReader` and `TokenTreesReader`
Vadim Petrochenkov
-5
/
+5
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Rename `TokenAndSpan` into `Token`
Vadim Petrochenkov
-15
/
+15
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-7
/
+7
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-7
/
+7
2019-05-11
Keep the original token in `ast::Lit`
Vadim Petrochenkov
-0
/
+2
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-20
Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus
bors
-37
/
+55
2019-01-18
Add token::Err
Yuki Okushi
-1
/
+1
2019-01-14
rustdoc: check code block syntax in early pass
Andy Russell
-37
/
+55
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
[next]