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
Age
Commit message (
Expand
)
Author
Lines
2012-08-05
syntax: Stop parsing alts without arrows
Brian Anderson
-6
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-461
/
+445
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-11
/
+8
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-31
/
+64
2012-08-03
libsyntax: Fix trailing whitespace
Patrick Walton
-1
/
+1
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-1
/
+11
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-45
/
+61
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-3
/
+3
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-8
/
+1
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-02
Extend ast_map to know about method declarations in traits.
Michael Sullivan
-1
/
+1
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-7
/
+7
2012-08-02
Allow `macro_rules! m { (...) => ... }`
Paul Stansifer
-2
/
+7
2012-08-02
Allow interpolations of all the nt_*s.
Paul Stansifer
-10
/
+33
2012-08-01
syntax: Remove 'ret'
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-265
/
+276
2012-08-01
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
Brian Anderson
-20
/
+25
2012-08-01
libsyntax: Use the keyword "copy" for copy-mode bindings instead of the +.
Patrick Walton
-16
/
+8
2012-08-01
libsyntax: Fix a parsing problem with the temporary syntax for by-value patte...
Patrick Walton
-2
/
+2
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-60
/
+90
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-7
/
+11
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-9
/
+23
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-0
/
+1
2012-07-31
syntax: More tweaks to make alt arrows parse and print correctly
Brian Anderson
-41
/
+46
2012-07-31
accept naked exprs with commas in pattern arms
Niko Matsakis
-2
/
+19
2012-07-31
Now you can use whatever delimiter you want to invoke syntax extensions.
Paul Stansifer
-17
/
+34
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+2
2012-07-31
Avoid accidentally printing floating point numbers as `10.f`.
Paul Stansifer
-1
/
+7
2012-07-31
Build fix: debug![ to debug!{
Ben Blum
-1
/
+1
2012-07-30
libsyntax: Parse self types in methods
Patrick Walton
-15
/
+160
2012-07-30
Allow single quote to be escaped in strings.
Paul Stansifer
-0
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-34
/
+34
2012-07-30
Work around bug #2935 by unautounboxing.
Paul Stansifer
-7
/
+9
2012-07-30
Impl-ize interner.
Paul Stansifer
-27
/
+15
2012-07-30
syntax: Fix semicolon printing. Closes #3036
Brian Anderson
-1
/
+1
2012-07-27
Make macro-system type and constructor names more uniform; more comments.
Graydon Hoare
-42
/
+44
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
-13
/
+14
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
[prev]
[next]