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
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
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+3
2014-12-31
rustdoc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-7
/
+11
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-3
/
+4
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-2
/
+2
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-1
/
+2
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-3
/
+3
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-2
/
+2
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-28
/
+29
[prev]
[next]