| Age | Commit message (Expand) | Author | Lines |
| 2014-04-19 | auto merge of #13610 : jsanders/rust/sender-try-send-docs, r=alexcrichton | bors | -5/+5 |
| 2014-04-19 | rustc: Ensure closures are "split-stack" | Alex Crichton | -2/+22 |
| 2014-04-19 | Rewrite paragraph describing difference between try_send and send_opt | James Sanders | -4/+4 |
| 2014-04-19 | auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brson | bors | -3/+13 |
| 2014-04-19 | auto merge of #13614 : cgaebel/rust/master, r=brson | bors | -30/+72 |
| 2014-04-19 | auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichton | bors | -1/+1 |
| 2014-04-19 | auto merge of #13604 : alexcrichton/rust/connect-timeout, r=brson | bors | -145/+490 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -145/+490 |
| 2014-04-18 | auto merge of #13608 : tbu-/rust/pr_smallesthello, r=alexcrichton | bors | -1/+1 |
| 2014-04-18 | auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brson | bors | -4/+17 |
| 2014-04-18 | auto merge of #13607 : brson/rust/to_owned, r=brson | bors | -2817/+2910 |
| 2014-04-18 | std: Fix demangling with middle special chars | Alex Crichton | -3/+13 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2817/+2910 |
| 2014-04-18 | Reduce HashMap allocations. | Clark Gaebel | -30/+72 |
| 2014-04-18 | auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson | bors | -55/+156 |
| 2014-04-18 | vim: Add StrBuf as type to hilighting | Richo Healey | -1/+1 |
| 2014-04-18 | debuginfo: Clamp the maximum dwarf version to 3 | Alex Crichton | -0/+6 |
| 2014-04-18 | Fix a couple places in docs where try_send wasn't changed to send_opt | James Sanders | -2/+2 |
| 2014-04-19 | Fix smallest-hello-world.rs interaction with `puts` | Tobias Bucher | -1/+1 |
| 2014-04-18 | auto merge of #13600 : brandonw/rust/master, r=brson | bors | -0/+11 |
| 2014-04-18 | Add another case where cindent is correct | Brandon Waskiewicz | -0/+11 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -167/+141 |
| 2014-04-18 | std: Fail more gracefully on thread spawn errors | Alex Crichton | -4/+17 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -999/+342 |
| 2014-04-18 | auto merge of #13585 : brandonw/rust/patch-1, r=cmr | bors | -2/+3 |
| 2014-04-17 | auto merge of #13580 : DiamondLovesYou/rust/std-result-hash, r=alexcrichton | bors | -1/+1 |
| 2014-04-17 | auto merge of #13525 : Ryman/rust/issue_5997, r=alexcrichton | bors | -26/+111 |
| 2014-04-17 | auto merge of #13576 : lifthrasiir/rust/double-ref, r=alexcrichton | bors | -38/+95 |
| 2014-04-17 | auto merge of #13575 : TeXitoi/rust/shootout-knucleotide-parallel, r=alexcric... | bors | -19/+24 |
| 2014-04-17 | auto merge of #13572 : yuriks/rust/bitv-renames, r=alexcrichton | bors | -14/+59 |
| 2014-04-17 | auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson | bors | -4/+79 |
| 2014-04-17 | Remove rule that is confusing | Brandon Waskiewicz | -2/+3 |
| 2014-04-17 | auto merge of #13261 : pnkfelix/rust/fsk-fix-12856, r=nikomatsakis | bors | -35/+219 |
| 2014-04-17 | Add result sanity check to `is_to_be_inferred`. | Felix S. Klock II | -1/+69 |
| 2014-04-17 | rustc: Hint to the linker about static/shared libs | Alex Crichton | -0/+16 |
| 2014-04-17 | llvm: Add an option to statically link libstdc++ | Alex Crichton | -3/+10 |
| 2014-04-17 | auto merge of #13558 : alexcrichton/rust/snapshots, r=brson | bors | -25/+9 |
| 2014-04-17 | etc: The --system-libs flag is LLVM 3.5+ | Alex Crichton | -26/+25 |
| 2014-04-17 | configure: Enable libc++ with LLVM with clang | Alex Crichton | -8/+23 |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -30/+88 |
| 2014-04-17 | Catch forward declarations in default type params at AST conversion. | Kevin Butler | -3/+19 |
| 2014-04-17 | Change error for out of scope type params to be more helpful. | Kevin Butler | -14/+17 |
| 2014-04-17 | Add span to error for missing type params on enums. | Kevin Butler | -13/+14 |
| 2014-04-17 | Tests for issue 5997 failure and success conditions. | Kevin Butler | -0/+65 |
| 2014-04-17 | Add #[deriving(Hash)] to Result. | Richard Diamond | -1/+1 |
| 2014-04-17 | auto merge of #13569 : alexcrichton/rust/ignore-bytecode, r=brson | bors | -1/+1 |
| 2014-04-17 | auto merge of #13567 : iancormac84/rust/libc_windows_guid_fix, r=alexcrichton | bors | -2/+2 |
| 2014-04-17 | auto merge of #13563 : lifthrasiir/rust/refman-dl, r=alexcrichton | bors | -72/+72 |
| 2014-04-17 | Regression test. | Felix S. Klock II | -0/+45 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |