| Age | Commit message (Expand) | Author | Lines |
| 2021-02-19 | Rollup merge of #82274 - andersk:test-unwrap, r=Mark-Simulacrum | Dylan DPC | -6/+7 |
| 2021-02-19 | Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytm | Dylan DPC | -0/+40 |
| 2021-02-19 | Rollup merge of #81873 - mark-i-m:unlock, r=m-ou-se | Dylan DPC | -0/+20 |
| 2021-02-19 | Remove unsafe impl Send for CompletedTest & TestResult | Tomasz Miąsko | -4/+0 |
| 2021-02-18 | libtest: Fix unwrap panic on duplicate TestDesc. | Anders Kaseorg | -6/+7 |
| 2021-02-18 | add Mutex::unlock | mark | -0/+20 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -5/+5 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -0/+1 |
| 2021-02-18 | Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-Simulacrum | Dylan DPC | -1/+12 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -4/+4 |
| 2021-02-18 | Rollup merge of #82243 - pickfire:patch-5, r=jyn514 | Yuki Okushi | -4/+4 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -42/+686 |
| 2021-02-18 | Keep consistency in example for Stdin StdinLock | Ivan Tham | -2/+2 |
| 2021-02-18 | Add missing link from stdio doc | Ivan Tham | -4/+4 |
| 2021-02-17 | Rollup merge of #80572 - thomcc:ok_or_err, r=m-ou-se | Dylan DPC | -0/+45 |
| 2021-02-17 | Rollup merge of #77728 - lygstate:master, r=Amanieu | Dylan DPC | -10/+49 |
| 2021-02-17 | Provide NonZero_c_* integers | Ian Jackson | -18/+48 |
| 2021-02-17 | std::src::os::raw: Refactor, introducing macro type_alias! | Ian Jackson | -54/+27 |
| 2021-02-17 | Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfackler | Guillaume Gomez | -9/+16 |
| 2021-02-17 | Rollup merge of #82196 - Manishearth:display-caveat, r=m-ou-se | Guillaume Gomez | -2/+6 |
| 2021-02-17 | Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf... | Guillaume Gomez | -1/+2 |
| 2021-02-17 | Rollup merge of #82094 - gilescope:to_digit_speedup2, r=m-ou-se | Guillaume Gomez | -7/+5 |
| 2021-02-17 | Expose force_quotes on Windows. | Yonggang Luo | -10/+49 |
| 2021-02-17 | Add link to tracking issue #82223 | Thom Chiovoloni | -1/+1 |
| 2021-02-17 | Rename Result::ok_or_err to Result::into_ok_or_err | Thom Chiovoloni | -8/+8 |
| 2021-02-17 | Fix doc link for slice::binary_search | Thom Chiovoloni | -1/+1 |
| 2021-02-17 | Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>` | Thom Chiovoloni | -0/+45 |
| 2021-02-17 | Vec::dedup optimization - panic gracefully | Soveu | -16/+65 |
| 2021-02-17 | [libtest] Run the test synchronously when hitting thread limit | hyd-dev | -1/+12 |
| 2021-02-17 | Enable the tests on Arm Linux too | bjorn3 | -4/+4 |
| 2021-02-16 | Optimize FromIterator<OsString> to reuse the first allocation | Ryan Lopopolo | -4/+11 |
| 2021-02-16 | Optimize Iterator::is_sorted_by by using Iterator::all for internal iteration | Giacomo Stevanato | -9/+16 |
| 2021-02-16 | Add caveat to Path::display() about lossiness | Manish Goregaokar | -2/+6 |
| 2021-02-16 | Vec::dedup optimization | Soveu | -6/+44 |
| 2021-02-16 | [Minor] Update discriminant_value docs | Peter Todd | -2/+2 |
| 2021-02-16 | Ignore Atomic*::fetch_{min,max} tests on ARM | bjorn3 | -0/+4 |
| 2021-02-16 | Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnr | bors | -2/+2 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -1/+2 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -1/+4 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -4/+4 |
| 2021-02-15 | Expand FlattenCompat folds | Josh Stone | -20/+35 |
| 2021-02-15 | Add internal `collect_into_array[_unchecked]` to remove duplicate code | Lukas Kalbertodt | -60/+110 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -78/+30 |
| 2021-02-15 | Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnay | Jonas Schievink | -6/+1 |
| 2021-02-15 | Rollup merge of #82119 - m-ou-se:typo, r=dtolnay | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82118 - lukaslueg:env_decl, r=m-ou-se | Jonas Schievink | -0/+1 |
| 2021-02-15 | Rollup merge of #82063 - NULLx76:fix-minor-typo, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82060 - taiki-e:typo, r=m-ou-se | Jonas Schievink | -12/+12 |
| 2021-02-15 | Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se | Jonas Schievink | -30/+54 |
| 2021-02-15 | Use local path for already-imported function
| Simon Sapin | -1/+1 |