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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-23
/
+23
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-13
/
+22
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-7
/
+7
2013-02-13
cleanup, fix test case
John Clements
-1
/
+0
2013-02-13
Commenting, test cases, cleanup
John Clements
-3
/
+23
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-4
/
+4
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
test cases, cleanup
John Clements
-5
/
+6
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-8
/
+8
2013-01-14
convert ast::pat_list_ident_ to a struct
Erick Tryzelaar
-1
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-4
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-35
/
+1
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-1
/
+1
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-1
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-47
/
+47
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-19
libsyntax: Remove the restricted keyword concept
Brian Anderson
-24
/
+0
2012-09-11
Reserve 'be' as a keyword
Brian Anderson
-0
/
+21
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-09
Introduce 'strict' keywords, that may not be used as idents anywhere
Brian Anderson
-0
/
+21
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-14
/
+14
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-12
/
+12
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-11
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-4
/
+6
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-7
/
+7
2012-08-05
Switch alts to use arrows
Brian Anderson
-15
/
+19
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-5
/
+5
2012-08-01
Convert ret to return
Brian Anderson
-14
/
+14
2012-07-30
libsyntax: Parse self types in methods
Patrick Walton
-4
/
+8
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-27
Make macro-system type and constructor names more uniform; more comments.
Graydon Hoare
-1
/
+1
2012-07-26
Make parsing about 0.3 seconds faster.
Eric Holk
-9
/
+10
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+37
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-23
/
+23
2012-07-13
More consistent use of backticks and "expected" in error messages.
Lindsey Kuper
-12
/
+15
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-0
/
+1
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-1
/
+0
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-0
/
+1
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+9
2012-07-05
Start letting the parser catch interpolated ASTs.
Paul Stansifer
-0
/
+2
[prev]
[next]