about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-26Rollup merge of #109593 - coop-rs:missing_doc_code_examples, r=GuillaumeGomezMatthias Krüger-1/+1
2023-03-26Rollup merge of #109007 - Ezrashaw:tweak-some-variants-omitted, r=notriddle,G...Matthias Krüger-1/+12
2023-03-26Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors-83/+777
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-1/+12
2023-03-25Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`Scott McMurray-78/+80
2023-03-26Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieubors-3/+3
2023-03-26transmute testMichael Goulet-2/+63
2023-03-25Correct typo (`back_box` -> `black_box`)Evie M-1/+1
2023-03-25Still-further-specializable projections are ambiguousMichael Goulet-1/+48
2023-03-25Ignore the unwrap_unchecked test on wasm32-unknown-unknownBen Kimock-3/+4
2023-03-25fix type suggestions in match armsLukas Markeffsky-2/+34
2023-03-25Auto merge of #109474 - nikic:llvm-16-again, r=cuviperbors-5/+5
2023-03-25Explain how we get to skip checking for cleanup blocks in the visitorBen Kimock-0/+2
2023-03-25Auto merge of #109458 - Nilstrieb:smol-cute-little-bits, r=wesleywiserbors-5/+7
2023-03-25Improve documentation for str::replace() and str::replacen()Veera-2/+2
2023-03-25Auto merge of #109581 - matthiaskrgr:rollup-e8fi2vi, r=matthiaskrgrbors-442/+627
2023-03-25Improve "Auto-hide trait implementation documentation" GUI testGuillaume Gomez-13/+47
2023-03-25Rustdoc Book refer to rustdoc::missing_doc_code_examples. Fixes #109592.Peter Kehl-1/+1
2023-03-25Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillotbors-134/+134
2023-03-25Use an IndexVec to debug fingerprints.Camille GILLOT-10/+4
2023-03-25Auto merge of #109371 - Zoxc:verify-hash-opt, r=cjgillotbors-81/+62
2023-03-25Auto merge of #99929 - the8472:default-iters, r=scottmcmbors-0/+371
2023-03-24Refactor: Separate `LocalRef` variant for not-evaluated-yet operandsScott McMurray-20/+26
2023-03-25Auto merge of #109546 - saethlin:inline-into, r=scottmcmbors-0/+1
2023-03-25Rollup merge of #109570 - GuillaumeGomez:add-gui-test, r=notriddleMatthias Krüger-0/+48
2023-03-25Rollup merge of #109568 - RalfJung:miri-raw-ptr-dyn, r=oli-obkMatthias Krüger-1/+36
2023-03-25Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholkMatthias Krüger-44/+108
2023-03-25Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomezMatthias Krüger-77/+19
2023-03-25Rollup merge of #109539 - cjgillot:find-stability, r=b-naberMatthias Krüger-298/+305
2023-03-25Rollup merge of #109484 - fortanix:raoul/bugfix_libtest_json_output, r=pietro...Matthias Krüger-12/+7
2023-03-25Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errorsMatthias Krüger-10/+104
2023-03-25Pass `tcx` directlyJohn Kåre Alsaker-37/+26
2023-03-25Split the `if` to release the lock earlierJohn Kåre Alsaker-9/+14
2023-03-25Remove `DebugArg`John Kåre Alsaker-43/+5
2023-03-25Optimize `incremental_verify_ich`John Kåre Alsaker-49/+74
2023-03-25Remove some stale FIXMEs in new solverMichael Goulet-6/+0
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-27/+25
2023-03-24Allow long link names in tar filesJon Gjengset-4/+3
2023-03-25Use Rayon's TLV directlyJohn Kåre Alsaker-45/+14
2023-03-24Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomezbors-7/+20
2023-03-24Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514bors-11/+45
2023-03-24Add #[inline] to the Into for From implBen Kimock-0/+1
2023-03-24Adjust documentation.Camille GILLOT-14/+18
2023-03-24Auto merge of #109566 - flip1995:clippyup, r=Manishearthbors-1627/+2992
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-26/+65
2023-03-24Skip checks for common types with alignment 1Ben Kimock-0/+7
2023-03-24Use Vec::split_offBen Kimock-1/+1
2023-03-24Make EvalCtxt's infcx privateMichael Goulet-75/+134
2023-03-24Add GUI test for "Auto-hide item methods' documentation" settingGuillaume Gomez-0/+48
2023-03-24miri: fix raw pointer dyn receiversRalf Jung-1/+36