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