summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-07fix rpass core-run-destroy for androidsh8281.kim-1/+4
2013-11-07update for ndk r9bsh8281.kim-4/+0
2013-11-06auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichtonbors-21/+43
2013-11-07add `from_send` to Rc, since #9509 is fixedDaniel Micay-21/+43
2013-11-06Register new snapshotsAlex Crichton-170/+18
2013-11-06Added positive tests for integer literal base interpretation.Matt Carberry-0/+27
2013-11-06auto merge of #10227 : kud1ing/rust/ios, r=alexcrichtonbors-5/+17
2013-11-06Fixes for compilation to iOS:kud1ing-5/+17
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-05Re-arranging some things in btree.rs to accommodate testing.niftynif-107/+119
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-05rt: Convert timezone to utf-8 on Windowsklutzy-4/+9
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-04Added skeleton implementation of a B-tree with a few bells andniftynif-0/+372
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