about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-28Add each_parent to WindowsPathCorey Richardson-0/+8
2013-06-28Fix threadringCorey Richardson-1/+3
2013-06-28Rename Const/Owned in more placesJames Miller-14/+14
2013-06-28librustc: Fix even *MORE* merge fallout!Patrick Walton-3/+3
2013-06-28librustc: Fix even *more* merge fallout!Patrick Walton-9/+10
2013-06-28libextra: Fix even more merge fallout.Patrick Walton-8/+2
2013-06-28librustc: Fix more merge fallout.Patrick Walton-13/+24
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-46/+743
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-360/+574
2013-06-28librustc: Fix merge fallout.Patrick Walton-37/+34
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-944/+1314
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-207/+314
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-6/+11
2013-06-28libstd: Fix merge fallout.Patrick Walton-2/+3
2013-06-28librustc: Add a small vector optimization for GEPi. Shaves a second off trans...Patrick Walton-5/+14
2013-06-28libsyntax: Fix merge falloutPatrick Walton-2/+4
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-41/+181
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-222/+222
2013-06-28librustc: Rename Const to FreezePatrick Walton-42/+42
2013-06-28librustc: Change Const to Freeze in the compilerPatrick Walton-27/+34
2013-06-28librustc: Rename Owned to Send in the compilerPatrick Walton-54/+65
2013-06-28auto merge of #7436 : kballard/rust/term-dumb, r=cmrbors-4/+7
2013-06-28ctags: add macrosPhilipp Brüschweiler-0/+1
2013-06-28auto merge of #7426 : thestinger/rust/zero-size-noncopyable, r=catamorphismbors-18/+55
2013-06-28std: adjust run.rs test for androidYoung-il Choi-3/+149
2013-06-28auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphismbors-11/+94
2013-06-28auto merge of #7272 : Aatch/rust/namegen_thunk, r=thestingerbors-45/+40
2013-06-28Remove useless namegen thunkJames Miller-45/+40
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-11/+94
2013-06-28fix stage0 buildDaniel Micay-5/+8
2013-06-27rc: add missing `#[unsafe_no_drop_flag]`Daniel Micay-0/+2
2013-06-27std: unused import fix for androidYoung-il Choi-1/+0
2013-06-27extra: unused import fix for androidYoung-il Choi-1/+7
2013-06-27Rename #[no_drop_flag] to #[unsafe_no_drop_flag]Birunthan Mohanathas-5/+5
2013-06-27util: make NonCopyable 0 size (instead of 1 byte)Daniel Micay-13/+40
2013-06-27auto merge of #7410 : luqmana/rust/bare-self, r=catamorphismbors-33/+73
2013-06-27mk: Make windows installer work with -pre versionsBrian Anderson-1/+2
2013-06-27Add test for #5321.Luqman Aden-0/+25
2013-06-27librustc: Always pass self ByRef.Luqman Aden-33/+48
2013-06-27auto merge of #7432 : michaelwoerister/rust/WP3, r=jdmbors-97/+1317
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-0/+0
2013-06-27testsuite: Add test cases, some xfailedTim Chevalier-0/+149
2013-06-27rustpkg: Silence extra output from rustpkg testsTim Chevalier-3/+7
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-718/+545
2013-06-27Teach extra::term::Terminal.reset() to handle missing opKevin Ballard-4/+7
2013-06-27auto merge of #7414 : gifnksm/rust/max_by, r=catamorphismbors-0/+62
2013-06-27debuginfo: Some corrections after review.Michael Woerister-29/+16
2013-06-27debuginfo: Formatting cleanup.Michael Woerister-22/+12
2013-06-27debuginfo: Added test case for function arguments.Michael Woerister-0/+51
2013-06-27debuginfo: Added test case for local variables declared with destructuring.Michael Woerister-0/+33