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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
highlight.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-4
/
+4
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-1
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-3
/
+3
2017-11-06
tweak notes on ignore/compile_fail examples
QuietMisdreavus
-1
/
+1
2017-09-22
Add support for `..=` syntax
Alex Burka
-3
/
+3
2017-09-11
Add arrow and improve display
Guillaume Gomez
-9
/
+2
2017-09-11
Add class for codeblocks
Guillaume Gomez
-2
/
+15
2017-08-29
Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavus
Ariel Ben-Yehuda
-15
/
+43
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-16
Don't highlight # which does not start an attribute in rustdoc
Michael Layzell
-15
/
+43
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-1
/
+1
2017-06-29
Change some terminology around keywords and reserved identifiers
petrochenkov
-1
/
+1
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-1
/
+1
2017-05-02
Address review
est31
-1
/
+1
2017-05-02
Removal pass for anonymous parameters
est31
-2
/
+6
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-5
/
+5
2017-02-28
Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv
Corey Farwell
-3
/
+3
2017-02-28
Remove `Token::MatchNt`.
Jeffrey Seyfried
-1
/
+1
2017-02-28
Apply the same transformation to every types
Guillaume Gomez
-3
/
+3
2017-01-17
Fix fallout in `rustdoc`.
Jeffrey Seyfried
-9
/
+7
2016-12-23
Fix rustdoc highlighting of `&` and `*`.
Chris Morgan
-3
/
+5
2016-10-19
Improve `$crate`.
Jeffrey Seyfried
-3
/
+2
2016-10-12
rustdoc: color the question mark operator
est31
-2
/
+6
2016-09-17
duplicate the
Eitan Adler
-1
/
+1
2016-09-08
Set run button transparent instead of invisible
Guillaume Gomez
-1
/
+5
2016-07-19
Introduced `NoDelim` and modified the compiler to support it.
cgswords
-0
/
+1
2016-07-06
Rollup merge of #34626 - sylvestre:master, r=Manishearth
Steve Klabnik
-1
/
+1
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-3
/
+2
2016-07-03
Fix a few typos in the code
Sylvestre Ledru
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-2
/
+2
2016-05-15
true color, fixed boolval style in doc
Hendrik Sollich
-1
/
+1
2016-05-04
rustdoc: refactor rustdoc syntax highlighting for a more flexible API
Nick Cameron
-105
/
+245
2016-04-27
Make some fatal lexer errors recoverable
mitaa
-7
/
+19
2016-04-24
syntax: Get rid of token::IdentStyle
Vadim Petrochenkov
-1
/
+1
2016-04-04
rustdoc: factor out function for getting inner html of highlighted source
Nick Cameron
-19
/
+42
2016-03-22
fix alignment
Jorge Aparicio
-3
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-12
/
+12
2015-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-1
/
+1
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-2
/
+2
2015-05-14
syntax: replace sess.span_diagnostic.cm with sess.codemap().
Eduard Burtescu
-5
/
+3
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-06
librustdoc has been updated
GuillaumeGomez
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
[next]