summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-04-04Indicate the correct error code in the `compile_fail` block.Thom Chiovoloni-1/+1
2022-04-04Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe`Thom Chiovoloni-0/+9
2022-04-04Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafeThom Chiovoloni-5/+6
2022-03-17Revert accidental stabilizationOli Scherer-3/+2
2022-03-14remove feature gate in control_flow examplesMarcel Hellwig-2/+0
2022-02-19Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgrbors-47/+87
2022-02-19Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnayMatthias Krüger-20/+29
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-1/+1
2022-02-19Rollup merge of #92902 - ssomers:docter_drain, r=yaahcMatthias Krüger-26/+57
2022-02-19Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrumbors-2/+4
2022-02-19Collections: improve the documentation of drain membersStein Somers-26/+57
2022-02-18Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahcMatthias Krüger-1/+20
2022-02-18Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahcMatthias Krüger-84/+83
2022-02-18Auto merge of #94095 - Amanieu:update_stdarch, r=dtolnaybors-0/+0
2022-02-17Destabilise entry_insert5225225-2/+4
2022-02-17Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcmMatthias Krüger-0/+129
2022-02-17Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahcMatthias Krüger-0/+6
2022-02-17Fix documentation for is_X_feature_detected!Amanieu d'Antras-0/+0
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-16/+6
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-12/+63
2022-02-16Add MAIN_SEPARATOR_STRAlex Saveau-0/+6
2022-02-16Add debug asserts to validate NUL terminator in c stringsAlex Saveau-20/+29
2022-02-17Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieubors-1/+1
2022-02-16Add a `try_collect()` helper method to `Iterator`Arthur Lafrance-0/+129
2022-02-16Auto merge of #91182 - ChrisDenton:command-broken-symlink, r=m-ou-sebors-2/+30
2022-02-16Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-SimulacrumMatthias Krüger-12/+11
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-1/+1
2022-02-15Rollup merge of #93949 - glaubitz:m68k-unwind, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-02-15Rollup merge of #93899 - ssomers:vecdeque_naming, r=m-ou-seMatthias Krüger-110/+110
2022-02-14Make [u8]::cmp implementation branchlessjoboet-12/+11
2022-02-14Add a comment to justify why the `pointer` field is `pub`.Daniel Henry-Mantilla-0/+5
2022-02-14Replace `def_site`-&-privacy implementation with a stability-based one.Daniel Henry-Mantilla-5/+6
2022-02-14Improve documentation.Daniel Henry-Mantilla-6/+5
2022-02-14Write {ui,} tests for `pin_macro` and `pin!`Daniel Henry-Mantilla-0/+35
2022-02-14Add a stack-`pin!`-ning macro to the `pin` module.Daniel Henry-Mantilla-0/+242
2022-02-14Maintain broken symlink behaviour for the Windows exe resolverChris Denton-2/+30
2022-02-14Describe VecDeque with more consistent namesStein Somers-110/+110
2022-02-13Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrumbors-4/+209
2022-02-13Rollup merge of #93930 - name1e5s:chore/docs, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-02-13Rollup merge of #93886 - clarfonthey:stable_ascii_escape, r=Mark-SimulacrumMatthias Krüger-16/+13
2022-02-13Rollup merge of #93851 - cyqsimon:option-examples, r=scottmcmMatthias Krüger-13/+37
2022-02-13Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obkMatthias Krüger-0/+1
2022-02-13Rollup merge of #89926 - the8472:saturate-instant, r=Mark-SimulacrumMatthias Krüger-267/+57
2022-02-13Auto merge of #93696 - Amanieu:compiler-builtins-0.1.68, r=Mark-Simulacrumbors-1/+1
2022-02-13Capitalize "Rust"Josh Triplett-1/+1
2022-02-13Add panic docs describing old, current and possible future behaviorThe 8472-3/+31
2022-02-13Add caveat about the monotonicity guarantee by linking to the later sectionThe 8472-2/+4
2022-02-13make Instant::{duration_since, elapsed, sub} saturating and remove workaroundsThe8472-270/+30
2022-02-12library/unwind: Define unwinder_private_data_size for m68kJohn Paul Adrian Glaubitz-0/+3
2022-02-12library/panic_unwind: Define UNWIND_DATA_REG for m68kJohn Paul Adrian Glaubitz-0/+3