| Age | Commit message (Expand) | Author | Lines |
| 2013-06-27 | debuginfo: Added test case for region pointers pointing to stack values with ... | Michael Woerister | -0/+116 |
| 2013-06-27 | debuginfo: Added support for region pointers. | Michael Woerister | -3/+3 |
| 2013-06-27 | debuginfo: Replaced many instances of @ with &. | Michael Woerister | -22/+23 |
| 2013-06-27 | debuginfo: Added test case for structs with destructor. | Michael Woerister | -0/+77 |
| 2013-06-27 | debuginfo: Added test case for local variable scopes. | Michael Woerister | -0/+49 |
| 2013-06-27 | debuginfo: Made test cases use correct naming convention for variables. | Michael Woerister | -64/+64 |
| 2013-06-27 | debuginfo: Many little formatting improvements. | Michael Woerister | -56/+121 |
| 2013-06-27 | debuginfo: Added test cases for tuples contained in structs. | Michael Woerister | -0/+151 |
| 2013-06-27 | debuginfo: Added test cases for tuples. | Michael Woerister | -26/+101 |
| 2013-06-27 | Fixed debug information bug regarding struct padding. | Michael Woerister | -12/+80 |
| 2013-06-27 | Extended test cases for struct debug information. | Michael Woerister | -35/+237 |
| 2013-06-28 | std: silence some test warnings. | Huon Wilson | -27/+22 |
| 2013-06-27 | auto merge of #7429 : Blei/rust/delete-shared, r=huonw | bors | -427/+388 |
| 2013-06-28 | extra: silence some test warnings. | Huon Wilson | -43/+22 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -90/+88 |
| 2013-06-28 | Convert vec::{partition, partitioned} to methods. | Huon Wilson | -48/+29 |
| 2013-06-28 | Convert vec::retain to a method. | Huon Wilson | -22/+18 |
| 2013-06-28 | Convert vec::truncate to a method. | Huon Wilson | -16/+11 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -93/+81 |
| 2013-06-28 | Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods. | Huon Wilson | -136/+103 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -427/+388 |
| 2013-06-27 | auto merge of #7403 : catamorphism/rust/package-scripts, r=brson | bors | -22/+166 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -59/+33 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -198/+151 |
| 2013-06-27 | auto merge of #7395 : yichoi/rust/android_dummy, r=brson | bors | -0/+25 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -221/+175 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -317/+455 |
| 2013-06-26 | Fix deque tests | Corey Richardson | -4/+5 |
| 2013-06-26 | auto merge of #7111 : brson/rust/stack, r=brson | bors | -56/+40 |
| 2013-06-26 | auto merge of #7354 : bblum/rust/trait-bounds, r=pcwalton | bors | -145/+362 |
| 2013-06-26 | vec: remove superseded reverse_part function | Daniel Micay | -40/+2 |
| 2013-06-26 | last bit of whitespace | Corey Richardson | -1/+0 |
| 2013-06-26 | Whitespace | Brian Anderson | -1/+1 |
| 2013-06-26 | treemap: remove .each in favor of .iter().advance | Ramkumar Ramachandra | -18/+9 |
| 2013-06-26 | Fix run-pass/match-borrowed_str.rs Fixes #7306 | Nick Desaulniers | -36/+42 |
| 2013-06-26 | Fix old .each usage | Corey Richardson | -2/+2 |
| 2013-06-26 | Add a run-pass test for existential traits in ARCs. | Ben Blum | -0/+103 |
| 2013-06-26 | rt: Release big stacks immediately after use to avoid holding on to them thro... | Brian Anderson | -56/+40 |
| 2013-06-26 | Fix pretty-printing for bounded closures. Close #7333. | Ben Blum | -10/+11 |
| 2013-06-26 | Change expected error message in kindchk compile-fail tests. | Ben Blum | -7/+8 |
| 2013-06-26 | Looser restrictions on what can be captured in unbounded heap closures. | Ben Blum | -8/+0 |
| 2013-06-26 | Make closure contents call out to trait_contents. | Ben Blum | -7/+14 |
| 2013-06-26 | Looser restrictions on what can be captured in unbounded traits. | Ben Blum | -23/+35 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -87/+177 |
| 2013-06-26 | Work-around 'static bound requirement in io::with_bytes_reader (note: does no... | Ben Blum | -4/+15 |
| 2013-06-26 | Fix whitespace issues (thanks @jedestep!) | Corey Richardson | -14/+9 |
| 2013-06-26 | auto merge of #7382 : msullivan/rust/cleanup, r=bblum | bors | -111/+48 |
| 2013-06-26 | Add methods .move_from() and .copy_from() to vec | Kevin Ballard | -0/+73 |
| 2013-06-26 | Add method .set_memory in vec::bytes for &[u8] | Kevin Ballard | -0/+26 |
| 2013-06-26 | Moving implementation details to a macro | Jed Estep | -67/+28 |