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
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-16
/
+0
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-03-10
Remove proc keyword
Guillaume Gomez
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-4
/
+4
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-8
/
+8
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-14
Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix
bors
-2
/
+7
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-2
/
+7
2015-02-10
rollup merge of #21918: ranma42/replace-be
Alex Crichton
-1
/
+1
2015-02-06
Fix infinite loop error
GuillaumeGomez
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-1
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-14
/
+1
2015-02-06
Add Str trait to InternedString, set get method deprecated
GuillaumeGomez
-0
/
+8
2015-02-04
Replace `be` with `become`
Andrea Canciani
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-1
/
+1
2015-01-30
Use absolute path to FullRange, rather than assuming it is in the prelude
Nick Cameron
-49
/
+48
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-6
/
+6
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-5
/
+5
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-4
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-5
/
+5
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-1
/
+1
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-11
Update Token::can_begin_expr() to make it consistent with the grammar:
Daniel Grunwald
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-3
/
+3
2015-01-06
Fix misspelled comments.
Joseph Crail
-3
/
+3
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-17
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-0
/
+6
2015-01-07
fallout
Nick Cameron
-3
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+6
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-49
/
+49
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-9
/
+9
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-0
/
+1
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-0
/
+1
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+24
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+17
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-6
/
+6
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-6
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-10
/
+14
[next]