about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-19tag-gc -> provenance-gcBen Kimock-18/+18
2023-11-19Expand Miri's BorTag GC to a Provenance GCBen Kimock-296/+395
2023-11-19Improve wording of `intrinsics-x86-*.rs` headerEduardo Sánchez Muñoz-4/+4
2023-11-19fix rebaseEsteban Küber-2/+7
2023-11-19fmtEsteban Küber-1/+2
2023-11-19review commentsEsteban Küber-43/+24
2023-11-19Account for number of arguments in suggestionEsteban Küber-20/+39
2023-11-19fix tidyEsteban Küber-1/+1
2023-11-19Suggest Default::default() for struct literals with private fieldsEsteban Küber-0/+25
2023-11-19Suggest builder functions on struct literal with private fieldsEsteban Küber-2/+109
2023-11-19Remove unnecessary .collect()Esteban Küber-7/+7
2023-11-19Suggest using builder on curly brace struct called as fnEsteban Küber-172/+211
2023-11-19Do not suggest struct literal when fields are privateEsteban Küber-36/+65
2023-11-19Add test for public struct with private fieldsEsteban Küber-1/+19
2023-11-19On private tuple struct, suggest `Default::default` when possibleEsteban Küber-1/+60
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-1/+2
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-29/+31
2023-11-19When encountering struct fn call literal with private fields, suggest all bui...Esteban Küber-43/+98
2023-11-19Avoid iterating over hashmaps in astconvNilstrieb-12/+8
2023-11-19Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrumbors-9/+111
2023-11-19Add documentation for some queriesNilstrieb-4/+15
2023-11-19Use an absolute path to the NUL deviceChris Denton-1/+1
2023-11-19Explicitly unset $CARGO for compiletestNilstrieb-0/+5
2023-11-19Merge pull request #377 from rust-lang/bitmask-followupCaleb Zulawski-50/+47
2023-11-19make_direct_deprecated: dont overwrite already set attributesRalf Jung-4/+10
2023-11-19Fix outdated doc comment on Releases doc build stepMichael Howell-7/+4
2023-11-19Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomezbors-150/+188
2023-11-19Merge pull request #387 from rust-lang/sync_from_rust_2023_11_17antoyo-34/+64
2023-11-19Don't set cmsg fields in msghdr if we have no cmsg to sendThe 8472-3/+4
2023-11-19disable csky test on CIRalf Jung-3/+5
2023-11-19Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstriebbors-0/+83
2023-11-19Auto merge of #11781 - partiallytyped:11710, r=xFrednetbors-0/+287
2023-11-19New Lint [`impl_hash_with_borrow_str_and_bytes`]Quinn Sinclair-0/+287
2023-11-19Auto merge of #118051 - GuillaumeGomez:cleanup-rustdoc, r=notriddlebors-4/+4
2023-11-19Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwcobors-6/+28
2023-11-19Follow-up fixes for to_bitmaskCaleb Zulawski-50/+47
2023-11-19Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwcobors-94/+0
2023-11-19remove repetitive wordscui fliter-1/+1
2023-11-18add test for pinned `must_use` pointersMax Niederman-0/+65
2023-11-18catch pinned `must_use` types in `unused_must_use`Max Niederman-0/+18
2023-11-18Merge pull request #376 from rust-lang/find-first-setCaleb Zulawski-8/+80
2023-11-18Add first_setCaleb Zulawski-8/+80
2023-11-18Merge pull request #375 from rust-lang/bitmaskCaleb Zulawski-185/+202
2023-11-19Auto merge of #117895 - mzohreva:mz/fix-sgx-backtrace, r=Mark-Simulacrumbors-1/+14
2023-11-19Auto merge of #11691 - sjwang05:lines-filter-map-ok-fix, r=Centri3bors-32/+74
2023-11-19Auto merge of #11782 - Alexendoo:macro-use-imports-ordering, r=Centri3bors-20/+17
2023-11-19Auto merge of #117868 - ferrocene:pa-omit-git-hash, r=Mark-Simulacrumbors-0/+7
2023-11-18Do not call dry_run twiceMichael Howell-2/+3
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-18Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-S...bors-19/+18