summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors2023-04-273-2/+11
|\
| * Add definitions for riscv64gc-unknown-fuchsiaDan Johnson2023-04-253-2/+11
* | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors2023-04-266-311/+283
|\ \
| * | Restructure and rename thread local things in std.Mara Bos2023-04-266-311/+283
* | | Rollup merge of #110819 - tamird:flattencompat-trustedlen, r=the8472Matthias Krüger2023-04-261-34/+28
|\ \ \
| * | | simplify TrustedLen implsTamir Duberstein2023-04-251-34/+28
* | | | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger2023-04-2626-60/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | rewrite: line_long_tail_not_flushed descriptionJosh Soref2023-04-261-3/+4
| * | | rewrite: long_line_flushed descriptionJosh Soref2023-04-261-3/+3
| * | | Spelling library/Josh Soref2023-04-2625-54/+54
* | | | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514jyn2023-04-261-2/+7
|\ \ \ \
| * | | | Fix `std` compilation error for wasi+atomicsPierre Krieger2023-04-201-2/+7
* | | | | Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514jyn2023-04-262-6/+9
|\ \ \ \ \
| * | | | | Update documentation wording on path 'try_exists' functionsTrevor Gross2023-04-132-6/+9
* | | | | | Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514jyn2023-04-261-6/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into Issue-107957-black_box_docspat-nel872023-03-26225-7574/+9813
| |\ \ \ \ \ \
| * | | | | | | black_box hint - Adjust for improved readabilitypat-nel872023-03-071-6/+3
| * | | | | | | black_box doc corrections - Issue #107957pat-nel872023-02-231-3/+3
* | | | | | | | Rollup merge of #110796 - madsravn:wake-example, r=Mark-SimulacrumMatthias Krüger2023-04-251-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Updating Wake example to use new 'pin!' macroMads Ravn2023-04-251-1/+2
* | | | | | | | | Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-SimulacrumMatthias Krüger2023-04-251-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix no_global_oom_handling buildArlo Siemsen2023-04-211-1/+0
* | | | | | | | | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrumbors2023-04-251-135/+224
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add support for allocators in LinkedListRyan Lowe2023-04-241-135/+224
* | | | | | | | | Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrumbors2023-04-252-0/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add shortcut for Grisu3 algorithm.mazong11232023-04-252-0/+43
* | | | | | | | | | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=AmanieuMatthias Krüger2023-04-2510-112/+124
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "Report allocation errors as panics"Matthias Krüger2023-04-256-107/+27
| * | | | | | | | | | Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-256-5/+97
| * | | | | | | | | | Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger2023-04-251-2/+2
* | | | | | | | | | | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieubors2023-04-242-1/+65
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add Lazy{Cell,Lock}::into_innerAlex Saveau2023-04-142-1/+65
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger2023-04-243-19/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add `intrinsics::transmute_unchecked`Scott McMurray2023-04-223-19/+31
* | | | | | | | | | | Rollup merge of #110689 - Spartan2909:fix-grammar, r=JohnTitorMatthias Krüger2023-04-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix grammarCaleb Robson2023-04-221-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplettbors2023-04-234-24/+43
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Limit read size in `File::read_to_end` loopChris Denton2023-04-214-24/+43
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors2023-04-2210-124/+112
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras2023-04-161-2/+2
| * | | | | | | | | | Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-166-97/+5
| * | | | | | | | | | Report allocation errors as panicsAmanieu d'Antras2023-04-166-27/+107
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitorbors2023-04-224-15/+7
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Rollup merge of #110635 - scottmcm:zst-checks, r=the8472Yuki Okushi2023-04-224-15/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | More `IS_ZST` in `library`Scott McMurray2023-04-214-15/+7
* | | | | | | | | | | | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors2023-04-223-0/+233
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | major test improvementsDrMeepster2023-04-211-14/+109
| * | | | | | | | | | | minor tweaksDrMeepster2023-04-211-1/+1
| * | | | | | | | | | | fmtDrMeepster2023-04-211-1/+1
| * | | | | | | | | | | fix incorrect param env in dead code lintDrMeepster2023-04-211-1/+1