about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-06auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r...bors-280/+404
2013-11-06auto merge of #10314 : ksh8281/rust/fix_some_cfail_test_cases_for_arm, r=yichoibors-4/+9
2013-11-05auto merge of #10306 : alexcrichton/rust/issue-9970-better, r=huonwbors-15/+15
2013-11-06fix some cfail test cases for armsh8281.kim-4/+9
2013-11-05auto merge of #10305 : thestinger/rust/align, r=alexcrichtonbors-8/+8
2013-11-05fix alignment of pthread_attr_tDaniel Micay-8/+8
2013-11-05auto merge of #10299 : alexcrichton/rust/osx-loader-path-fix, r=brsonbors-2/+2
2013-11-05Clarify which errors are format string errorsAlex Crichton-15/+15
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-22/+264
2013-11-05Use loader_path instead of executable_path for osxAlex Crichton-2/+2
2013-11-05Make TypeContents consider the type `T` to be reachable via `*T` pointersNiko Matsakis-12/+128
2013-11-05Rename misleading contains_managed to owns_managedNiko Matsakis-26/+44
2013-11-05Refactor TypeContents to be more scrutable. In particular, create coarser bitsNiko Matsakis-244/+234
2013-11-05Move implementation for threads to RustDirkjan Bussink-180/+153
2013-11-05auto merge of #10285 : sfackler/rust/weird-derivings, r=huonwbors-3/+0
2013-11-05auto merge of #10282 : sfackler/rust/rustpkg-test-cfg, r=alexcrichtonbors-2/+15
2013-11-04auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brsonbors-13/+5
2013-11-04Remove #[deriving]s on implsSteven Fackler-3/+0
2013-11-04auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakisbors-103/+527
2013-11-04Add tests for variadic foreign functions.Luqman Aden-0/+170
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-103/+357
2013-11-04Allow --cfg on rustpkg testSteven Fackler-2/+15
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-97/+367
2013-11-04Relax the constraints on a debuginfo testAlex Crichton-1/+1
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-2447/+2721
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-477/+491
2013-11-04auto merge of #10260 : alexcrichton/rust/fix-temp-name, r=thestingerbors-1/+2
2013-11-03Fix the temporary name of the object file createdAlex Crichton-1/+2
2013-11-03auto merge of #10254 : sfackler/rust/rustpkg-test-failure, r=alexcrichtonbors-1/+18
2013-11-03Ensure rustpkg test fails if tests failedSteven Fackler-1/+18
2013-11-03auto merge of #10251 : thestinger/rust/ptr, r=alexcritchtonbors-83/+89
2013-11-03simplify memcpy/memmove/memset intrinsicsDaniel Micay-83/+89
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-1008/+1359
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1489/+1360
2013-11-03Modify IoFactory's fs_mkdir, and add fs_renameAlex Crichton-4/+41
2013-11-03Move rt::io traits into the preludeAlex Crichton-0/+1
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-8/+8
2013-11-03auto merge of #10219 : alexcrichton/rust/drop-invoke, r=pcwaltonbors-40/+59
2013-11-03Rename files to match current recommendations.Chris Morgan-3/+0
2013-11-03auto merge of #10244 : thestinger/rust/abort, r=alexcrichtonbors-1/+1
2013-11-03replace RetVoid with Unreachable to fix lintDaniel Micay-1/+1
2013-11-02auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichtonbors-5/+48
2013-11-02auto merge of #10199 : alexcrichton/rust/no-propagate, r=brsonbors-170/+15
2013-11-02Statically link libuv to librustuvAlex Crichton-117/+13
2013-11-02fix cross-crate destructor inliningDaniel Micay-5/+48
2013-11-02Updated debugging metadata for ty_nil and ty_botMichael Letterle-1/+75
2013-11-02auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmrbors-7/+5
2013-11-02auto merge of #10217 : alexcrichton/rust/less-reachable, r=pcwaltonbors-54/+130
2013-11-02auto merge of #10233 : sfackler/rust/private-module, r=alexcrichtonbors-0/+5