summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-08std::rand: implement the chi-squared distribution.Huon Wilson-2/+99
2013-12-08Remove dead codesKiet Tran-1130/+150
2013-12-08Add dead-code warning passKiet Tran-53/+572
2013-12-07Register new snapshotsAlex Crichton-9/+8
2013-12-07rustdoc: fix the search-bar layoutAdrien Tétar-5/+11
2013-12-07auto merge of #10844 : huonw/rust/deriving-expn-info, r=alexcrichtonbors-231/+299
2013-12-07auto merge of #10831 : luqmana/rust/9382, r=nikomatsakisbors-3/+55
2013-12-07std::rand: implement the log-normal distribution.Huon Wilson-2/+58
2013-12-07std::rand: move normal and exponential to their own file.Huon Wilson-244/+303
2013-12-07auto merge of #10824 : huonw/rust/str-doc, r=alexcrichtonbors-42/+321
2013-12-06auto merge of #10797 : pradeep90/rust/rust-mode-changes, r=brsonbors-18/+33
2013-12-06auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichtonbors-128/+47
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-29/+87
2013-12-07std::str: Add examples to the StrSlice trait.Huon Wilson-42/+321
2013-12-07syntax::deriving: indicate from which trait type errors (etc) ariseHuon Wilson-4/+22
2013-12-07syntax: print expansion info from #[attribute] macros in the correctHuon Wilson-4/+29
2013-12-07syntax::deriving: add the cx and span to the TraitDef to reduce duplication.Huon Wilson-226/+251
2013-12-06Made Results API more composableMarvin Löbel-128/+47
2013-12-06librustc: Pass the correct type when adding cleanups.Luqman Aden-3/+55
2013-12-06auto merge of #10832 : chris-morgan/rust/let's-lop-lang-item-line-count, r=al...bors-276/+77
2013-12-05auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichtonbors-10/+34
2013-12-06Check crate root for docs in missing_doc lint.Corey Richardson-10/+34
2013-12-05auto merge of #10758 : alexcrichton/rust/upgrade-llvm, r=alexcrichtonbors-581/+72
2013-12-06Use a macro in lang_items to remove duplication.Chris Morgan-276/+77
2013-12-05auto merge of #10721 : osa1/rust/intermediatestr, r=brsonbors-3/+2
2013-12-05auto merge of #10675 : LeoTestard/rust/lifetimes-no-keywords, r=brsonbors-1/+27
2013-12-05Remove unused upcallsAlex Crichton-132/+43
2013-12-05auto merge of #10506 : nikomatsakis/rust/issue-10391-ICE-with-lifetimes, r=pn...bors-12/+64
2013-12-05Fix test for #10391 to have pub mainNiko Matsakis-1/+1
2013-12-05auto merge of #10562 : ongardie/rust/master, r=brsonbors-6/+7
2013-12-05auto merge of #10817 : alexcrichton/rust/sched-fix, r=brsonbors-4/+49
2013-12-05auto merge of #10211 : ktt3ja/rust/add-lrucache, r=brsonbors-0/+366
2013-12-05Forbid keywords as lifetime parameters names.Léo Testard-1/+27
2013-12-05Solve some nasty deschedulinging races with a lockAlex Crichton-4/+49
2013-12-05Update LLVM and jettison jit supportAlex Crichton-462/+42
2013-12-05Fix documentation typo (divison operator is not backslash)Alexandros Tasos-2/+2
2013-12-04auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichtonbors-628/+627
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-21/+21
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-57/+57
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-550/+549
2013-12-04auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwaltonbors-13/+13
2013-12-04auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r...bors-142/+70
2013-12-04auto merge of #10803 : vmx/rust/integer-decode, r=cmrbors-0/+60
2013-12-04auto merge of #10792 : kballard/rust/parse_sugary_call_expr-comments, r=alexc...bors-8/+8
2013-12-04auto merge of #10701 : huonw/rust/rm-from_utf8, r=brsonbors-226/+122
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-12-04Don't dup the stdio file descriptors.Alex Crichton-13/+13
2013-12-04auto merge of #10788 : alexcrichton/rust/fixes, r=pcwaltonbors-1/+39
2013-12-04Decode a float into integersVolker Mische-0/+60
2013-12-04auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichtonbors-0/+1