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.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-1
/
+1
2012-09-18
make filetype() include the "." (fixes #3412)
Niko Matsakis
-2
/
+2
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-3
/
+3
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-0
/
+6
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-8
/
+8
2012-08-27
Convert core::result to camel case
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-12
/
+13
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-11
/
+10
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-2
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-15
/
+15
2012-07-25
Compiled a bounded version of pingpong.
Eric Holk
-0
/
+12
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-23
/
+23
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-9
/
+9
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-5
/
+2
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-2
/
+5
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-5
/
+2
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-4
/
+2
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-2
/
+4
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-4
/
+2
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-2
/
+4
2012-07-05
Some rearranging in perparation for MBE-style TT transcription.
Paul Stansifer
-3
/
+6
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-27
Replace more vector + (issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+3
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+3
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-2
/
+3
2012-06-15
Bugfix: obey the tt_lexer's own invariants.
Paul Stansifer
-9
/
+6
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-14
/
+31
2012-06-15
Make it possible to make tt_reader-based parsers.
Paul Stansifer
-1
/
+9
2012-06-15
Pull out an interface for the lexer.
Paul Stansifer
-34
/
+51
2012-06-09
Fix long lines
Brian Anderson
-2
/
+8
2012-06-09
syntax: Don't copy source string
Brian Anderson
-2
/
+1
2012-06-09
syntax: Intern @strs instead of strs
Brian Anderson
-2
/
+2
2012-06-07
syntax: Remove some more implicit copies
Patrick Walton
-19
/
+13
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+164