summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-10/+10
2013-06-03resolve: don't resolve paths that point to non-static methodsPhilipp Brüschweiler-3/+22
2013-06-03Add test for issue #6698Philipp Brüschweiler-0/+17
2013-06-02auto merge of #6903 : dotdash/rust/self_by_value, r=catamorphismbors-2/+9
2013-06-03Add traits for concat and connect methodsBrendan Zabarauskas-90/+204
2013-06-02auto merge of #6905 : thestinger/rust/ptr, r=catamorphismbors-53/+72
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-53/+72
2013-06-02auto merge of #6879 : yichoi/rust/arm-test, r=brsonbors-35/+79
2013-06-03Fix passing self by value for types passed by valueBjörn Steinbrink-2/+9
2013-06-02Add a get_mut method to accompany the get method.gareth-0/+9
2013-06-01auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brsonbors-64/+47
2013-06-01auto merge of #6815 : kballard/rust/hashmap-insert_or_modify_with, r=ericktbors-36/+35
2013-06-01auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphismbors-0/+29
2013-06-01Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail.Luqman Aden-0/+1
2013-06-01auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-474/+762
2013-06-01testsuite: Add an xfailed test case for the new `extern mod` syntaxTim Chevalier-0/+16
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-472/+729
2013-06-01rustc: Call str::is_emptyTim Chevalier-1/+1
2013-06-01syntax: Add an each_view_item method on traitsTim Chevalier-0/+15
2013-06-01rustc: Improve astconv error messageTim Chevalier-1/+1
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-64/+47
2013-06-01Add new function hashmap.insert_or_update_with()Kevin Ballard-0/+15
2013-06-01Refactor some hashmap code into a new private function mangle()Kevin Ballard-37/+21
2013-06-01auto merge of #6885 : erickt/rust/move-callee_id, r=catamorphismbors-295/+349
2013-06-01Add test for #6861Luqman Aden-0/+28
2013-06-01auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphismbors-35/+123
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-289/+337
2013-06-01Windows fixesCorey Richardson-1/+2
2013-06-01librustc: Have destructor run for unit-like structs.Luqman Aden-2/+8
2013-06-01Fix vec::each* return valuesJed Davis-2/+19
2013-06-01std: fix run tests when symlink is in the rust checkout pathErick Tryzelaar-6/+12
2013-06-01test fixesCorey Richardson-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2784/+2890
2013-06-01librustc: Don't require `pub extern` to make extern functions visiblePatrick Walton-1/+15
2013-06-01add jemalloc to the runtimeDaniel Micay-0/+44423
2013-06-01auto merge of #6881 : Aatch/rust/new-passes-2, r=thestingerbors-10/+5
2013-06-02Better optimization pipelineJames Miller-10/+5
2013-06-01Fix a small typo in a comment.Tom Lee-1/+1
2013-06-01Reexport static methods on structs & enums.Tom Lee-35/+123
2013-06-01compiletest: update for language changeYoung-il Choi-1/+1
2013-06-01compiletest: runtest.rs tidyYoung-il Choi-2/+2
2013-06-01compiletest: runtest.rs cleanupYoung-il Choi-115/+30
2013-06-01etc: adb_run_wrapper.sh - fix to clean test (not produce Text File Busy)Young-il Choi-7/+19
2013-06-01etc: adb_run_wrapper argument changeYoung-il Choi-15/+22
2013-06-01compiletest: improve exit code handling with adb_run_wrapperYoung-il Choi-0/+93
2013-06-01etc: adb_run_wrapper addedYoung-il Choi-0/+17
2013-05-31auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwaltonbors-981/+365
2013-05-31auto merge of #6876 : cmr/rust/from_elem_opts, r=Aatchbors-3/+15
2013-06-01Optimize vec::from_elem with manual inlining (borrowck 1.85x speedup on libstd)Corey Richardson-3/+15
2013-05-31auto merge of #6729 : bstrie/rust/ascstr, r=Aatchbors-23/+40