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