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
Age
Commit message (
Expand
)
Author
Lines
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-413
/
+678
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-31830
/
+28821
2011-07-27
Register transitional snapshot
Marijn Haverbeke
-1
/
+6
2011-07-27
This time, I'm almost sure it'll work
Marijn Haverbeke
-1
/
+1
2011-07-27
Update the parser to accept the new syntax
Marijn Haverbeke
-155
/
+59
2011-07-27
Output native_name field for native mods when needed
Marijn Haverbeke
-0
/
+5
2011-07-27
Have the pretty-printer parentesize unary ops when needed
Marijn Haverbeke
-3
/
+13
2011-07-27
Update the pretty-printer to output the new syntax
Marijn Haverbeke
-20
/
+19
2011-07-27
Parenthesize ivec types as needed
Marijn Haverbeke
-0
/
+8
2011-07-27
Hack to make snap-stage1 actually build incompatible changes
Marijn Haverbeke
-1
/
+4
2011-07-27
Add missing case for view_item_use in resolve.rs
Marijn Haverbeke
-16
/
+11
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-68
/
+163
2011-07-26
Make the setenv tests threadsafe(ish)
Brian Anderson
-7
/
+9
2011-07-26
Try to keep the local and its type together when wrapping a long decl.
Graydon Hoare
-3
/
+7
2011-07-26
Prohibit breaking between "let" and "=" in local decls.
Graydon Hoare
-2
/
+4
2011-07-26
Clean up long strings and indentation.
Lindsey Kuper
-21
/
+19
2011-07-26
Trailing whitespace.
Graydon Hoare
-1
/
+1
2011-07-26
Tidy up fuzzer logic a bit.
Graydon Hoare
-13
/
+24
2011-07-26
Handle printing 'auto' occurring in loop-variable context.
Graydon Hoare
-1
/
+4
2011-07-26
Improve printing of mod and native mod.
Graydon Hoare
-33
/
+47
2011-07-26
Handle hardbreaks at bol slightly better, including break_offset calls (tuck ...
Graydon Hoare
-18
/
+34
2011-07-26
Handle column-zero \n explicitly rather than looking for \n\n.
Graydon Hoare
-4
/
+1
2011-07-26
Consume EOL after line comment.
Graydon Hoare
-0
/
+3
2011-07-26
Dump all subprocess output to stdout when running verbose compiler tests
Brian Anderson
-0
/
+10
2011-07-26
Some simple cleanup of trans_bind.
Michael Sullivan
-172
/
+162
2011-07-26
Convert a bunch of cx.fcx.lcx... paths into bcx_...(cx)
Michael Sullivan
-310
/
+310
2011-07-26
Add a bunch of tests for blocks.
Michael Sullivan
-0
/
+90
2011-07-26
Initial implementation of typestate for closures.
Michael Sullivan
-13
/
+31
2011-07-26
Translate anonymous block closures.
Michael Sullivan
-8
/
+50
2011-07-26
Resolve and typecheck alias-environment-capturing blocks.
Michael Sullivan
-34
/
+107
2011-07-26
Add block and closure protos and parse/pp block and lambda exprs.
Michael Sullivan
-5
/
+19
2011-07-26
Fix the freevars pass to actually work on top of visit.
Michael Sullivan
-2
/
+9
2011-07-26
Base scheduler threads on number of cores. Closes #739
Brian Anderson
-3
/
+41
2011-07-26
Clone all data before before putting it in a test closure
Brian Anderson
-3
/
+33
2011-07-26
Join the process server after running all compile tests
Brian Anderson
-5
/
+12
2011-07-26
Run test process from a dedicated task
Brian Anderson
-58
/
+159
2011-07-26
Oops, left whitespace.
Paul Stansifer
-1
/
+1
2011-07-26
Add basic support for blocks and types in macros.
Paul Stansifer
-7
/
+127
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-60
/
+53
2011-07-26
Add 'simple' visiting to visit.rs
Marijn Haverbeke
-4
/
+105
2011-07-26
Resolve loop collection expressions in the right scope
Marijn Haverbeke
-17
/
+22
2011-07-26
Fix win tinderbox breaking typo
Marijn Haverbeke
-1
/
+1
2011-07-26
Detect duplicate field names in record literals and types
Marijn Haverbeke
-16
/
+33
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-344
/
+24
2011-07-26
Fixup test changes
Marijn Haverbeke
-1
/
+1
2011-07-26
Properly parse 'auto' for loop variable types
Marijn Haverbeke
-1
/
+8
2011-07-26
Remove uses of tuples from the test suite
Marijn Haverbeke
-264
/
+191
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-723
/
+759
2011-07-26
Make the pretty-printer output new-style syntax for records
Marijn Haverbeke
-9
/
+8
2011-07-26
Make the pretty-printer output new-style syntax for local decls
Marijn Haverbeke
-11
/
+8
[prev]
[next]