about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-03-08libstd: Add some more functionality to Vec<T>Patrick Walton-0/+131
2014-03-07auto merge of #12520 : thestinger/rust/cmp, r=brsonbors-53/+156
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-53/+156
2014-03-07auto merge of #12748 : liigo/rust/rust-birthday, r=brsonbors-2/+2
2014-03-07auto merge of #12752 : edwardw/rust/rdoc, r=alexcrichtonbors-10/+51
2014-03-08Index cross-mod type definition and implementation properly in rustdocEdward Wang-10/+51
2014-03-07auto merge of #12753 : huonw/rust/vec-macro, r=cmrbors-3/+5
2014-03-07auto merge of #12750 : liigo/rust/De-extern-mod, r=alexcrichtonbors-29/+29
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-29/+29
2014-03-06auto merge of #12749 : tedhorst/rust/master, r=huonwbors-1/+1
2014-03-07change FVN hash function to the FVN-1a variantTed Horst-1/+1
2014-03-07Explicitly write down 0.1 release date in RELEASES.txt, to confirm Rust's bir...Liigo Zhuang-2/+2
2014-03-07std: stop `vec!()` warning about unused mutability.Huon Wilson-3/+5
2014-03-06auto merge of #12746 : alexcrichton/rust/issue-12743, r=brsonbors-12/+13
2014-03-06auto merge of #12635 : alexcrichton/rust/speedy-hash, r=brsonbors-212/+412
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-97/+128
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-12/+13
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-195/+364
2014-03-06auto merge of #12738 : alexcrichton/rust/needstest, r=brson,justbors-0/+340
2014-03-06auto merge of #12737 : alexcrichton/rust/issue-12736, r=brsonbors-2/+1
2014-03-06auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichtonbors-2/+4
2014-03-06test: Add some tests for closed issuesAlex Crichton-0/+340
2014-03-06auto merge of #12720 : iliekturtles/rust/master, r=alexcrichtonbors-1/+1
2014-03-06rustdoc: Don't escape contents of headersAlex Crichton-2/+1
2014-03-06Added missing possessive apostrophe.Mike Boutin-1/+1
2014-03-07rustc: Get LLVM error message safelyklutzy-2/+4
2014-03-06auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonwbors-30/+30
2014-03-06auto merge of #12726 : alexcrichton/rust/travis, r=brsonbors-10/+31
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-30/+30
2014-03-06auto merge of #12719 : alexcrichton/rust/fix-llvm-33, r=brsonbors-4/+32
2014-03-06auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-72/+155
2014-03-06auto merge of #12705 : alexcrichton/rust/issue-12692, r=brsonbors-45/+136
2014-03-06travis: Use LLVM 3.4 instead of LLVM 3.3Alex Crichton-10/+31
2014-03-05auto merge of #12687 : alexcrichton/rust/issue-12681, r=huonwbors-24/+105
2014-03-06debuginfo: Add test case for limited debuginfoMichael Woerister-0/+52
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-54/+69
2014-03-06debuginfo: Re-introduce the notion of line-table-only debuginfo.Michael Woerister-23/+39
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-24/+105
2014-03-05auto merge of #12703 : jld/rust/issue-8506, r=alexcrichtonbors-13/+28
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-12/+49
2014-03-05Fix ICE on statics with fancy nullable enums.Jed Davis-13/+28
2014-03-05rustc: Fix support for LLVM 3.3Alex Crichton-4/+32
2014-03-05auto merge of #12718 : thestinger/rust/min_max, r=alexcrichtonbors-3/+35
2014-03-05stats: fix handling of NaN in `min` and `max`Daniel Micay-3/+11
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+24
2014-03-05auto merge of #12715 : dmski/rust/no-extern-fn-pat, r=alexcrichtonbors-0/+35
2014-03-06Disallowed patterns in extern fn declarations.Dmitry Promsky-0/+35
2014-03-05auto merge of #12711 : edwardw/rust/mtwt, r=pcwaltonbors-562/+558
2014-03-05auto merge of #12709 : aepsil0n/rust/update_man_version, r=alexcrichtonbors-2/+2
2014-03-05native: Fix usage of a deallocated mutexAlex Crichton-16/+36