about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-04-12Improve code example for length comparisonGuillaume Gomez-1/+1
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-0/+1
2021-04-12Mark Duration::is_zero as rustc_const_stable.Mara Bos-0/+1
2021-04-12Stabilize duration_zero.Mara Bos-7/+2
2021-04-12Update stdarch submodule (to before it switched to const generics)Joshua Nelson-16/+11
2021-04-12Auto merge of #82300 - andersk:libtest-id, r=Amanieubors-41/+75
2021-04-12Stabilize BTree{Map,Set}::retainJubilee Young-4/+2
2021-04-12Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-sebors-8/+3
2021-04-12Auto merge of #84085 - m-ou-se:stabilize-atomic-fetch-update, r=kennytmbors-4/+2
2021-04-12Rollup merge of #84094 - tmiasko:remove-fixed-size-array, r=m-ou-seDylan DPC-57/+1
2021-04-12Rollup merge of #84067 - rust-lang:steveklabnik-patch-1, r=joshtriplettDylan DPC-1/+2
2021-04-12Rollup merge of #84059 - zvirja:update-libc, r=JohnTitorDylan DPC-1/+1
2021-04-11Add some #[inline(always)] to arithmetic methods of integersAngelicosPhosphoros-76/+76
2021-04-11Stabilize nonzero_leading_trailing_zerosAndreas Jonson-7/+4
2021-04-11stabilize const_cttzAndreas Jonson-2/+1
2021-04-11Auto merge of #81469 - tweksteen:android_set_message, r=m-ou-sebors-0/+57
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-8/+3
2021-04-11Stabilize option_insert.Mara Bos-3/+1
2021-04-11Auto merge of #84063 - LingMan:patch-1, r=nagisabors-0/+3
2021-04-11Stabilize is_subnormal.Mara Bos-4/+2
2021-04-11Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr.Mara Bos-4/+2
2021-04-11Auto merge of #84053 - RalfJung:liballoc-miri, r=Manishearthbors-1/+1
2021-04-11Remove FixedSizeArrayTomasz Miąsko-57/+1
2021-04-10clean up example on read_to_stringSteve Klabnik-1/+2
2021-04-10Add note about reverting a workaround in the futureLingMan-0/+3
2021-04-10Bump libc dependency of std to 0.2.93Oleksandr Povar-1/+1
2021-04-10fix incorrect from_raw_in doctestRalf Jung-1/+1
2021-04-10fix Miri errors in libcore doctestsRalf Jung-15/+22
2021-04-09android: set abort messageThiébaud Weksteen-0/+57
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-15/+35
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-1/+2
2021-04-08Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514Dylan DPC-104/+113
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-1/+1
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-13/+4
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Stabilize cmp_min_max_byGriffin Smith-13/+4
2021-04-07Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-seDylan DPC-0/+67
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+1
2021-04-06add lint deref_nullptrAliénore Bouttefeux-0/+2
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-1040/+1617
2021-04-06Update library/core/src/iter/adapters/peekable.rslukaslueg-1/+1
2021-04-05Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-o...Dylan DPC-0/+3
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-1/+2
2021-04-05Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrumbors-5/+5
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-1/+2
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-14/+59
2021-04-04Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrumbors-154/+22
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-1/+0
2021-04-05Rollup merge of #83815 - RalfJung:addr_of, r=kennytmDylan DPC-1/+34