| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-07-31 | I'm mathematically challenged | ltdk | -2/+2 |
| 2023-07-31 | Work around missing <*str>::len | Matt Fellenz | -4/+4 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -4/+56 |
| 2023-07-31 | Can't compare usize and u32 | ltdk | -2/+2 |
| 2023-07-31 | Use u32::from for MIN/MAX examples | ltdk | -2/+2 |
| 2023-07-31 | Add note on gap for MIN/MAX | ltdk | -0/+35 |
| 2023-07-31 | Add char::MIN | ltdk | -0/+15 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+158 |
| 2023-07-31 | Clean up SGX user memory copies | Jethro Beekman | -122/+85 |
| 2023-07-31 | `waitqueue` clarifications for SGX platform | Raoul Strackx | -4/+12 |
| 2023-07-31 | Implement UnwindSafe and RefUnwindSafe for Backtrace | Konrad Borowski | -1/+9 |
| 2023-07-31 | remove repetitive words | cui fliter | -2/+2 |
| 2023-07-30 | Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -49/+25 |
| 2023-07-30 | Rollup merge of #95965 - CAD97:const-weak-new, r=workingjubilee | Jubilee | -2/+2 |
| 2023-07-30 | Stabilize const-weak-new | CAD97 | -2/+2 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -0/+19 |
| 2023-07-30 | Fix empty_write since rust version attribute | Alex Saveau | -2/+2 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -2/+3 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-30 | Explain more clearly why `fn() -> T` can't be `#[derive(Clone)]` | Martin Nordholts | -0/+40 |
| 2023-07-30 | Avoid using ptr::Unique in LinkedList code | Ryan Lowe | -11/+13 |
| 2023-07-30 | Rollup merge of #114223 - ryanoneill:vec-indexing-doc-language, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2023-07-30 | Rollup merge of #110056 - chenyukang:yukang/fix-110045, r=workingjubilee | Matthias Krüger | -10/+8 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -0/+2 |
| 2023-07-30 | rand use getrandom for freebsd (available since 12.x) | David Carlier | -9/+7 |
| 2023-07-30 | Fix the example in document for WaitTimeoutResult::timed_out | yukang | -10/+8 |
| 2023-07-30 | Fix implementation of `Duration::checked_div` | Jacob Pratt | -4/+5 |
| 2023-07-30 | Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-dead | bors | -3/+16 |
| 2023-07-30 | Rollup merge of #113512 - vallentin:lines-doc, r=workingjubilee | fee1-dead | -3/+8 |
| 2023-07-30 | Rollup merge of #112151 - chloekek:patch-1, r=workingjubilee | fee1-dead | -0/+8 |
| 2023-07-30 | Auto merge of #112280 - zica87:master, r=workingjubilee | bors | -13/+0 |
| 2023-07-29 | Documentation: Fix Stilted Language in Vec->Indexing | Ryan O'Neill | -1/+1 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -12/+141 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+19 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -1/+2 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -8/+13 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -1/+2 |
| 2023-07-29 | Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgr | bors | -56/+4 |
| 2023-07-29 | Rollup merge of #114174 - tshepang:patch-6, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-29 | Rollup merge of #114173 - tshepang:patch-1, r=workingjubilee | Matthias Krüger | -54/+0 |
| 2023-07-29 | Rollup merge of #114172 - fortanix:raoul/fix_process-spawning_test, r=working... | Matthias Krüger | -0/+2 |
| 2023-07-29 | Rollup merge of #114171 - fortanix:raoul/fix_switch-stdout_test, r=workingjub... | Matthias Krüger | -1/+1 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -0/+1 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+13 |
| 2023-07-28 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-07-29 | library: allow `ambiguous_glob_reexports` for `core_arch` | bohan | -1/+2 |
| 2023-07-28 | Fix issue_15149 test for the SGX target | Raoul Strackx | -0/+2 |