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
/
libsyntax
/
parse
/
lexer
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-16
/
+16
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-1
/
+1
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-14
/
+14
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-14
/
+14
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-16
/
+16
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-17
/
+17
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-2
/
+6
2014-12-11
Register new snapshots
Alex Crichton
-8
/
+4
2014-12-09
auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
bors
-0
/
+2
2014-12-08
Revert "Register new snapshots"
Alex Crichton
-3
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-22
/
+20
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-11
/
+11
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-11
/
+9
2014-12-05
Register new snapshots
Alex Crichton
-3
/
+3
2014-12-03
syntax: support ES6-style unicode escapes
Corey Richardson
-3
/
+78
2014-11-30
Adjust some error messages to start with a lowercase letter and not finish wi...
P1start
-1
/
+1
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-4
/
+4
2014-11-21
unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue
Brian Anderson
-3
/
+3
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-2
/
+2
2014-11-21
core: Convert Char::escape_default, escape_unicode to iterators
Brian Anderson
-2
/
+2
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-3
/
+3
2014-11-20
Switch numeric suffix parsing to use the new system.
Huon Wilson
-70
/
+4
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-28
/
+84
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-20
/
+21
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-13
Add error message specific to \<carriage return>.
Huon Wilson
-0
/
+7
2014-11-05
Register snapshots.
Eduard Burtescu
-6
/
+0
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4
/
+19
2014-11-03
Ignore whitespace tokens when re-computing spans in save_analysis
Nick Cameron
-0
/
+13
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-6
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+2
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-25
/
+36
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-6
/
+5
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-94
/
+94
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-11
/
+11
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-1
/
+1
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-3
/
+3
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-12
/
+12
2014-08-13
quote_expr macro: embed Ident using special encoding that preserves hygiene.
Felix S. Klock II
-0
/
+105
[next]