about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-01auto merge of #11963 : alexcrichton/rust/fix-rustpkg, r=brsonbors-18/+19
2014-01-31auto merge of #11789 : pongad/rust/master, r=kballardbors-0/+148
2014-01-31Fixing testsAlex Crichton-2/+2
2014-01-31Remove the need to count lang itemsAlex Crichton-94/+81
2014-01-31Test for null buffer in CString.len()/.iter() and failKevin Ballard-3/+36
2014-01-31Remove the obsolete handler for `impl A;`.Huon Wilson-19/+19
2014-01-31Add test for sensible #[start] error message.Huon Wilson-0/+15
2014-01-31Add test cases for #4063.OGINO Masanori-0/+41
2014-01-31Add test case for issue 7911JeremyLetang-0/+48
2014-01-31Fix minor doc typosVirgile Andreani-55/+55
2014-01-31Un-xfail test for 7385Alex Crichton-4/+4
2014-02-01Added minmax function.Michael Darakananda-0/+148
2014-01-31auto merge of #11768 : nikomatsakis/rust/issue-11385-cell-and-variance, r=pnk...bors-154/+729
2014-01-31auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichtonbors-9/+113
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-154/+729
2014-02-01Move int and uint overflow tests into macrosBrendan Zabarauskas-15/+14
2014-02-01Remove free-standing div functions in std::uintBrendan Zabarauskas-60/+0
2014-02-01Remove some unused importsBrendan Zabarauskas-3/+0
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-78/+87
2014-01-31Fix rustpkg tests with --disable-inject-std-versionAlex Crichton-18/+19
2014-02-01Update the zsh completion file for rustc.OGINO Masanori-40/+70
2014-01-31auto merge of #11832 : jfager/rust/r5900, r=alexcrichtonbors-209/+285
2014-01-31auto merge of #11955 : alexcrichton/rust/fix-unwinding-on-mac-64, r=cmrbors-1/+5
2014-01-31Disable fp elim on mac64Alex Crichton-1/+5
2014-01-31auto merge of #11917 : thestinger/rust/intrinsic, r=alexcrichtonbors-136/+137
2014-01-31auto merge of #11929 : FlaPer87/rust/issue-11681, r=huonwbors-0/+29
2014-01-31Use __pthread_get_minstack() when available.Ben Noordhuis-1/+46
2014-01-31Retry on EINVAL from pthread_attr_setstacksize()Ben Noordhuis-6/+45
2014-01-31Add libc::consts::os::posix01::PTHREAD_STACK_MINBen Noordhuis-3/+23
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-14/+5
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-2/+69
2014-01-30auto merge of #11947 : alexcrichton/rust/osx-unwind, r=brsonbors-1/+4
2014-01-30Fix the size of the _Unwind_Exception structAlex Crichton-1/+4
2014-01-30auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichtonbors-1/+1
2014-01-30auto merge of #11759 : nathanielherman/rust/master, r=alexcrichtonbors-29/+29
2014-01-30Make mut_last return Option instead of failing on empty vector (and add a tes...Nathaniel Herman-7/+17
2014-01-30Make pop_ref and mut_pop_ref return Option instead of failing on empty vectorsNathaniel Herman-25/+21
2014-01-30Make shift_ref and mut_shift_ref return Option instead of failingNathaniel Herman-25/+21
2014-01-30Make size_of, align_of, and element_offset functions return u64 instead of ui...Nathaniel Herman-29/+29
2014-01-30auto merge of #11895 : xales/rust/libstd, r=alexcrichtonbors-42/+10
2014-01-30Implement default type parameters in generics.Eduard Burtescu-78/+536
2014-01-30auto merge of #11914 : FlaPer87/rust/issue-6157, r=alexcrichtonbors-0/+30
2014-01-30auto merge of #11911 : kballard/rust/empty-functional-update, r=pcwaltonbors-13/+45
2014-01-30auto merge of #11909 : thestinger/rust/tydesc, r=pcwaltonbors-18/+10
2014-01-30Add test case for issue #11681Flavio Percoco-0/+29
2014-01-30auto merge of #11907 : sanxiyn/rust/simd-shift, r=thestingerbors-4/+14
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-15/+21
2014-01-29Upgrade LLVMAlex Crichton-15/+21
2014-01-29auto merge of #11839 : typelist/rust/issue3008, r=huonwbors-58/+188
2014-01-30Consider types that contain fixed-length-zero vectors of themselves as non-re...Johannes Muenzel-2/+3