about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-15Removed redundant code, improve performanceb1nd-9/+1
2014-01-15std::trie: optimise insert slightly.Huon Wilson-34/+36
2014-01-15std::trie: add benchmarks for insert.Huon Wilson-0/+48
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-1/+1
2014-01-14add an experimental tag for Gc<T> due to cyclesDaniel Micay-0/+5
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-1/+1
2014-01-14auto merge of #11538 : eddyb/rust/llvm-attributes, r=alexcrichtonbors-57/+59
2014-01-14auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakisbors-260/+189
2014-01-14auto merge of #11539 : dotdash/rust/void_type_fixup, r=alexcrichtonbors-1/+12
2014-01-14Fix the representation of C void pointers in LLVM IRBjörn Steinbrink-1/+12
2014-01-14Add noalias and noreturn attributes in more cases.Eduard Burtescu-57/+59
2014-01-14auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichtonbors-49/+125
2014-01-14renamed empty() to is_empty()Shamir Khodzha-4/+4
2014-01-14Completed patch searching for rust docsb1nd-49/+125
2014-01-13auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichtonbors-2/+4
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-13librustc: Don't translate an expr twice when implicitly coercing to a trait o...Luqman Aden-22/+21
2014-01-13librustc: Don't allow use after move of implicitly coerced object. Fixes #11481.Luqman Aden-2/+42
2014-01-13auto merge of #11305 : pcwalton/rust/at-patterns, r=pcwaltonbors-1030/+1018
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1028/+1007
2014-01-13xfail another native test on android (#11419)Brian Anderson-0/+1
2014-01-13libsyntax: Make managed box `@` patterns obsoletePatrick Walton-3/+12
2014-01-13auto merge of #11482 : fhahn/rust/issue-8005-better-error-msg-semi-last-stmt,...bors-3/+55
2014-01-13Better error message for semicolon on the last line of a functionFlorian Hahn-3/+55
2014-01-13auto merge of #11513 : huonw/rust/generic-errs, r=alexcrichtonbors-5/+24
2014-01-13rustc: make error messages containing generic more self-explanatory.Huon Wilson-5/+24
2014-01-13Add Clone to TreeSetYehuda Katz-0/+11
2014-01-12auto merge of #11506 : brson/rust/androidfixes, r=cmrbors-0/+2
2014-01-12xfail two tests that hang on Android (#11419)Brian Anderson-0/+2
2014-01-12Bump version to 0.10-preBrian Anderson-20/+16
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-187/+80
2014-01-13Remove RealExtBrendan Zabarauskas-49/+1
2014-01-12auto merge of #11502 : jhasse/rust/crate_type, r=alexcrichtonbors-5/+0
2014-01-12ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-22/+29
2014-01-12Mark allowed dead code and lang items as liveKiet Tran-13/+80
2014-01-12Don't overwrite the options.output value from build_session_optionsJan Niklas Hasse-5/+0
2014-01-12extra::ebml: Add unit test for vuint_at()Carl-Anton Ingmarsson-0/+48
2014-01-12extra::ebml: Make reader::Res publicCarl-Anton Ingmarsson-1/+1
2014-01-12auto merge of #11495 : kud1ing/rust/backticks, r=huonwbors-35/+35
2014-01-12more backtickskud1ing-35/+35
2014-01-12Fix indentionJan Niklas Hasse-9/+9
2014-01-12Support linking of rlib files in rustpkgJan Niklas Hasse-6/+13
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-260/+189
2014-01-11auto merge of #11480 : SiegeLord/rust/float_base, r=cmrbors-11/+133
2014-01-11auto merge of #11477 : adridu59/rust/bug-report, r=cmrbors-44/+40
2014-01-11auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichtonbors-5/+5
2014-01-11Use target libraries instead of host libraries. Fixes #11243Jan Niklas Hasse-5/+5
2014-01-11Tighten up float literal lexing.SiegeLord-11/+133
2014-01-11Trim src/ README, bring back version_info everywhereAdrien Tétar-16/+12
2014-01-11Various READMEs and docs cleanupAdrien Tétar-44/+44