about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-07-08Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcmbors-5/+5
2019-07-08Fix Pin urls in Option documentationGuillaume Gomez-0/+4
2019-07-08Add documentation to float conversion methodsLzu Tao-20/+144
2019-07-08Add float conversions to and from bytesTobias Bucher-0/+106
2019-07-08Rollup merge of #62356 - soc:topic/contains, r=CentrilMazdak Farrokhzad-0/+78
2019-07-08add key and value methods to DebugMapAshley Mannix-25/+227
2019-07-07Only call the closure parameter of Iterator::is_sorted_by_key once per itemTim Vermeulen-5/+5
2019-07-07Auto merge of #62435 - scottmcm:constrained-array-impls, r=centrilbors-0/+321
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-0/+321
2019-07-07Implement Option::contains, Result::contains and Result::contains_errSimon Ochsenreither-0/+78
2019-07-07Stablize Euclidean Modulo (feature euclidean_division)CrLF0710-33/+16
2019-07-07Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavusMazdak Farrokhzad-10/+22
2019-07-07Rollup merge of #61990 - llogiq:questionmark-test, r=QuietMisdreavusMazdak Farrokhzad-4/+7
2019-07-06Rollup merge of #62243 - petrochenkov:macrodoc, r=eddybMazdak Farrokhzad-91/+629
2019-07-06Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkorMazdak Farrokhzad-352/+740
2019-07-06Improve documentation for built-in macrosVadim Petrochenkov-76/+614
2019-07-06`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`Vadim Petrochenkov-16/+16
2019-07-05Wrap lineChris Gregory-1/+2
2019-07-05Add messages to Option and Result must_use for is_*Chris Gregory-4/+4
2019-07-05Do not use pointer alignment on unsupported platformsJustin Ridgewell-1/+1
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-0/+1
2019-07-05Rollup merge of #62323 - Centril:clarify-read-unaligned, r=RalfJungMazdak Farrokhzad-35/+53
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-13/+9
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-3/+3
2019-07-04Add missing type links in Pin documentationGuillaume Gomez-63/+81
2019-07-04Add missing links in Option documentationGuillaume Gomez-10/+22
2019-07-04Switch master to 1.38Mark Rousskov-68/+5
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-13/+9
2019-07-04ptr::{read,write}_unaligned: use no_run and reword slightly.Mazdak Farrokhzad-4/+4
2019-07-04Clarify unaligned fields in ptr::read_unaligned.Mazdak Farrokhzad-35/+53
2019-07-03Improve formatting of 'ManuallyDrop'Aaron Hill-1/+1
2019-07-03Document that ManuallyDrop::drop should not called more than onceAaron Hill-1/+2
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