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
Age
Commit message (
Expand
)
Author
Lines
2011-09-15
Add representation for by-ref let bindings
Marijn Haverbeke
-19
/
+31
2011-09-15
Ensure parens are wrapped around composite exprs in call/index/field pos
Marijn Haverbeke
-5
/
+10
2011-09-15
More thorough check for (.. 10).x in pretty-printer
Marijn Haverbeke
-5
/
+21
2011-09-15
Stop mentioning tail calls in reference
Marijn Haverbeke
-3
/
+4
2011-09-15
Also handle fail and put in print_maybe_parens_discrim
Marijn Haverbeke
-2
/
+5
2011-09-15
Remove maybe_protect_block kludge from pretty-printer
Marijn Haverbeke
-121
/
+1
2011-09-15
Introduce new semicolon rules
Marijn Haverbeke
-71
/
+44
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-35
/
+30
2011-09-14
xfail-fast run-pass/linked-failure.rs. Not sure what the problem is.
Brian Anderson
-1
/
+1
2011-09-14
Unsupervise tasks before the scheduler kills them. Unblock before yield->fail
Brian Anderson
-3
/
+9
2011-09-14
Add a run-pass test for linked failure
Brian Anderson
-0
/
+24
2011-09-14
Make failure propagation to dead parents work
Brian Anderson
-3
/
+81
2011-09-14
Remove mention of port, chan and task *types*, as they're not just library-pr...
Graydon Hoare
-97
/
+11
2011-09-14
Remove talk of 'sharing boxes between tasks', old GC layer, etc. Add descript...
Graydon Hoare
-29
/
+41
2011-09-14
Remove mention of the nonexistent (and no longer implementable) memory accoun...
Graydon Hoare
-23
/
+0
2011-09-14
Make linked task failure work again
Brian Anderson
-4
/
+14
2011-09-14
Fix vector indexing notation, remove reference to 'slices'.
Graydon Hoare
-22
/
+4
2011-09-14
Fix description of tuples.
Graydon Hoare
-11
/
+18
2011-09-14
Remove more references to reflection from docs
Brian Anderson
-2
/
+0
2011-09-14
Remove description of nonexistent stuff (reflection, meta directives); add de...
Graydon Hoare
-40
/
+76
2011-09-14
Remove stuff that's either unimplemented or misleading.
Graydon Hoare
-28
/
+10
2011-09-14
Remove misleading details.
Graydon Hoare
-3
/
+1
2011-09-14
Add another XFAILed test for failing destructors
Brian Anderson
-0
/
+13
2011-09-14
Add another unwind test
Brian Anderson
-0
/
+12
2011-09-14
Revert "Try a little harder to avoid creating new landing pads"
Brian Anderson
-11
/
+10
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-34
/
+55
2011-09-14
Prevent memory errors when returning references to temp args.
Marijn Haverbeke
-14
/
+18
2011-09-14
Accept returning refs rooted in an arg from a by-ref funtion
Marijn Haverbeke
-21
/
+49
2011-09-14
Make ast_map.rs index function args, switch it over to simple_visitor
Marijn Haverbeke
-12
/
+16
2011-09-14
Remove some extra white-space introduced by the pretty-printer
Marijn Haverbeke
-17
/
+1
2011-09-14
Disallow implicit arg copying when the function returns a ref
Marijn Haverbeke
-1
/
+2
2011-09-14
Add support for basic return-by-alias to trans
Marijn Haverbeke
-58
/
+75
2011-09-14
Clean up trans_obj.rs a bit
Marijn Haverbeke
-30
/
+21
2011-09-14
Add a ret_style field to fn_ctxt in trans
Marijn Haverbeke
-9
/
+19
2011-09-14
Simplify trans::new_fn_ctxt_w_id
Marijn Haverbeke
-20
/
+8
2011-09-14
Rudimentary checking of safe alias returns
Marijn Haverbeke
-27
/
+52
2011-09-14
Rename restrict to binding in alias.rs
Marijn Haverbeke
-75
/
+66
2011-09-14
Stop needlessly boxing vectors in alias.rs
Marijn Haverbeke
-22
/
+20
2011-09-14
Make most of the compiler aware of return-by-reference
Marijn Haverbeke
-31
/
+34
2011-09-14
Refactor parse_ret_ty, start parsing by-alias return specs
Marijn Haverbeke
-51
/
+24
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-61
/
+58
2011-09-14
Add support for negative literals.
Josh Matthews
-6
/
+31
2011-09-13
Print perf measurement outputs on completion of 'perf' target.
Graydon Hoare
-3
/
+5
2011-09-13
Try harder still to generate fewer landing pads
Brian Anderson
-1
/
+19
2011-09-13
Try a little harder to avoid creating new landing pads
Brian Anderson
-10
/
+11
2011-09-13
Reuse landing pads when possible
Brian Anderson
-7
/
+32
2011-09-13
Add a compile-stage2-under-perf step to "make perf" target.
Graydon Hoare
-2
/
+17
2011-09-13
Add build-system mechanisms for running benchmarks under 'perf'.
Graydon Hoare
-2
/
+64
2011-09-13
Print something when we can't figure out a tag name. Mitigates #876.
Michael Sullivan
-5
/
+2
2011-09-13
Add missing cases for machine floats in shape.rs
Marijn Haverbeke
-3
/
+2
[prev]
[next]