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