about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-23/+1
2020-01-31Rollup merge of #68638 - GuillaumeGomez:links-cmp-traits, r=Dylan-DPCDylan DPC-20/+31
2020-01-30Auto merge of #66577 - WaffleLapkin:iter_take_while_map, r=mark-simulcrumbors-1/+195
2020-01-30Add missing links for cmp traitsGuillaume Gomez-20/+31
2020-01-30Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ...bors-56/+192
2020-01-29Document `From` implementation for NonZero numsLeSeulArtichaut-2/+6
2020-01-28Minor: note why we can rely on Any trait for safetyPeter Todd-2/+6
2020-01-28Fill tracking issue for `iter_map_while` featureWaffle-5/+5
2020-01-28Add `Iterator::map_while` method and corresponding `MapWhile` adapterWaffle-1/+195
2020-01-28Simplify `Skip::nth` and `Skip::last` implementationsOliver Middleton-13/+7
2020-01-28Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieubors-11/+26
2020-01-28Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAusbors-7/+5
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-5/+2
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-11/+26
2020-01-27Auto merge of #68165 - thomcc:lt_ones, r=sfacklerbors-0/+138
2020-01-24Use Self instead of self return typeLzu Tao-10/+10
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-2/+8
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-0/+2
2020-01-23Updating str.chars docs to mention crates.io.Steven Degutis-1/+2
2020-01-23Unlock assoc_int_consts in documentation examples using itLinus Färnstrand-0/+4
2020-01-23Unlock assoc_int_consts in core+stdLinus Färnstrand-0/+1
2020-01-23Fix some float operations to work together with the assoc constsLinus Färnstrand-5/+5
2020-01-23Add relevant associated constants to the float typesLinus Färnstrand-28/+135
2020-01-23Add MIN/MAX associated constants to the integer typesLinus Färnstrand-23/+47
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-0/+2
2020-01-22Avoid overflow in `std::iter::Skip::count`Oliver Middleton-2/+8
2020-01-20Auto merge of #68405 - JohnTitor:rollup-kj0x4za, r=JohnTitorbors-44/+40
2020-01-21Rollup merge of #68381 - mjp41:master, r=Dylan-DPCYuki Okushi-1/+2
2020-01-20Auto merge of #68066 - CAD97:stabilize-manuallydrop-take, r=Amanieu,Mark-Simu...bors-7/+8
2020-01-20Drop args from FormatterMark Rousskov-13/+6
2020-01-20Move run/getcount to functionsMark Rousskov-38/+35
2020-01-20Delete unused "next" variants from formatting infrastructureMark Rousskov-10/+15
2020-01-20Added minor clarification to specification of realloc.Matthew Parkinson-1/+2
2020-01-20Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-SimulacrumDylan DPC-12/+2
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+5
2020-01-18Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPCMazdak Farrokhzad-1/+5
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-2/+2
2020-01-18Make iter::Empty<T> implement Send and Sync for any TKonrad Borowski-0/+5
2020-01-18improve type_name_of_val docslcnr/Bastian Kauschke-1/+5
2020-01-18get rid of real_drop_in_place againRalf Jung-12/+2
2020-01-17Rollup merge of #66564 - foeb:66219-document-unsafe-sync-cell-str, r=AmanieuDylan DPC-35/+112
2020-01-16Add SAFETY comment for atomic examplePhoebe Bell-1/+3
2020-01-16Fix formatting: ./x.py fmtPhoebe Bell-15/+5
2020-01-16Move comments for tidyPhoebe Bell-5/+5
2020-01-16Elaborate on SAFETY commentsPhoebe Bell-77/+88
2020-01-16Apply suggestions from code reviewPhoebe Bell-1/+1
2020-01-16Fix typo "gurantees -> guarantees"Phoebe Bell-1/+1
2020-01-16Document unsafe blocks in core::{cell, str, sync}Phoebe Bell-17/+91
2020-01-17Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnaybors-0/+142
2020-01-16Rust ./x.py fmtRichard Dodd-12/+14