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
Age
Commit message (
Expand
)
Author
Lines
2011-06-03
More comments.
Lindsey Kuper
-0
/
+17
2011-06-03
Comments and cleanup.
Lindsey Kuper
-31
/
+64
2011-06-03
Add spans to fields, args, methods. Improve pp of same.
Graydon Hoare
-38
/
+40
2011-06-03
Tidy up printing of ty_fn.
Graydon Hoare
-1
/
+5
2011-06-03
Parse pointers in metadata.
Rafael Ávila de Espíndola
-0
/
+1
2011-06-03
Boilerplate for pointers. Sorry for missing this on the first patch.
Rafael Ávila de Espíndola
-0
/
+20
2011-06-03
Accept *foo as a pointer to foo.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-02
Removing redundant "fail"s.
Lindsey Kuper
-19
/
+8
2011-06-02
rustc: Typecheck patterns from the top down; remove pushdown_pat
Patrick Walton
-156
/
+72
2011-06-02
Handle _|_ values properly in trans
Tim Chevalier
-4
/
+9
2011-06-02
Fix unification bug
Tim Chevalier
-1
/
+2
2011-06-02
Merge pull request #450 from paulstansifer/quick_error_message_fix_2
Patrick Walton
-0
/
+14
2011-06-02
Flatten functions and objects in trans::simplify_type.
Paul Stansifer
-0
/
+14
2011-06-02
Pretty-print literals exactly as we saw them in the source.
Graydon Hoare
-35
/
+91
2011-06-02
Refactor make_fp_cmp_glue and make_integral_cmp_glue into one.
Lindsey Kuper
-73
/
+95
2011-06-02
Implement pcwalton's code review suggestions.
Paul Stansifer
-13
/
+8
2011-06-02
Error message, instead of segfault, when recursive types are used.
Paul Stansifer
-3
/
+31
2011-06-02
rustc: Print node IDs for more types of nodes
Patrick Walton
-0
/
+27
2011-06-02
rustc: Tiny style fix in pprust::rust_printer
Patrick Walton
-1
/
+1
2011-06-01
rustc: Add a new mode to the pretty printer that prints out node IDs, for deb...
Patrick Walton
-5
/
+27
2011-06-01
rustc: Remove else-after-return in main
Patrick Walton
-21
/
+21
2011-06-01
rustc: Fold --pretty and --typed-pretty into a single option with an optional...
Patrick Walton
-17
/
+39
2011-06-01
Improve type error message for non-constructor in pattern
Tim Chevalier
-2
/
+2
2011-06-01
Redo typestate-related data structures to support predicate constraints. No a...
Tim Chevalier
-147
/
+473
2011-06-01
Add a few more to_str functions
Tim Chevalier
-4
/
+6
2011-06-01
Allow constraint args to be literals
Tim Chevalier
-0
/
+1
2011-06-01
Use span_err instead of err. Fixes issue #444.
Lindsey Kuper
-3
/
+2
2011-06-01
rustc: Remove rustboot workaround from walk::default_visitor()
Patrick Walton
-48
/
+30
2011-06-01
rustc: Allow walking over patterns
Patrick Walton
-0
/
+8
2011-06-01
Permit breaking before fn args block.
Graydon Hoare
-0
/
+1
2011-06-01
Comments.
Lindsey Kuper
-0
/
+8
2011-06-01
More tweaks to comment preservation rules.
Graydon Hoare
-70
/
+98
2011-06-01
Print iters as iters not fns.
Graydon Hoare
-6
/
+11
2011-06-01
Add a space after @mutable.
Graydon Hoare
-1
/
+1
2011-06-01
Print ty_bot properly.
Graydon Hoare
-1
/
+1
2011-06-01
Don't create an empty section.
Rafael Ávila de Espíndola
-3
/
+3
2011-06-01
Visibility is an ELF concept and protected visibility is not very well implem...
Rafael Ávila de Espíndola
-3
/
+6
2011-06-01
Move brace/if/for/while/do/alt/spawn exprs into bottom_expr rule.
Graydon Hoare
-23
/
+19
2011-06-01
Bug fixes to pprust.
Graydon Hoare
-2
/
+3
2011-06-01
Buffer pending whitespace in printer so as not to introduce trailing whitespa...
Graydon Hoare
-8
/
+17
2011-06-01
Support printing globs.
Graydon Hoare
-0
/
+10
2011-06-01
Slightly more aggressive about inserting whitespace. Getting frustrated with ...
Graydon Hoare
-9
/
+25
2011-06-01
Comments and cleanup.
Lindsey Kuper
-22
/
+49
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-227
/
+67
2011-05-31
Give up on use of huge_word for comments. Still not formatting quite right, b...
Graydon Hoare
-16
/
+9
2011-05-31
Fix pretty printer for move.
Michael Sullivan
-1
/
+1
2011-05-31
Support move as an initializer.
Michael Sullivan
-1
/
+18
2011-05-31
Implement move semantics.
Michael Sullivan
-4
/
+42
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+81
2011-05-31
Teach the compiler to understand yield and join, as well as using task as a t...
Eric Holk
-2
/
+6
[prev]
[next]