about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-1/+158
2023-07-30Auto merge of #114264 - matthiaskrgr:rollup-dfsuu1v, r=matthiaskrgrbors-560/+614
2023-07-30Rollup merge of #114258 - WaffleLapkin:reuse_in_derive_expansion, r=petrochenkovMatthias Krüger-1/+1
2023-07-30Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkinMatthias Krüger-30/+78
2023-07-30Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkovMatthias Krüger-20/+4
2023-07-30Rollup merge of #114074 - matthiaskrgr:fmt_args_rustc_2, r=WaffleLapkinMatthias Krüger-481/+411
2023-07-30Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=AmanieuMatthias Krüger-2/+33
2023-07-30Rollup merge of #98154 - vidhanio:master, r=workingjubileeMatthias Krüger-26/+87
2023-07-30Auto merge of #114204 - GuillaumeGomez:remove-unneeded-clone-calls, r=notriddlebors-16/+11
2023-07-30Simplify `Span::can_be_used_for_suggestions` a little tiny bitMaybe Waffle-1/+1
2023-07-30Fix invalid suggestion for mismatched types in closure argumentsUrgau-30/+78
2023-07-30Auto merge of #114250 - matthiaskrgr:rollup-0r0dhrr, r=matthiaskrgrbors-466/+439
2023-07-30Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68Matthias Krüger-1/+1
2023-07-30Rollup merge of #114223 - ryanoneill:vec-indexing-doc-language, r=workingjubileeMatthias Krüger-1/+1
2023-07-30Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkinMatthias Krüger-437/+378
2023-07-30Rollup merge of #114018 - Enselic:multi-annotation, r=b-naberMatthias Krüger-7/+38
2023-07-30Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubileeMatthias Krüger-10/+13
2023-07-30Rollup merge of #110056 - chenyukang:yukang/fix-110045, r=workingjubileeMatthias Krüger-10/+8
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-481/+411
2023-07-30Auto merge of #114066 - matthiaskrgr:fmt_args_inline_bootstrap, r=WaffleLapkinbors-174/+162
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-16/+11
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-437/+378
2023-07-30Weaken unnameable_types lintBryanskiy-20/+4
2023-07-30Mark `map_or` as `#[must_use]`Maybe Waffle-15/+18
2023-07-30bootstrap: inline format!() argsMatthias Krüger-174/+162
2023-07-30Fix the example in document for WaitTimeoutResult::timed_outyukang-10/+8
2023-07-30Auto merge of #114236 - fee1-dead-contrib:rollup-m92j7q1, r=fee1-deadbors-13/+52
2023-07-30Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obkfee1-dead-10/+36
2023-07-30Rollup merge of #113512 - vallentin:lines-doc, r=workingjubileefee1-dead-3/+8
2023-07-30Rollup merge of #112151 - chloekek:patch-1, r=workingjubileefee1-dead-0/+8
2023-07-30Auto merge of #112280 - zica87:master, r=workingjubileebors-13/+0
2023-07-30Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgrbors-141/+145
2023-07-29add tidy check for stray rustfix filesasquared31415-1/+1
2023-07-30Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol...Matthias Krüger-1/+15
2023-07-30Rollup merge of #114152 - ttsugriy:master, r=WaffleLapkinMatthias Krüger-31/+7
2023-07-30Rollup merge of #114129 - GuillaumeGomez:rustdoc-cleanup, r=notriddleMatthias Krüger-109/+123
2023-07-29Auto merge of #113704 - compiler-errors:rpitit-assumed-wf-inherit, r=spastorinobors-117/+151
2023-07-29some nits, bless testMichael Goulet-21/+29
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-33/+102
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-100/+57
2023-07-29Auto merge of #114211 - RalfJung:miri, r=RalfJungbors-233/+336
2023-07-29Documentation: Fix Stilted Language in Vec->IndexingRyan O'Neill-1/+1
2023-07-29Mark lazy_type_alias as incompleteMichael Goulet-1/+15
2023-07-29Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errorsbors-25/+173
2023-07-29Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJungbors-151/+264
2023-07-29Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errorsbors-2/+241
2023-07-29doc comment suggestionsNeven Villani-25/+57
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-472/+293
2023-07-29Effects: don't print `host` param in diagnosticsDeadbeef-10/+36
2023-07-29[rustc][data_structures] Simplify binary_search_slice.Taras Tsugrii-31/+7