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
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-3
/
+3
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-5
/
+5
2012-09-19
libsyntax: Remove the restricted keyword concept
Brian Anderson
-31
/
+4
2012-09-19
libsyntax: Move 'unsafe' to the strict keywords list
Brian Anderson
-2
/
+1
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-1
/
+1
2012-09-18
Remove 'unchecked' keyword
Brian Anderson
-1
/
+1
2012-09-13
Promote 'fail' to a strict keyword
Brian Anderson
-2
/
+1
2012-09-12
Promote 'const', 'copy', 'fn' to strict keywords
Brian Anderson
-3
/
+3
2012-09-12
Rename 'contextual' keywords to 'temporary'
Brian Anderson
-7
/
+7
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-2
/
+1
2012-09-11
Reserve 'be' as a keyword
Brian Anderson
-0
/
+14
2012-09-11
Promote 'pub' and 'priv' from restricted to strict keywords
Brian Anderson
-2
/
+1
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+2
2012-09-10
Promote 'return' from a restricted keyword to a strict keyword
Brian Anderson
-2
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-5
/
+5
2012-09-10
Promote most restricted keywords to strict keywords
Brian Anderson
-14
/
+18
2012-09-09
Reformat comments
Brian Anderson
-5
/
+5
2012-09-09
Introduce 'strict' keywords, that may not be used as idents anywhere
Brian Anderson
-4
/
+19
2012-09-09
Turn most contextual keywords into restricted keywords
Brian Anderson
-7
/
+3
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+1
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-3
/
+2
2012-09-07
Remove module keyword
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+2
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+0
2012-09-04
Remove 'with'
Brian Anderson
-2
/
+1
2012-09-04
syntax: Remove 'of' and 'check' from keyword table
Brian Anderson
-2
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-4
/
+4
2012-09-02
Camel case core::intrinsic
Brian Anderson
-2
/
+2
2012-09-01
Remove the 'to' keyword
Brian Anderson
-1
/
+0
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-1
/
+272
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-24
Use a faked-up function as a key, because functions aren't identical cross-cr...
Paul Stansifer
-4
/
+10
2012-08-22
intern identifiers
Paul Stansifer
-8
/
+68
2012-08-22
pre-intern some fixed names so they can be used as constants
Paul Stansifer
-2
/
+11
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-0
/
+8
2012-08-17
Stop parsing `iface`.
Lindsey Kuper
-1
/
+1
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-11
/
+11
2012-08-06
Handle interpolated paths in pattern parsing. Fixes #3007.
Eric Holk
-0
/
+7
2012-08-05
Switch alts to use arrows
Brian Anderson
-97
/
+102
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-0
/
+2
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-2
/
+2
2012-08-02
Revert "Remove "iface" from keyword table."
Lindsey Kuper
-1
/
+1
2012-08-02
Remove "iface" from keyword table.
Lindsey Kuper
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-1
/
+1
[prev]
[next]