about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-07-04Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertjMazdak Farrokhzad-27/+5
2019-07-04Rollup merge of #62346 - RalfJung:miri-tests, r=CentrilMazdak Farrokhzad-7/+4
2019-07-04Rollup merge of #62344 - matklad:simplify-option, r=sfacklerMazdak Farrokhzad-9/+1
2019-07-04Rollup merge of #62316 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+16
2019-07-04Rollup merge of #62252 - czipperz:change-mem-replace-doc-example, r=dtolnayMazdak Farrokhzad-8/+20
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-1/+2
2019-07-03remove bogus example from drop_in_placeRalf Jung-27/+5
2019-07-03enable a few more tests in Miri and update the comment for othersRalf Jung-7/+4
2019-07-03simplify Option::get_or_insertAleksey Kladov-9/+1
2019-07-03First question mark in doctestAndre Bogus-4/+7
2019-07-03Rollup merge of #62327 - Flast:patch-1, r=Mark-SimulacrumMark Rousskov-16/+16
2019-07-03Rollup merge of #62319 - ia0:fix_kleene, r=petrochenkovMark Rousskov-2/+2
2019-07-03Rollup merge of #62186 - GuillaumeGomez:add-missing-type-links-into, r=docsMark Rousskov-2/+3
2019-07-03Rollup merge of #62161 - GuillaumeGomez:add-missing-tryfrom-links, r=docsMark Rousskov-9/+11
2019-07-03Rollup merge of #62064 - wizAmit:feature/chunks_exact_nth_back, r=scottmcmMark Rousskov-0/+34
2019-07-03Fixed document bug, those replaced each otherKohei Takahashi-16/+16
2019-07-03Fix mismatching Kleene operatorsJulien Cretin-2/+2
2019-07-02When possible without changing semantics, implement Iterator::last in terms o...Kyle Huey-0/+16
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-07-01Use mem::take instead of mem::replace with defaultChris Gregory-1/+1
2019-07-01Address review remarks in unicode.pyPaweł Romanowski-55/+61
2019-07-01Remove needless lifetimesJeremy Stucki-3/+3
2019-06-30Update mem::replace example to not be identical to mem::takeChris Gregory-8/+20
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-0/+1
2019-06-29Add missing type urls in Into traitGuillaume Gomez-2/+3
2019-06-29Add missing links for TryFrom docsGuillaume Gomez-9/+11
2019-06-30fix the same typo in doctestlcolaholicl-2/+2
2019-06-30Fix a typolcolaholicl-1/+1
2019-06-29Rollup merge of #62204 - Hywan:patch-2, r=rkruppeMazdak Farrokhzad-1/+1
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-6/+9
2019-06-28doc(libcore) Fix CSIvan Enderlin-1/+1
2019-06-27Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasperMazdak Farrokhzad-0/+1
2019-06-27Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPCMazdak Farrokhzad-41/+130
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+1
2019-06-23squash of all commits for nth_back on ChunksMut@amit.chandra-0/+41
2019-06-23Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkovMazdak Farrokhzad-18/+18
2019-06-23Rollup merge of #62049 - crlf0710:patch-2, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-18/+18
2019-06-23squash commit for nth_back on chunks exact@amit.chandra-0/+34
2019-06-22Auto merge of #61874 - jonas-schievink:remove-rem-output-default, r=Centrilbors-2/+1
2019-06-22Fix one missing `dyn`.CrLF0710-1/+1
2019-06-20Auto merge of #61929 - 95th:master, r=GuillaumeGomezbors-13/+13
2019-06-20Fix Into trait linksGurwinder Singh-13/+13
2019-06-20Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcmMazdak Farrokhzad-21/+68
2019-06-20Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcmMazdak Farrokhzad-0/+48
2019-06-19Remove mentions of removed `offset_to` methodPhilipp Oppermann-2/+2
2019-06-19Rollup merge of #60667 - oli-obk:raw_from_raw_parts, r=sfacklerMazdak Farrokhzad-16/+50
2019-06-19nitsRalf Jung-2/+4
2019-06-19Apply suggestions from code reviewRalf Jung-4/+4
2019-06-19Add functions to build raw slicesOliver Scherer-16/+50