about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-10Restore `const PartialEq`Deadbeef-111/+52
2023-12-10Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-deadbors-58/+66
2023-12-10Auto merge of #116949 - hamza1311:stablize-arc_unwrap_or_clone, r=dtolnaybors-4/+2
2023-12-10Auto merge of #118550 - cjgillot:filecheck-const-prop, r=Mark-Simulacrumbors-253/+290
2023-12-10Auto merge of #118787 - GuillaumeGomez:rollup-fj5wr3q, r=GuillaumeGomezbors-25/+152
2023-12-09Auto merge of #118069 - onur-ozkan:bypass_bootstrap_lock, r=Mark-Simulacrumbors-68/+128
2023-12-09Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile...bors-865/+2823
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-8/+11
2023-12-09s/const_effect/host_effectMichael Goulet-9/+10
2023-12-09Don't print host effect param in pretty path_generic_argsMichael Goulet-42/+46
2023-12-09allow bypassing the build directory lockonur-ozkan-68/+128
2023-12-09Auto merge of #117771 - tmandry:fuchsia-gha, r=Mark-Simulacrumbors-11/+144
2023-12-09Rollup merge of #118782 - jyn514:powershell, r=ChrisDentonGuillaume Gomez-16/+3
2023-12-09Rollup merge of #118775 - Young-Flash:fix, r=compiler-errorsGuillaume Gomez-3/+69
2023-12-09Rollup merge of #118774 - lcnr:region-refactor-uwu, r=compiler-errorsGuillaume Gomez-4/+57
2023-12-09Rollup merge of #118747 - Urgau:check-cfg-freebsd-cleanup, r=onur-ozkanGuillaume Gomez-2/+0
2023-12-09Rollup merge of #117966 - lxy19980601:safe_compilation_options, r=Mark-Simula...Guillaume Gomez-0/+23
2023-12-09use `&` instead of start-process in x.ps1jyn-16/+3
2023-12-09Auto merge of #118780 - GuillaumeGomez:rollup-nd0syaf, r=GuillaumeGomezbors-283/+1099
2023-12-09Rollup merge of #118766 - compiler-errors:lower-spans, r=spastorinoGuillaume Gomez-5/+6
2023-12-09Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-deadGuillaume Gomez-58/+63
2023-12-09Rollup merge of #118702 - Urgau:check-cfg-strengthen-well-known, r=nnethercoteGuillaume Gomez-77/+298
2023-12-09Rollup merge of #118638 - nnethercote:rustc_mir_dataflow-more, r=cjgillotGuillaume Gomez-138/+102
2023-12-09Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillotGuillaume Gomez-4/+36
2023-12-09Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubileeGuillaume Gomez-1/+594
2023-12-09Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillotbors-468/+235
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub OkoĊ„ski-1/+594
2023-12-09Avoid target_os and target_arch in some check-cfg testsUrgau-21/+4
2023-12-09Strengthen well known check-cfg names and values testUrgau-56/+294
2023-12-09Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubileebors-111/+543
2023-12-09add test for inductive cycle hangslcnr-4/+57
2023-12-09chore: add test case for type with genericYoung-Flash-3/+69
2023-12-09Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholkJubilee-11/+37
2023-12-09Rollup merge of #118762 - compiler-errors:gen-nits, r=eholkJubilee-34/+35
2023-12-09Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=NilstriebJubilee-0/+1
2023-12-09Rollup merge of #118666 - Zalathar:body-closure, r=cjgillotJubilee-31/+93
2023-12-09Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikicJubilee-3/+7
2023-12-09Rollup merge of #118512 - spastorino:add-implied-bounds-related-tests, r=jack...Jubilee-8/+202
2023-12-09Rollup merge of #118198 - Zalathar:if-not, r=cjgillotJubilee-24/+168
2023-12-09Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwcobors-0/+135
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-28/+71
2023-12-09Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomccbors-0/+93
2023-12-09Some types cannot show up as the type of a patternNadrieril-4/+3
2023-12-09Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgrbors-538/+1354
2023-12-09Lower some forgotten coroutine spansMichael Goulet-2/+2
2023-12-09Lower spans for opaque duplicated lifetimes, const infer varsMichael Goulet-3/+3
2023-12-09Lower constness span in host paramMichael Goulet-0/+1
2023-12-09Don't warn an empty pattern unreachable if we're not sure the data is validNadrieril-654/+183
2023-12-09Track place validityNadrieril-30/+216
2023-12-09Detect cycles in `InhabitedPredicate::apply`Nadrieril-10/+31