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
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-30
libsyntax: Parse self types in methods
Patrick Walton
-11
/
+152
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-10
/
+10
2012-07-30
Impl-ize interner.
Paul Stansifer
-3
/
+2
2012-07-27
Make macro-system type and constructor names more uniform; more comments.
Graydon Hoare
-20
/
+20
2012-07-27
Start killing off obsolete/unused quoters, and fix long lines.
Graydon Hoare
-17
/
+2
2012-07-26
Make parsing about 0.3 seconds faster.
Eric Holk
-1
/
+1
2012-07-26
Change `#macro` to `macro_rules!` in some cases.
Paul Stansifer
-38
/
+29
2012-07-24
rustc: Parse new-style impl declarations
Patrick Walton
-34
/
+69
2012-07-24
rustc: Don't require that structs have constructors
Patrick Walton
-3
/
+5
2012-07-24
Bugfix: make the parser handle the case where zero repetitions occur, by hand...
Paul Stansifer
-1
/
+2
2012-07-23
syntax: Expect the closing brace after struct literals
Patrick Walton
-0
/
+1
2012-07-23
rustc: Max/min classes: Add struct literal syntax
Patrick Walton
-30
/
+55
2012-07-19
Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...
Patrick Walton
-19
/
+2
2012-07-18
accept naked exprs with commas in pattern arms
Niko Matsakis
-2
/
+19
2012-07-18
Remove non-existent imports
Tim Chevalier
-3
/
+3
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-10
/
+19
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-2
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-4
/
+13
2012-07-17
Support attributes on class ctors and dtors
Tim Chevalier
-27
/
+32
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-6
/
+11
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-141
/
+12
2012-07-14
Get rid of ast::ty_vstore, which was only used for fixed length.
Michael Sullivan
-9
/
+10
2012-07-14
Make the new world order normative. Closes #2908.
Michael Sullivan
-9
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-146
/
+148
2012-07-13
Handle prefix notations for strings in patterns. This is kind of gross.
Michael Sullivan
-2
/
+21
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-8
/
+15
2012-07-13
Clean up various bugs with trait parsing.
Lindsey Kuper
-18
/
+23
2012-07-13
More consistent use of backticks and "expected" in error messages.
Lindsey Kuper
-11
/
+12
2012-07-13
Refactor how impl self types are stored
Tim Chevalier
-2
/
+2
2012-07-13
Front-end support for default impls in traits.
Lindsey Kuper
-13
/
+43
2012-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-7
/
+12
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-3
/
+7
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-24
/
+7
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-31
/
+22
2012-07-11
Fix (I think!) the ACTUALLY expr parsing situation.
Paul Stansifer
-32
/
+4
2012-07-10
Visit item macros.
Eric Holk
-1
/
+0
2012-07-09
Back out recognition of caret for unsafe ptr. Decided to abandon #2826 mid wa...
Graydon Hoare
-2
/
+1
2012-07-09
Make the matcher parser treat `()` in a matchy way, like one would expect.
Paul Stansifer
-6
/
+25
2012-07-09
Remove the tt macro demo.
Paul Stansifer
-41
/
+0
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-4
/
+10
2012-07-09
Add support for matchers nonterminals.
Paul Stansifer
-4
/
+8
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-1
/
+1
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-1
/
+1
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-1
/
+1
2012-07-09
Remove 'cont' from parser/lexer.
Graydon Hoare
-2
/
+1
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-09
rustc: Add some changes I missed
Patrick Walton
-6
/
+6
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-1
/
+41
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-41
/
+1
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-1
/
+41
[prev]
[next]