about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-10-30Rollup merge of #90377 - WaffleLapkin:const_slice_from_raw_parts, r=oli-obkMatthias Krüger-14/+43
2021-10-30Rollup merge of #90371 - Veykril:patch-2, r=jyn514Matthias Krüger-1/+1
2021-10-30Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obkMatthias Krüger-106/+235
2021-10-30Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnaybors-13/+203
2021-10-29Auto merge of #90346 - ferrocene:pa-short-circuit, r=oli-obkbors-7/+5
2021-10-29Apply changes proposed in the reviewMaybe Waffle-8/+9
2021-10-29Use proper issue number for `feature(const_slice_from_raw_parts)`Maybe Waffle-4/+4
2021-10-29Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnrbors-20/+0
2021-10-29Rollup merge of #90336 - mbartlett21:patch-4, r=Mark-SimulacrumMatthias Krüger-3/+0
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-20/+0
2021-10-28Make `core::slice::from_raw_parts[_mut]` constMaybe Waffle-14/+42
2021-10-28Fix incorrect doc linkLukas Wirth-1/+1
2021-10-27Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgrbors-2/+2
2021-10-27Rollup merge of #90344 - xfix:tracking-issue-const_cstr_unchecked, r=Mark-Sim...Matthias Krüger-1/+1
2021-10-27Rollup merge of #90239 - r00ster91:patch-1, r=fee1-deadMatthias Krüger-1/+1
2021-10-27Remove big O notationr00ster91-1/+1
2021-10-27Auto merge of #90273 - nbdd0121:const, r=fee1-deadbors-11/+13
2021-10-27replace `&` with `&&` in {integer}::checked_remPietro Albini-2/+1
2021-10-27replace `&` with `&&` in {integer}::checked_divPietro Albini-2/+1
2021-10-27replace `|` with `||` in string validationPietro Albini-1/+1
2021-10-27replace `|` with `||` in {unsigned_int}::borrowing_subPietro Albini-1/+1
2021-10-27replace `|` with `||` in {unsigned_int}::carrying_addPietro Albini-1/+1
2021-10-27Add tracking issue number to const_cstr_uncheckedKonrad Borowski-1/+1
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-6/+5
2021-10-27Remove extra lines in examples for `Duration::try_from_secs_*`mbartlett21-3/+0
2021-10-26Auto merge of #90314 - matthiaskrgr:rollup-ag1js8n, r=matthiaskrgrbors-191/+0
2021-10-26Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-SimulacrumMatthias Krüger-191/+0
2021-10-26Auto merge of #90290 - nyanpasu64:fix-string-as-mut-vec, r=m-ou-sebors-4/+5
2021-10-26Auto merge of #90284 - tonyyzy:patch-1, r=JohnTitorbors-5/+2
2021-10-26Remove redundant AlignerTony Yang-5/+2
2021-10-25Fix copy-paste error in String::as_mut_vec() docsnyanpasu64-4/+5
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-191/+0
2021-10-25Rollup merge of #90196 - yanok:master, r=scottmcmMatthias Krüger-4/+29
2021-10-25Clean up special function const checksGary Guo-11/+13
2021-10-25Auto merge of #90265 - GuillaumeGomez:rollup-gx3ficp, r=GuillaumeGomezbors-3/+3
2021-10-25Fixed missing double quote in the patch (slice.swap)Tommaso Fontana-1/+1
2021-10-25Changed slice.swap documentation for better readabilityTommaso Fontana-3/+3
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-28/+9
2021-10-24Fix and extend ControlFlow `traverse_inorder` exampleIlya Yanok-14/+16
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-4/+25
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+20
2021-10-23update cfg(bootstrap)Pietro Albini-28/+9
2021-10-23Add tests for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-0/+15
2021-10-23Fix typoChris Denton-1/+1
2021-10-23Make sure `CreateDirectoryW` works for path lengths > 247Chris Denton-1/+41
2021-10-23Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-4/+4
2021-10-23Add caveat about changing parallelism and function call overheadThe8472-0/+4
2021-10-23Update control_flow.rsIlya Yanok-3/+26
2021-10-23Rollup merge of #90166 - smmalis37:patch-1, r=joshtriplettMatthias Krüger-0/+4
2021-10-23Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahcMatthias Krüger-1/+11