about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-02libsyntax: De-`@str` `get_single_str_from_tts`Patrick Walton-2/+4
2014-02-02libsyntax: Remove all `@str` from the ASTPatrick Walton-39/+46
2014-02-02libsyntax: Make float literals not use `@str`Patrick Walton-20/+24
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-48/+43
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-89/+87
2014-02-02libsyntax: Remove the unnecessary `src` field from the lexerPatrick Walton-9/+6
2014-02-02librustc: Fix merge fallout.Patrick Walton-4/+6
2014-02-02libsyntax: De-`@str` `to_source`Patrick Walton-41/+42
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-275/+432
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-154/+336
2014-02-01auto merge of #11930 : bjz/rust/next_power_of_two, r=huonwbors-156/+101
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-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-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 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