| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -3/+62 |
| 2016-07-19 | Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton | bors | -11/+18 |
| 2016-07-18 | Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichton | bors | -2/+25 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -5/+32 |
| 2016-07-18 | Auto merge of #34899 - michaelwoerister:always_internalize_symbols, r=eddyb | bors | -21/+15 |
| 2016-07-18 | Fix doctest of `ExactSizeIterator::is_empty` | Tobias Bucher | -1/+3 |
| 2016-07-18 | Run base::internalize_symbols() even for single-codegen-unit crates. | Michael Woerister | -21/+15 |
| 2016-07-18 | Rollup merge of #34889 - infinity0:master, r=sanxiyn | Seo Sanghyeon | -0/+10 |
| 2016-07-18 | Rollup merge of #34884 - shepmaster:from_raw_parts_doc, r=@nagisa | Seo Sanghyeon | -1/+13 |
| 2016-07-18 | Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomez | Seo Sanghyeon | -0/+10 |
| 2016-07-18 | Rollup merge of #34853 - frewsxcv:vec-truncate, r=GuillaumeGomez | Seo Sanghyeon | -1/+28 |
| 2016-07-18 | Rollup merge of #34807 - sanxiyn:dump-mir, r=nagisa | Seo Sanghyeon | -1/+1 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -49/+48 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -233/+157 |
| 2016-07-17 | Remove extraneous words | Jake Goulding | -1/+1 |
| 2016-07-17 | Document from_raw_parts involves ownership transfer | Jake Goulding | -0/+12 |
| 2016-07-17 | Auto merge of #34876 - frewsxcv:vec-as-mut-slice, r=alexcrichton | bors | -1/+1 |
| 2016-07-17 | doc/book: fix tests for non-x86 architectures, such as aarch64 | Ximin Luo | -0/+8 |
| 2016-07-17 | test: disable more stdcall tests for ARM arches. temp workaround for #24958 | Ximin Luo | -0/+2 |
| 2016-07-17 | Remove some unit tests and that are redundant with `run-pass/hygiene.rs` | Jeffrey Seyfried | -35/+0 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -14/+14 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -151/+110 |
| 2016-07-17 | Add regression test | Jeffrey Seyfried | -0/+17 |
| 2016-07-17 | Auto merge of #34871 - petrochenkov:inherent, r=jseyfried | bors | -27/+1 |
| 2016-07-17 | macros: Fix bug in statement matchers | Jeffrey Seyfried | -49/+31 |
| 2016-07-17 | Indicate where `std::slice` structs originate from. | Corey Farwell | -0/+10 |
| 2016-07-17 | Auto merge of #34829 - cgswords:tstream, r=nrc | bors | -1/+9 |
| 2016-07-17 | Implement traits for variadic function pointers | Vadim Petrochenkov | -2/+25 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -2118/+1550 |
| 2016-07-16 | Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichton | bors | -0/+1 |
| 2016-07-16 | Remove unnecessary indexing and deref in `Vec::as_mut_slice`. | Corey Farwell | -1/+1 |
| 2016-07-16 | Auto merge of #34852 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -45/+85 |
| 2016-07-17 | Do not resolve inherent static methods from other crates prematurely | Vadim Petrochenkov | -27/+1 |
| 2016-07-16 | Auto merge of #34846 - jonas-schievink:issue34839, r=eddyb | bors | -1/+33 |
| 2016-07-16 | Revert "Refactored code to access TLS only in case of panic" | Tim Neumann | -11/+9 |
| 2016-07-16 | Merge pull request #34836 from cynicaldevil/panic-counter | Alex Crichton | -9/+11 |
| 2016-07-16 | Partial rewrite/expansion of `Vec::truncate` documentation. | Corey Farwell | -1/+28 |
| 2016-07-16 | Rollup merge of #34849 - tshepang:patch-2, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34848 - tshepang:patch-1, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34847 - baskerville:unwanted-tag, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34838 - steveklabnik:gh33677, r=alexcrichton | Guillaume Gomez | -30/+56 |
| 2016-07-16 | Rollup merge of #34837 - GuillaumeGomez:better_example, r=nagisa | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34768 - alexcrichton:issue-audit, r=aturon | Guillaume Gomez | -8/+8 |
| 2016-07-16 | Rollup merge of #33362 - andradei:master, r=Manishearth | Guillaume Gomez | -3/+17 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -1/+13 |
| 2016-07-16 | doc: remove extraneous word | Tshepang Lekhonkhobe | -1/+1 |
| 2016-07-16 | doc: remove stray comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-07-16 | Add missing inline code delimiters around Vec<T> | Bastien Dejean | -1/+1 |
| 2016-07-16 | Erase regions before computing type layout | Jonas Schievink | -1/+33 |
| 2016-07-16 | Auto merge of #34779 - infinity0:master, r=alexcrichton | bors | -2/+24 |