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-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-209
/
+132
2011-05-31
Fix utility printers to flush eof in common.rs.
Graydon Hoare
-0
/
+6
2011-05-31
Fix long lines
Graydon Hoare
-8
/
+16
2011-05-31
Break methods in obj types.
Graydon Hoare
-0
/
+3
2011-05-31
Tighten up comment rules a little more.
Graydon Hoare
-22
/
+22
2011-05-31
Improve handling of trailing comments.
Graydon Hoare
-4
/
+30
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-22
/
+27
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-205
/
+333
2011-05-31
Differentiate consistency of commasep boxes
Graydon Hoare
-27
/
+35
2011-05-31
new pretty printer
Graydon Hoare
-405
/
+736
2011-05-31
Fix the bots.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-31
Remove code that is now dead.
Rafael Ávila de Espíndola
-5
/
+0
2011-05-31
Merge remote-tracking branch 'upstream/master'
Rafael Ávila de Espíndola
-1
/
+1
2011-05-31
change fn to pred in pred-on-wrong-slots (but it's still xfailed
Tim Chevalier
-1
/
+1
2011-05-31
New snapshot.
Rafael Ávila de Espíndola
-0
/
+5
2011-05-31
Start finishing up the rust_start signature transition.
Rafael Ávila de Espíndola
-4
/
+4
2011-05-31
Have blocks return their result by writing to a reserved space
Marijn Haverbeke
-71
/
+103
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-271
/
+271
2011-05-31
stdlib: Remove unneeded type params from alt patterns
Brian Anderson
-55
/
+55
2011-05-31
Register new snapshots
Brian Anderson
-0
/
+5
2011-05-31
rustc: Pushdown type params for tag patterns. Closes #363
Brian Anderson
-4
/
+29
2011-05-30
rt: Use new module syntax for logging rt pseudo-modules
Brian Anderson
-12
/
+12
2011-05-27
In pre/postcondition computation, failing calls should set the postcondition
Tim Chevalier
-3
/
+42
2011-05-27
change comment
Tim Chevalier
-3
/
+3
2011-05-27
Fix two typestate bugs
Tim Chevalier
-8
/
+11
2011-05-27
Lots of comments, and some more descriptive names.
Lindsey Kuper
-56
/
+209
2011-05-27
Check the declaration type in a for loop against the sequence type
Tim Chevalier
-15
/
+62
2011-05-27
add a function that returns the type of a local decl
Tim Chevalier
-0
/
+11
2011-05-27
Re-XFAIL, not valgrind-clean.
Graydon Hoare
-0
/
+6
2011-05-27
Generating names for wrappers, removed extra logging
Eric Holk
-35
/
+5
2011-05-27
Switched calling conventions so that spawn with multiple arguments works.
Eric Holk
-9
/
+8
2011-05-27
Switching over to wrappers for spawning functions of multiple arguments. Does...
Eric Holk
-60
/
+164
2011-05-27
Un-XFAILing spawn tests.
Eric Holk
-6
/
+0
2011-05-27
Removing excessively verbous logging.
Eric Holk
-37
/
+0
2011-05-27
Programs using spawn terminate
Eric Holk
-1
/
+18
2011-05-27
Working on 2 argument spawn. The arguments seem to be copied correctly once, ...
Eric Holk
-5
/
+22
2011-05-27
Arguments seem to be correctly passed to child processes now.
Eric Holk
-11
/
+14
2011-05-27
New tasks run, but their arguments get lost and something ends up in an infin...
Eric Holk
-2
/
+6
2011-05-27
Test case showing that issue 324 is resolved.
Lindsey Kuper
-0
/
+39
2011-05-27
Use annotations on blocks
Tim Chevalier
-10
/
+9
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-80
/
+80
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
-29
/
+32
2011-05-27
Lex '|>' as the RECV token.
Michael Sullivan
-6
/
+14
2011-05-26
Test for use of break as an expression
Tim Chevalier
-0
/
+13
2011-05-26
Make _|_ unify with anything
Tim Chevalier
-12
/
+54
2011-05-27
Handle circularity in glob imports in a more elegant fashion.
Paul Stansifer
-88
/
+108
2011-05-27
Add a map from def_id s to items in resolve::env.
Paul Stansifer
-1
/
+58
2011-05-27
Fix bugs: make sure glob imports show up in the right module,
Paul Stansifer
-70
/
+178
[next]