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
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
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-6
/
+4
2014-07-15
Fix errors
Adolfo OchagavĂa
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo OchagavĂa
-1
/
+1
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-25
/
+16
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-2
/
+1
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-1
/
+1
2014-06-17
Add br##"xx"## raw byte string literals.
Simon Sapin
-1
/
+1
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-1
/
+2
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-3
/
+10
2014-06-04
syntax: methodify the lexer
Corey Richardson
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-23
syntax: Clean out obsolete syntax parsing
Alex Crichton
-1
/
+1
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-0
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-2
/
+2
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-6
/
+8
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-06
De-~[] Mem{Reader,Writer}
Steven Fackler
-1
/
+1
2014-03-28
Used inherited mutability in lexer::Reader.
Eduard Burtescu
-2
/
+2
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-6
/
+3
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-3
/
+3
2014-03-02
rustdoc: syntax highlight macro definitions, colour $... substitutions.
Huon Wilson
-7
/
+18
2014-02-28
rustdoc: Capture all output from rustc by default
Alex Crichton
-1
/
+1
2014-02-23
rustdoc: Add syntax highlighting
Alex Crichton
-0
/
+174
[prev]