| Age | Commit message (Expand) | Author | Lines |
| 2015-11-10 | Auto merge of #29749 - steveklabnik:rollup, r=steveklabnik | bors | -24/+63 |
| 2015-11-10 | Rollup merge of #29731 - steveklabnik:smallfix, r=alexcrichton | Steve Klabnik | -14/+13 |
| 2015-11-10 | Rollup merge of #29729 - brson:readme2, r=steveklabnik | Steve Klabnik | -7/+3 |
| 2015-11-10 | Rollup merge of #29715 - defuz:patch-3, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-11-10 | Rollup merge of #29708 - Ryman:pathdoc, r=steveklabnik | Steve Klabnik | -0/+15 |
| 2015-11-10 | Rollup merge of #29688 - stepancheg:vec-outdated, r=nikomatsakis | Steve Klabnik | -2/+1 |
| 2015-11-10 | Rollup merge of #29420 - efindlay:master, r=steveklabnik | Steve Klabnik | -0/+30 |
| 2015-11-10 | Auto merge of #29705 - Ryman:mismatched_typaram_counts, r=alexcrichton | bors | -2/+4 |
| 2015-11-10 | Auto merge of #29697 - dotdash:mir_trans_switchint, r=nikomatsakis | bors | -30/+71 |
| 2015-11-10 | Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichton | bors | -479/+144 |
| 2015-11-10 | Auto merge of #29647 - goyox86:goyox86/rustfmting-librustc_frontII, r=nrc | bors | -196/+192 |
| 2015-11-10 | Auto merge of #29546 - alexcrichton:new-libc, r=brson | bors | -9621/+1898 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -2437/+1895 |
| 2015-11-09 | libc: Replace liblibc with crates.io libc | Alex Crichton | -7184/+3 |
| 2015-11-10 | Some cleanup on after #29684 | Steve Klabnik | -14/+13 |
| 2015-11-09 | Rustfmting librustc_front (again). | Jose Narvaez | -196/+192 |
| 2015-11-09 | Redo the README intro again | Brian Anderson | -7/+3 |
| 2015-11-09 | [MIR trans] Add support for SwitchInt | Björn Steinbrink | -30/+71 |
| 2015-11-09 | Doc: Fix broken link on for-loop.html | Ivan Ivaschenko | -1/+1 |
| 2015-11-09 | Auto merge of #29713 - apasel422:executable, r=dotdash | bors | -0/+0 |
| 2015-11-09 | Remove executable permission from .rs files | Andrew Paseltiner | -0/+0 |
| 2015-11-09 | Auto merge of #29695 - dtrebbien:remove-mention-of-struct_variant-feature, r=... | bors | -7/+0 |
| 2015-11-09 | Auto merge of #29682 - Ryman:dead_spam, r=sanxiyn | bors | -15/+44 |
| 2015-11-09 | libstd: add example for PathBuf::push | Kevin Butler | -0/+15 |
| 2015-11-09 | librustc_typeck: give more information when supplied wrong number of type-par... | Kevin Butler | -2/+4 |
| 2015-11-08 | Auto merge of #29684 - stepancheg:size-hint, r=Gankro | bors | -0/+23 |
| 2015-11-08 | Auto merge of #29686 - jrburke:docs-error-handling-search-case, r=BurntSushi | bors | -0/+16 |
| 2015-11-08 | Auto merge of #29690 - tbu-:pr_doc_env_home_dir, r=Manishearth | bors | -1/+3 |
| 2015-11-08 | valgrind: update suppressions and move interesting tests | Tamir Duberstein | -475/+140 |
| 2015-11-08 | print the unexpected character | Tamir Duberstein | -1/+1 |
| 2015-11-08 | Explain that size_hint cannot be trusted | Stepan Koltsov | -0/+23 |
| 2015-11-08 | doc: error-handling.md: main case analysis for search | jrburke | -0/+16 |
| 2015-11-08 | reference: Remove struct_variant from Compiler Features | Daniel Trebbien | -7/+0 |
| 2015-11-08 | Auto merge of #29692 - jwworth:pull-request/fix-typo, r=apasel422 | bors | -2/+2 |
| 2015-11-08 | Fix double word 'be' | Jake Worth | -2/+2 |
| 2015-11-08 | Spell out the fallback of `std::env::home_dir` on POSIX | Tobias Bucher | -1/+3 |
| 2015-11-08 | Fix outdated comment in Vec::from_iter | Stepan Koltsov | -2/+1 |
| 2015-11-08 | jemalloc: pass `--enable-valgrind` when valgrind is enabled | Tamir Duberstein | -0/+1 |
| 2015-11-08 | jemalloc: quarantine is fixed | Tamir Duberstein | -2/+1 |
| 2015-11-08 | whitespace | Tamir Duberstein | -1/+1 |
| 2015-11-08 | Auto merge of #29683 - apasel422:typos, r=steveklabnik | bors | -2/+2 |
| 2015-11-08 | Auto merge of #29681 - vadimcn:fix-dist, r=alexcrichton | bors | -52/+17 |
| 2015-11-07 | Remove duplicate words from docs | Andrew Paseltiner | -2/+2 |
| 2015-11-08 | librustc: dont warn for inside of items when the parent is dead | Kevin Butler | -15/+44 |
| 2015-11-08 | Fixed "foo()" in try! example, r=steveklabnik | Eric Findlay | -1/+1 |
| 2015-11-07 | Make sure rsbegin.o and rsend.o get packaged with target lib artifacts. | Vadim Chugunov | -52/+17 |
| 2015-11-08 | Added foo() to rustdoc example, r=steveklabnik | Eric Findlay | -3/+3 |
| 2015-11-07 | Auto merge of #29674 - inrustwetrust:flag_alignment, r=alexcrichton | bors | -12/+18 |
| 2015-11-07 | Auto merge of #29678 - jwworth:pull-request/fix-typo, r=apasel422 | bors | -1/+1 |
| 2015-11-07 | Fix typo | Jake Worth | -1/+1 |