about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-24auto merge of #7982 : thestinger/rust/iterator, r=thestingerbors-366/+539
2013-07-24rc: Use ~T for allocationblake2-ppc-48/+44
2013-07-24fix compilation on macos/windowsDaniel Micay-2/+3
2013-07-24ToStr for HashMap does not need value to implement Eq or HashStepan Koltsov-6/+18
2013-07-24rustc: Remove some dead code from method resolutionBrian Anderson-17/+3
2013-07-24Fix a crash when transmuting non-immediate to immediate typesBjörn Steinbrink-0/+21
2013-07-24fix fmt! usageDaniel Micay-3/+3
2013-07-24Disallow non-comma-delimited arguments to fmt! and bytes!Birunthan Mohanathas-8/+9
2013-07-24std:rt: args module is not used by win/mac. #7951Brian Anderson-69/+123
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-103/+99
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-112/+103
2013-07-24add a RandomAccessIterator traitDaniel Micay-2/+117
2013-07-24auto merge of #7993 : Xazax-hun/rust/master, r=bblumbors-0/+12
2013-07-24auto merge of #7992 : huonw/rust/un-xfail, r=z0w0bors-9/+10
2013-07-24xfail tests that are currently failing on windows, reported in #7999crnobog-0/+4
2013-07-24auto merge of #7987 : alexcrichton/rust/tests-for-closed-issues, r=huonwbors-0/+34
2013-07-23auto merge of #7980 : graydon/rust/misc-benchmarks, r=catamorphismbors-2/+238
2013-07-23auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichtonbors-1/+44
2013-07-23auto merge of #7885 : graydon/rust/workcache-fixes-1, r=pcwaltonbors-166/+199
2013-07-23Change each_bound_trait_and_supertraits to take a vec of TraitRefs.Michael Sullivan-13/+10
2013-07-23Fix the issue-3979 tests and add a new test.Michael Sullivan-14/+53
2013-07-23Major rework of how calls to self and super methods work.Michael Sullivan-292/+120
2013-07-23Properly track and export information about vtables for impls in metadata.Michael Sullivan-80/+202
2013-07-23Have vtable resolution check for supertrait bounds. Closes #4055.Michael Sullivan-0/+17
2013-07-23Fix some impls such that all supertraits are actually implemented.Michael Sullivan-1/+31
2013-07-23Improve vtable resolution.Michael Sullivan-24/+46
2013-07-23Refactor a bunch of lookup_vtable to reduce rightward drift and clean things up.Michael Sullivan-221/+241
2013-07-23Add a to_owned_vec method to IteratorUtil.Michael Sullivan-0/+17
2013-07-23Fix a default method polymorphism bug.Michael Sullivan-1/+1
2013-07-23Get rid of an unused variable warning.Michael Sullivan-2/+0
2013-07-23std: make str::append move selfErick Tryzelaar-6/+5
2013-07-23rustc: remove unused variablesErick Tryzelaar-2/+0
2013-07-23clean up warningsErick Tryzelaar-8/+6
2013-07-23std: inline str::with_capacity and vec::with_capacityErick Tryzelaar-5/+4
2013-07-23std: simplify str::as_imm_buf and vec::as_{imm,mut}_bufErick Tryzelaar-12/+6
2013-07-23str: move as_mut_buf into OwnedStr, and make it `self`Erick Tryzelaar-18/+18
2013-07-23std: remove a malloc from os::fill_charp_bufErick Tryzelaar-3/+2
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-70/+50
2013-07-23std: rename str.as_buf to as_imm_buf, add str.as_mut_bufErick Tryzelaar-69/+63
2013-07-23std and extra: use as_c_str instead of as_buf in a couple placesErick Tryzelaar-19/+11
2013-07-23std: add test for str::as_c_strErick Tryzelaar-2/+23
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-196/+157
2013-07-23std: move str::as_buf into StrSliceErick Tryzelaar-62/+62
2013-07-23std: remove os::as_c_charpErick Tryzelaar-44/+39
2013-07-23std: rename str.as_bytes_with_null_consume to str.to_bytes_with_nullErick Tryzelaar-9/+8
2013-07-23std: wrap "long" utf8 lines.Graydon Hoare-2/+4
2013-07-23extra: rebase fallout.Graydon Hoare-1/+1
2013-07-23auto merge of #7964 : pnkfelix/rust/fsk-issue3994-readme-note, r=huonwbors-0/+5
2013-07-23extra: give up trying to make more fields of context cloneable, just use ARCs.Graydon Hoare-16/+28
2013-07-23extra: switch json from hashmaps to treemapsGraydon Hoare-15/+13