about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-22add iter_kv_map to msrv configMatthias Richter-1/+2
2023-11-22Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkinbors-2/+88
2023-11-22Auto merge of #11844 - GuillaumeGomez:manual_non_exhaustive-rm-underscore-che...bors-7/+44
2023-11-22x fmt library/stdChris Denton-3/+2
2023-11-22redundant_slicingChris Denton-1/+1
2023-11-22cmp_nullChris Denton-2/+2
2023-11-22manual_range_containsChris Denton-2/+2
2023-11-22internal: simplify the removal of dulicate workspaces.roife-7/+4
2023-11-22op_refChris Denton-1/+1
2023-11-22manual_mapChris Denton-5/+3
2023-11-22unnecessary_lazy_evaluationsChris Denton-1/+1
2023-11-22redundant_closureChris Denton-4/+4
2023-11-22duration_subsecChris Denton-1/+1
2023-11-22unnecessary_castChris Denton-9/+9
2023-11-22needless_borrowChris Denton-8/+8
2023-11-22needless_borrows_for_generic_argsChris Denton-2/+2
2023-11-22manual_slice_size_calculationChris Denton-1/+1
2023-11-22unnecessary_mut_passedChris Denton-4/+4
2023-11-22useless_conversionChris Denton-1/+1
2023-11-22needless_returnChris Denton-1/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-347/+97
2023-11-22Remove underscore check for `manual_non_exhaustive` lintGuillaume Gomez-7/+44
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-59/+47
2023-11-22Auto merge of #11849 - GuillaumeGomez:add-more-transmute_ref_to_ref-tests, r=...bors-1/+57
2023-11-22condense llvm licensing into a single itemJonathan Pallant (Ferrous Systems)-12/+116
2023-11-22Improve -win7-windows-msvc documentationroblabla-9/+45
2023-11-22Add i686-win7-windows-msvc targetroblabla-0/+34
2023-11-22Add new x86_64-win7-windows-msvc targetroblabla-0/+65
2023-11-22Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errorsbors-34/+83
2023-11-22Auto merge of #15894 - schrieveslaach:cancelable-initialization, r=Veykrilbors-14/+188
2023-11-22Document `newtype_index` attributes.Nicholas Nethercote-2/+13
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-4/+43
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-28/+27
2023-11-22print query map for deadlock when using parallel front endSparrowLii-6/+12
2023-11-22Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkovbors-19/+80
2023-11-22make the 'abi_unadjusted' feature internalRalf Jung-1/+1
2023-11-22add a testRalf Jung-0/+54
2023-11-22move parentheses judge logic into builderYoung-Flash-16/+13
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-240/+183
2023-11-22Auto merge of #11627 - y21:issue11616, r=giraffatebors-3/+64
2023-11-22Allow defining opaques in check_coroutine_obligationsMichael Goulet-5/+36
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+126
2023-11-21Add support to get virtual table allocationCelina G. Val-3/+54
2023-11-21Add support to global allocation to stable-mirCelina G. Val-24/+150
2023-11-22Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726bors-165/+322
2023-11-22Separate `PatStack` and `MatrixRow`Nadrieril-42/+90
2023-11-22Clarify the `Wildcard`/`Missing` situationNadrieril-43/+59
2023-11-22Cleanup span passingNadrieril-30/+31
2023-11-22Store wildcard row in the matrixNadrieril-39/+48
2023-11-22Fully rework the algorithm and its explanationNadrieril-665/+782