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