summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-14auto merge of #10931 : sfackler/rust/base64-visibility, r=alexcrichtonbors-3/+3
2013-12-14Suppress warnings in run-pass testsKiet Tran-14/+22
2013-12-13auto merge of #10921 : alexcrichton/rust/libuv-upgrade, r=brsonbors-0/+0
2013-12-14Dead-code pass now marks and warns foreign itemsKiet Tran-13/+48
2013-12-14Check more live Path nodes in dead-code passKiet Tran-21/+27
2013-12-13auto merge of #10923 : boredomist/rust/export-summary-members, r=alexcrichtonbors-12/+7
2013-12-13auto merge of #10960 : brson/rust/android, r=alexcrichtonbors-0/+33
2013-12-13Ignore failing Android debug-info tests. #10381Brian Anderson-0/+32
2013-12-13Ignore time tests on android. #10958Brian Anderson-0/+1
2013-12-13auto merge of #10918 : eddyb/rust/inline-finally-dtor, r=thestingerbors-0/+56
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-5/+11
2013-12-13auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwaltonbors-6/+34
2013-12-13doc: CSS changes + commit improved faviconAdrien Tétar-0/+0
2013-12-13auto merge of #10909 : sanxiyn/rust/coherence, r=alexcrichtonbors-26/+23
2013-12-13auto merge of #10908 : alexcrichton/rust/issue-10907, r=cmrbors-4/+16
2013-12-13extra::test: handle slow benchmarks more gracefully.Huon Wilson-1/+10
2013-12-13auto merge of #10895 : sfackler/rust/io-util, r=alexcrichtonbors-0/+298
2013-12-13auto merge of #10698 : metajack/rust/dep-info, r=alexcrichtonbors-9/+90
2013-12-13librustdoc: use pkgid instead of link metaCorey Richardson-7/+4
2013-12-12Remove dependency on gnustl_shared for android buildsFabrice Desré-1/+0
2013-12-12Add test for --dep-info.Jack Moffitt-0/+28
2013-12-12Add --dep-info to write Makefile-compatible dependency info.Jack Moffitt-8/+47
2013-12-12Use libdir() instead of hard coded string. Fixes #10903Jan Niklas Hasse-3/+4
2013-12-12rewrite of shootout-fasta.rsGuillaume Pinot-112/+80
2013-12-12Remove fk_anonSeo Sanghyeon-13/+8
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-16/+187
2013-12-11Fixed "unused variable" errors and trailing whitespace.Vadim Chugunov-2/+2
2013-12-12Inline Finallyalizer::drop, allowing LLVM to optimize `finally`.Eduard Burtescu-0/+56
2013-12-11Don't always modify the symbol table in rlibsAlex Crichton-4/+16
2013-12-11Make base64::config fields public againSteven Fackler-3/+3
2013-12-11Add std::io::utilSteven Fackler-0/+298
2013-12-11Embed Windows application manifest.Vadim Chugunov-0/+135
2013-12-11auto merge of #10897 : boredomist/rust/remove-self-lifetime, r=brsonbors-1272/+1285
2013-12-11Make priv members of extra::stats::Summary public.Erik Price-12/+7
2013-12-11Make 'self lifetime illegal.Erik Price-1272/+1285
2013-12-11Upgrade libuv with an OSX build system fixAlex Crichton-0/+0
2013-12-11auto merge of #10891 : chris-morgan/rust/macroize-(or-should-that-be-macroify...bors-271/+161
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-6/+34
2013-12-11auto merge of #10888 : chris-morgan/rust/2013-12-10-vim-updates, r=thestingerbors-10/+13
2013-12-11auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelixbors-218/+454
2013-12-11More small test case fixes. grr. cc #9629.Niko Matsakis-3/+23
2013-12-11auto merge of #10856 : klutzy/rust/buf-reader-lines, r=alexcrichtonbors-76/+141
2013-12-11auto merge of #10808 : kballard/rust/use-braces, r=alexcrichtonbors-2/+66
2013-12-10Support imports of the form `use {foo,bar}`Kevin Ballard-2/+66
2013-12-10auto merge of #10833 : sfackler/rust/mut-pat, r=brsonbors-1/+64
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-76/+141
2013-12-11Separate strict/reserved keywords, derive bounds.Chris Morgan-11/+29
2013-12-11Remove the following unused special identifiers:Chris Morgan-107/+67
2013-12-10Fix missing code map entry for uses of `include_str!`.Jack Moffitt-1/+15
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-967/+876