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