| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+158 |
| 2023-07-30 | Auto merge of #114264 - matthiaskrgr:rollup-dfsuu1v, r=matthiaskrgr | bors | -560/+614 |
| 2023-07-30 | Rollup merge of #114258 - WaffleLapkin:reuse_in_derive_expansion, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -30/+78 |
| 2023-07-30 | Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkov | Matthias Krüger | -20/+4 |
| 2023-07-30 | Rollup merge of #114074 - matthiaskrgr:fmt_args_rustc_2, r=WaffleLapkin | Matthias Krüger | -481/+411 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -2/+33 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-30 | Auto merge of #114204 - GuillaumeGomez:remove-unneeded-clone-calls, r=notriddle | bors | -16/+11 |
| 2023-07-30 | Simplify `Span::can_be_used_for_suggestions` a little tiny bit | Maybe Waffle | -1/+1 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -30/+78 |
| 2023-07-30 | Auto merge of #114250 - matthiaskrgr:rollup-0r0dhrr, r=matthiaskrgr | bors | -466/+439 |
| 2023-07-30 | Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 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 #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -437/+378 |
| 2023-07-30 | Rollup merge of #114018 - Enselic:multi-annotation, r=b-naber | Matthias Krüger | -7/+38 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -10/+13 |
| 2023-07-30 | Rollup merge of #110056 - chenyukang:yukang/fix-110045, r=workingjubilee | Matthias Krüger | -10/+8 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -481/+411 |
| 2023-07-30 | Auto merge of #114066 - matthiaskrgr:fmt_args_inline_bootstrap, r=WaffleLapkin | bors | -174/+162 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -16/+11 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -437/+378 |
| 2023-07-30 | Weaken unnameable_types lint | Bryanskiy | -20/+4 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -15/+18 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -174/+162 |
| 2023-07-30 | Fix the example in document for WaitTimeoutResult::timed_out | yukang | -10/+8 |
| 2023-07-30 | Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-dead | bors | -13/+52 |
| 2023-07-30 | Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obk | fee1-dead | -10/+36 |
| 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-30 | Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgr | bors | -141/+145 |
| 2023-07-29 | add tidy check for stray rustfix files | asquared31415 | -1/+1 |
| 2023-07-30 | Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol... | Matthias Krüger | -1/+15 |
| 2023-07-30 | Rollup merge of #114152 - ttsugriy:master, r=WaffleLapkin | Matthias Krüger | -31/+7 |
| 2023-07-30 | Rollup merge of #114129 - GuillaumeGomez:rustdoc-cleanup, r=notriddle | Matthias Krüger | -109/+123 |
| 2023-07-29 | Auto merge of #113704 - compiler-errors:rpitit-assumed-wf-inherit, r=spastorino | bors | -117/+151 |
| 2023-07-29 | some nits, bless test | Michael Goulet | -21/+29 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -33/+102 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -100/+57 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -233/+336 |
| 2023-07-29 | Documentation: Fix Stilted Language in Vec->Indexing | Ryan O'Neill | -1/+1 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -1/+15 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -25/+173 |
| 2023-07-29 | Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJung | bors | -151/+264 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -2/+241 |
| 2023-07-29 | doc comment suggestions | Neven Villani | -25/+57 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -472/+293 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -10/+36 |
| 2023-07-29 | [rustc][data_structures] Simplify binary_search_slice. | Taras Tsugrii | -31/+7 |