about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-2/+8
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-18/+325
2023-11-29Update nto-qnx.mdAkhilTThomas-4/+2
2023-11-29Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgrbors-325/+220
2023-11-29Auto merge of #3196 - RalfJung:provenance-gc, r=RalfJungbors-0/+9
2023-11-29explain tests that disable the provenance GCRalf Jung-0/+9
2023-11-29Auto merge of #118434 - matthiaskrgr:rollup-k1upt8b, r=matthiaskrgrbors-132/+489
2023-11-29Rollup merge of #118429 - cuviper:its-arguments, r=compiler-errorsMatthias Krüger-3/+3
2023-11-29Rollup merge of #118425 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-11-29Rollup merge of #118413 - chenyukang:yukang-fix-118145-unwrap-for-shorthand, ...Matthias Krüger-9/+341
2023-11-29Rollup merge of #118409 - klensy:position-opt, r=compiler-errorsMatthias Krüger-29/+19
2023-11-29Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errorsMatthias Krüger-85/+96
2023-11-29Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib...Matthias Krüger-0/+1
2023-11-29Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebankMatthias Krüger-6/+29
2023-11-29Rollup merge of #118422 - tmiasko:mix, r=compiler-errorsMatthias Krüger-12/+28
2023-11-29Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillotMatthias Krüger-85/+36
2023-11-29Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomccMatthias Krüger-0/+11
2023-11-29Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillotMatthias Krüger-202/+42
2023-11-29Rollup merge of #118269 - compiler-errors:poly, r=wesleywiserMatthias Krüger-22/+6
2023-11-29Rollup merge of #118265 - RalfJung:memcpy, r=cuviperMatthias Krüger-3/+2
2023-11-29Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-seMatthias Krüger-1/+95
2023-11-29Add `never_patterns` feature gateNadrieril-2/+8
2023-11-29Add `never_patterns` feature gateNadrieril-18/+325
2023-11-29Auto merge of #118348 - Mark-Simulacrum:feature-code-size, r=compiler-errorsbors-6/+14
2023-11-28Fix a typo in a `format_args!` noteJosh Stone-3/+3
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-20/+21
2023-11-29Auto merge of #114841 - bvanjoi:fix-114814, r=cuviperbors-4/+95
2023-11-29More fix on mismatched type suggestion for shorthand fieldsyukang-9/+266
2023-11-28Rename and add another testAlona Enraght-Moony-3/+30
2023-11-28Use a u64 for the rmeta root positionBen Kimock-8/+13
2023-11-28Use a u64 for the rmeta root positionBen Kimock-37/+40
2023-11-28Auto merge of #3194 - saethlin:remove-gc-heuristics, r=RalfJungbors-13/+7
2023-11-28Remove Stacked Borrows GC heuristicsBen Kimock-13/+7
2023-11-28Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgrbors-136/+125
2023-11-28ConstProp: Remove const when rvalue check fails.Alona Enraght-Moony-3/+7
2023-11-28Update cargoWeihang Lo-0/+0
2023-11-28Add with_opt_const_effect_param helper, simplifyMichael Goulet-30/+37
2023-11-28Add PartialEq<&B> for &AMichael Goulet-44/+12
2023-11-28Fix PartialEq args when #[const_trait] is enabledMichael Goulet-37/+56
2023-11-28Yeet E0744Michael Goulet-15/+8
2023-11-28add lint against unit tests in doctestsAndre Bogus-17/+172
2023-11-28Auto merge of #11363 - KisaragiEffective:fix_redundant_closure_call_on_closur...bors-14/+77
2023-11-28Fix coroutine validation for mixed panic strategyTomasz Miąsko-12/+28
2023-11-28thir-unsafeck: print list of missing target features when calling a function ...Eduardo Sánchez Muñoz-32/+187
2023-11-28Fix spans for bad await in inline constMichael Goulet-64/+26
2023-11-28Eagerly return ExprKind::Err on yield/await in wrong coroutine contextMichael Goulet-7/+3
2023-11-28Auto merge of #11892 - y21:actually_rename_doc_for_real_this_time, r=Manishearthbors-6/+5
2023-11-28rename `DocMarkdown` to `Documentation`y21-6/+5
2023-11-28Suggest `let` or `==` on typo'd let-chainEsteban Küber-18/+93
2023-11-28Address unused tuple struct fields in the standard libraryJake Goulding-0/+1