about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-02-19Rollup merge of #82274 - andersk:test-unwrap, r=Mark-SimulacrumDylan DPC-6/+7
2021-02-19Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytmDylan DPC-0/+40
2021-02-19Rollup merge of #81873 - mark-i-m:unlock, r=m-ou-seDylan DPC-0/+20
2021-02-19Remove unsafe impl Send for CompletedTest & TestResultTomasz Miąsko-4/+0
2021-02-18libtest: Fix unwrap panic on duplicate TestDesc.Anders Kaseorg-6/+7
2021-02-18add Mutex::unlockmark-0/+20
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-5/+5
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-0/+1
2021-02-18Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-SimulacrumDylan DPC-1/+12
2021-02-18Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitorbors-4/+4
2021-02-18Rollup merge of #82243 - pickfire:patch-5, r=jyn514Yuki Okushi-4/+4
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-42/+686
2021-02-18Keep consistency in example for Stdin StdinLockIvan Tham-2/+2
2021-02-18Add missing link from stdio docIvan Tham-4/+4
2021-02-17Rollup merge of #80572 - thomcc:ok_or_err, r=m-ou-seDylan DPC-0/+45
2021-02-17Rollup merge of #77728 - lygstate:master, r=AmanieuDylan DPC-10/+49
2021-02-17Provide NonZero_c_* integersIan Jackson-18/+48
2021-02-17std::src::os::raw: Refactor, introducing macro type_alias!Ian Jackson-54/+27
2021-02-17Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfacklerGuillaume Gomez-9/+16
2021-02-17Rollup merge of #82196 - Manishearth:display-caveat, r=m-ou-seGuillaume Gomez-2/+6
2021-02-17Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf...Guillaume Gomez-1/+2
2021-02-17Rollup merge of #82094 - gilescope:to_digit_speedup2, r=m-ou-seGuillaume Gomez-7/+5
2021-02-17Expose force_quotes on Windows.Yonggang Luo-10/+49
2021-02-17Add link to tracking issue #82223Thom Chiovoloni-1/+1
2021-02-17Rename Result::ok_or_err to Result::into_ok_or_errThom Chiovoloni-8/+8
2021-02-17Fix doc link for slice::binary_searchThom Chiovoloni-1/+1
2021-02-17Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>`Thom Chiovoloni-0/+45
2021-02-17Vec::dedup optimization - panic gracefullySoveu-16/+65
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-1/+12
2021-02-17Enable the tests on Arm Linux toobjorn3-4/+4
2021-02-16Optimize FromIterator<OsString> to reuse the first allocationRyan Lopopolo-4/+11
2021-02-16Optimize Iterator::is_sorted_by by using Iterator::all for internal iterationGiacomo Stevanato-9/+16
2021-02-16Add caveat to Path::display() about lossinessManish Goregaokar-2/+6
2021-02-16Vec::dedup optimizationSoveu-6/+44
2021-02-16[Minor] Update discriminant_value docsPeter Todd-2/+2
2021-02-16Ignore Atomic*::fetch_{min,max} tests on ARMbjorn3-0/+4
2021-02-16Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnrbors-2/+2
2021-02-16Document that `assert!` format arguments are evaluated lazilyTeddy Katz-1/+2
2021-02-16a few more diagnostic itemsAndrea Nall-1/+4
2021-02-15requested/proposed changesAndrea Nall-4/+4
2021-02-15Expand FlattenCompat foldsJosh Stone-20/+35
2021-02-15Add internal `collect_into_array[_unchecked]` to remove duplicate codeLukas Kalbertodt-60/+110
2021-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-78/+30
2021-02-15Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnayJonas Schievink-6/+1
2021-02-15Rollup merge of #82119 - m-ou-se:typo, r=dtolnayJonas Schievink-1/+1
2021-02-15Rollup merge of #82118 - lukaslueg:env_decl, r=m-ou-seJonas Schievink-0/+1
2021-02-15Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievinkJonas Schievink-1/+1
2021-02-15Rollup merge of #82060 - taiki-e:typo, r=m-ou-seJonas Schievink-12/+12
2021-02-15Rollup merge of #81975 - Amanieu:seal2, r=m-ou-seJonas Schievink-30/+54
2021-02-15Use local path for already-imported function Simon Sapin-1/+1