about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-27Remove another use of `as_results_cursor`.Nicholas Nethercote-40/+62
2023-11-27Remove one use of `as_results_cursor`.Nicholas Nethercote-4/+4
2023-11-27Remove `CloneAnalysis`.Nicholas Nethercote-29/+5
2023-11-27Remove some unused code relating to `ResultsCloned`.Nicholas Nethercote-39/+2
2023-11-27Use typedefs to clarify some impls.Nicholas Nethercote-2/+5
2023-11-26Use helpersMichael Goulet-10/+10
2023-11-27Fix some backticks in comments.Nicholas Nethercote-1/+1
2023-11-27Put backticks around some attributes in doc comments.Nicholas Nethercote-6/+6
2023-11-26Auto merge of #11867 - y21:implied_bounds_in_impls_complexity, r=Jarchobors-1/+1
2023-11-26Auto merge of #11875 - samueltardieu:fix-11868, r=Jarchobors-5/+33
2023-11-26Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillotbors-50/+35
2023-11-26`manual_try_fold`: check that `fold` is really `Iterator::fold`Samuel Tardieu-2/+33
2023-11-26`TypeckResults::node_type()` can be used inside of bodiesSamuel Tardieu-1/+1
2023-11-26Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieubors-19/+1029
2023-11-26Remove Upvar duplicationMark Rousskov-50/+35
2023-11-26move comment about local traitRyan Mehri-1/+2
2023-11-26Turn write_dep_info into a regular functionbjorn3-13/+10
2023-11-26Mostly revert "Accept crate name instead of attributes in build_output_filena...bjorn3-6/+16
2023-11-26Ensure macro expansion runs before writing the dep infobjorn3-0/+5
2023-11-26Feed the output filenames into the TyCtxtbjorn3-11/+16
2023-11-26Serialize OutputFilenames into rmeta filebjorn3-27/+22
2023-11-26don't add redundant help for object safety violationsRyan Mehri-35/+75
2023-11-26Accept crate name instead of attributes in build_output_filenamesbjorn3-18/+10
2023-11-26Inline and remove pre_configurebjorn3-15/+4
2023-11-26Fix `box_default` behaviour with empty `vec![]` coming from macro argSamuel Tardieu-5/+33
2023-11-26Add my work email to the mailmapWaffle Maybe-1/+2
2023-11-26unify read_to_end and io::copy impls for reading into a VecThe 8472-107/+91
2023-11-26Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomezbors-376/+99
2023-11-26Fix Rustdoc search docs linkclubby789-2/+1
2023-11-26give dev-friendly error message for incorrect config profilesonur-ozkan-0/+5
2023-11-26Add `is_aligned{,_to}` convenience methods to `NonNull`Maybe Waffle-0/+234
2023-11-26Add `align_offset` convenience method to `NonNull`Maybe Waffle-0/+60
2023-11-26Add `replace` and `swap` convenience methods to `NonNull`Maybe Waffle-0/+35
2023-11-26Add `offset_from`-ish convenience methods to `NonNull`Maybe Waffle-11/+209
2023-11-26Add offset-ish convenience methods to `NonNull`Maybe Waffle-0/+274
2023-11-26Add read/write/copy convenience methods to `NonNull`Maybe Waffle-14/+223
2023-11-26skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only`onur-ozkan-1/+9
2023-11-26rustdoc: Remove space from fake-variadic fn ptr implsMaybe Waffle-2/+2
2023-11-26fix: don't make `MissingMatchArms` diagnostic for empty match bodyYoung-Flash-11/+26
2023-11-26Rollup merge of #118318 - WaffleLapkin:unvacation-waffle, r=WaffleLapkinGuillaume Gomez-1/+1
2023-11-26Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkovGuillaume Gomez-94/+83
2023-11-26Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillotGuillaume Gomez-260/+4
2023-11-26Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomezGuillaume Gomez-21/+11
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors-41/+82
2023-11-26Remove myself from users on vacationWaffle Maybe-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-177/+175
2023-11-26Use inner docs to fix linksCaleb Zulawski-2/+4
2023-11-26Fix library testsCaleb Zulawski-5/+3
2023-11-26Merge commit 'e0e9a4517f9fc021283514da387e70a56061bd3e' into sync-portable-si...Caleb Zulawski-1006/+2107
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-94/+83