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
/
front
Age
Commit message (
Expand
)
Author
Lines
2011-06-09
rustc: Add ty_istr and ty_ivec types
Patrick Walton
-3
/
+3
2011-06-09
rustc: Parse istr and ivec
Patrick Walton
-0
/
+8
2011-06-09
Further support for predicate constraints
Tim Chevalier
-52
/
+98
2011-06-09
A revised, improved alias-checker
Marijn Haverbeke
-0
/
+4
2011-06-08
Add optional message to fail.
Josh Matthews
-4
/
+13
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-4
/
+18
2011-06-07
Add multiline, whitespace-eating strings.
Josh Matthews
-0
/
+3
2011-06-04
stdlib: Use spans for #fmt errors originating in std
Brian Anderson
-1
/
+7
2011-06-04
rustc: Reenable debug logging in extfmt
Brian Anderson
-8
/
+7
2011-06-04
rustc: Hide the parser from syntax extensions
Brian Anderson
-9
/
+5
2011-06-04
rustc: Generate extension annotations from ext_ctxt instead of parser
Brian Anderson
-65
/
+67
2011-06-04
rustc: Add a next_ann method to ext_ctxt
Brian Anderson
-4
/
+13
2011-06-04
rustc: Use spans for #env errors
Brian Anderson
-5
/
+9
2011-06-04
rustc: Report unimplemented #fmt features with spans
Brian Anderson
-26
/
+22
2011-06-04
rustc: Add a span_unimpl method to ext_ctxt
Brian Anderson
-5
/
+13
2011-06-04
rustc: Use spans on extfmt error messages
Brian Anderson
-29
/
+31
2011-06-04
rustc: Return the correct span from parse_seq
Brian Anderson
-7
/
+4
2011-06-04
rustc: Pass the correct span to syntax extensions
Brian Anderson
-1
/
+2
2011-06-04
rustc: Introduce ext module. Move some things from parser to ext.
Brian Anderson
-24
/
+67
2011-06-03
"macro" -> "syntax extension" for now
Paul Stansifer
-22
/
+22
2011-06-03
Make the macro system more modular.
Paul Stansifer
-75
/
+59
2011-06-03
Add spans to fields, args, methods. Improve pp of same.
Graydon Hoare
-13
/
+17
2011-06-03
Parse pointers in metadata.
Rafael Ávila de Espíndola
-0
/
+1
2011-06-03
Accept *foo as a pointer to foo.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-02
Pretty-print literals exactly as we saw them in the source.
Graydon Hoare
-5
/
+29
2011-06-02
Implement pcwalton's code review suggestions.
Paul Stansifer
-1
/
+1
2011-06-02
Error message, instead of segfault, when recursive types are used.
Paul Stansifer
-0
/
+8
2011-06-01
Allow constraint args to be literals
Tim Chevalier
-0
/
+1
2011-06-01
Add a space after @mutable.
Graydon Hoare
-1
/
+1
2011-06-01
Move brace/if/for/while/do/alt/spawn exprs into bottom_expr rule.
Graydon Hoare
-23
/
+19
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-6
/
+26
2011-05-31
Support move as an initializer.
Michael Sullivan
-0
/
+6
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+7
2011-05-31
Teach the compiler to understand yield and join, as well as using task as a t...
Eric Holk
-1
/
+3
2011-05-31
Fix comment-scanning logic in lexer.
Graydon Hoare
-2
/
+4
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-3
/
+3
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-5
/
+7
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-58
/
+163
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-28
/
+28
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-2
/
+2
2011-05-27
Fix missing bump in RECV lexer case.
Michael Sullivan
-0
/
+1
2011-05-27
Pretty print the new RECV token...
Michael Sullivan
-0
/
+1
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-5
/
+7
2011-05-27
Lex '|>' as the RECV token.
Michael Sullivan
-6
/
+14
2011-05-27
"import module::*;" now works.
Paul Stansifer
-1
/
+0
2011-05-27
Parsing and folding changes for globbed imports.
Paul Stansifer
-12
/
+42
2011-05-26
Remove unused imports
Tim Chevalier
-4
/
+1
2011-05-26
Remove redisue of unused fields from 'ann'.
Graydon Hoare
-8
/
+2
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-30
/
+35
2011-05-25
rustc: Fail better when the first argument to #fmt is not a string literal
Brian Anderson
-2
/
+3
[prev]
[next]