summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-19Demonstrate accessing external variable in first examplemdinger-11/+16
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-19doc: add webfonts and tweak the styles accordinglyAdrien Tétar-74/+129
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-19Give more explanation when introducing closures mdinger-7/+29
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-18Be more clear about what this lambda expression doesmdinger-0/+2
2014-04-19Reorder Float methods in trait definition and make consistent in implsBrendan Zabarauskas-293/+268
2014-04-19Fix formatting in float implementationsBrendan Zabarauskas-72/+198
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-167/+167
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-118/+106
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-18std: Fix compiling on FreeBSDAlex Crichton-3/+2
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-18Use more precise span when reporting semicolon hintEdward Wang-18/+54
2014-04-18auto merge of #13585 : brandonw/rust/patch-1, r=cmrbors-2/+3
2014-04-18Eliminate unecessary extra sigil node from LruCache.Yuri Kunde Schlesner-6/+3
2014-04-18Remove redundant variable in LruCache::putYuri Kunde Schlesner-11/+12
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