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
2013-02-13
auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism
bors
-6
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-13
deriving_eq for tokens and binops
John Clements
-6
/
+1
2013-02-13
Commenting, test cases, cleanup
John Clements
-0
/
+1
2013-02-09
auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism
bors
-3
/
+3
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-3
/
+3
2013-02-08
Add and lex LIFETIME tokens
Niko Matsakis
-1
/
+8
2013-02-03
oldmap: get rid of the legacy each_key method
Daniel Micay
-3
/
+3
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-30
librustc: Remove legacy exports from the language. r=brson
Patrick Walton
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-61
/
+62
2013-01-24
Make `super` a keyword
Youngsoo Son
-1
/
+1
2013-01-23
libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...
Patrick Walton
-12
/
+17
2013-01-10
librustc: Allow the type parameter version of `Self` to be spelled with a cap...
Patrick Walton
-9
/
+38
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+11
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-7
/
+7
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-8
/
+0
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
syntax: slight improvement in fidelity of printing tokens. Still not great.
Graydon Hoare
-5
/
+3
2012-11-29
Forbid attrs on macros, since we don't handle them properly yet.
Paul Stansifer
-1
/
+1
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-285
/
+0
2012-11-28
Register snapshots
Brian Anderson
-285
/
+0
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-1
/
+3
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+285
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-0
/
+16
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-0
/
+1
2012-10-25
rustc: Translate tuple struct constructors
Patrick Walton
-0
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-15
/
+15
2012-10-09
Merge pull request #3700 from erickt/cargo-interner
Tim Chevalier
-21
/
+26
2012-10-08
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
Tim Chevalier
-6
/
+0
2012-10-08
Revert "Remove old auto_serialize2 code (needs snapshot)"
Tim Chevalier
-0
/
+6
2012-10-08
allow interner cache to be shared across parsers (#3699)
Erick Tryzelaar
-21
/
+26
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-6
/
+0
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-0
/
+6
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-14
/
+7
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-1
/
+1
2012-10-05
Revert "wip"
Tim Chevalier
-1
/
+1
2012-10-05
wip
Tim Chevalier
-1
/
+1
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-51
/
+67
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-277
/
+0
2012-09-23
Fix trans for region patterns (&P)
Niko Matsakis
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+277
2012-09-19
core: Move TLS to task::local_data
Brian Anderson
-2
/
+6
[prev]
[next]