about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-33/+5
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 RLS and rustfmtCaleb Cartwright-49/+51
2021-04-12Update stdarch submodule (to before it switched to const generics)Joshua Nelson-16/+25
2021-04-12Auto merge of #82300 - andersk:libtest-id, r=Amanieubors-41/+75
2021-04-12Auto merge of #84068 - Amanieu:fix_lint, r=lcnrbors-12/+16
2021-04-12Auto merge of #84095 - infinity0:master, r=Mark-Simulacrumbors-4/+6
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-12Auto merge of #84112 - Dylan-DPC:rollup-tapsrzz, r=Dylan-DPCbors-332/+671
2021-04-12Rollup merge of #84101 - jyn514:early-pass, r=ManishearthDylan DPC-133/+220
2021-04-12Rollup merge of #84094 - tmiasko:remove-fixed-size-array, r=m-ou-seDylan DPC-57/+1
2021-04-12Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514Dylan DPC-18/+80
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-3/+3
2021-04-12Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkorDylan DPC-117/+258
2021-04-12Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkorDylan DPC-3/+107
2021-04-11detect when suggested paths enter extern crates more rigorouslySNCPlay42-11/+46
2021-04-11Auto merge of #84100 - sjakobi:77548-reenable-check, r=jyn514bors-5/+3
2021-04-11Move crate loader to collect_intra_doc_links::earlyJoshua Nelson-61/+80
2021-04-11Auto merge of #83482 - hyd-dev:uwtable, r=nagisabors-27/+74
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-3/+33
2021-04-11tidy: Re-enable the "ignoring file length unnecessarily" checkSimon Jakobi-5/+3
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-27/+74
2021-04-11Add test to allow bad_asm_styleAmanieu d'Antras-12/+15
2021-04-11bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057Ximin Luo-4/+6
2021-04-11Auto merge of #81469 - tweksteen:android_set_message, r=m-ou-sebors-0/+58
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 #82608 - Aaron1011:feature/final-preexp-tts, r=petrochenkovbors-1187/+2041
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-1187/+2041
2021-04-11Auto merge of #83806 - JohnTitor:issue-51446, r=estebankbors-0/+34
2021-04-11Auto merge of #84071 - nagisa:nixos-patching-fix, r=Mark-Simulacrumbors-48/+41
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-92/+160
2021-04-10Run rustfix for `bare-urls` testCamelid-18/+80
2021-04-10Rename `url-improvements` test to `bare-urls`Camelid-18/+18
2021-04-11Auto merge of #84053 - RalfJung:liballoc-miri, r=Manishearthbors-1/+1
2021-04-11Remove FixedSizeArrayTomasz Miąsko-57/+1
2021-04-10Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkovbors-65/+112
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-65/+112
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-12/+57
2021-04-10Fix NixOS patchingSimonas Kazlauskas-48/+41
2021-04-10Auto merge of #84016 - Aaron1011:new-preexp-tests, r=petrochenkovbors-66/+1199