| Age | Commit message (Expand) | Author | Lines |
| 2014-04-19 | Demonstrate accessing external variable in first example | mdinger | -11/+16 |
| 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 | doc: add webfonts and tweak the styles accordingly | Adrien Tétar | -74/+129 |
| 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-19 | Give more explanation when introducing closures | mdinger | -7/+29 |
| 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 | Be more clear about what this lambda expression does | mdinger | -0/+2 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -293/+268 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -72/+198 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -167/+167 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -118/+106 |
| 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 | std: Fix compiling on FreeBSD | Alex Crichton | -3/+2 |
| 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 | Use more precise span when reporting semicolon hint | Edward Wang | -18/+54 |
| 2014-04-18 | auto merge of #13585 : brandonw/rust/patch-1, r=cmr | bors | -2/+3 |
| 2014-04-18 | Eliminate unecessary extra sigil node from LruCache. | Yuri Kunde Schlesner | -6/+3 |
| 2014-04-18 | Remove redundant variable in LruCache::put | Yuri Kunde Schlesner | -11/+12 |
| 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 |