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
/
comp
/
syntax
/
print
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-2319
/
+0
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-3
/
+3
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-0
/
+2
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-4
/
+4
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-2
/
+2
2012-02-22
Clean up small things in syntax submodules
Marijn Haverbeke
-48
/
+24
2012-02-21
rustc: Generate crates with #ast
Brian Anderson
-0
/
+4
2012-02-17
Refactor view_path to parse (but not yet process) export globs, unify code pa...
Graydon Hoare
-45
/
+44
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-15
/
+15
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-1
/
+2
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-0
/
+1
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-4
/
+4
2012-02-11
make bind syntax unnecessary: just use _ for one of the arguments
Niko Matsakis
-1
/
+6
2012-02-10
Remove a vestige of return-by-reference
Marijn Haverbeke
-3
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-5
/
+0
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-2
/
+2
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-11
/
+2
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-8
/
+13
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-1
/
+46
2012-02-03
Fix various drift issues in the qq branch.
Graydon Hoare
-4
/
+12
2012-02-03
Make macro arg optional in syntax, again untested.
Kevin Atkinson
-2
/
+5
2012-02-03
Add support for parsing quasi-quotes, doesn't do anything useful yet.
Kevin Atkinson
-0
/
+2
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-1
/
+5
2012-02-01
Remove support for native types
Marijn Haverbeke
-10
/
+0
2012-01-31
Change option::t to option
Tim Chevalier
-11
/
+11
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-22
/
+11
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-3
/
+4
2012-01-30
Remove ternary operator
Paul Woolcock
-14
/
+4
2012-01-30
Revert self types
Marijn Haverbeke
-2
/
+1
2012-01-26
rustc: Add pprust::res_to_str
Brian Anderson
-8
/
+41
2012-01-25
rustc: Add pprust::variant_to_str
Brian Anderson
-17
/
+39
2012-01-25
rustc: Allow attributes on enum variants. Closes #1663
Brian Anderson
-0
/
+1
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-1
/
+2
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-4
/
+4
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-2
/
+3
2012-01-23
s/block()/fn()/g
Niko Matsakis
-3
/
+3
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-0
/
+13
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-3
/
+3
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
rustc: Fix fun_to_str
Brian Anderson
-0
/
+14
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-8
/
+8
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-6
/
+6
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-13
/
+13
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-61
/
+61
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-3
/
+5
2012-01-16
Be more careful about pretty-printing literals
Marijn Haverbeke
-12
/
+19
2012-01-16
Update pretty printer to print out disr. values.
Kevin Atkinson
-0
/
+8
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-1
/
+13
[next]