about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-08Make async generators fused by defaultMichael Goulet-11/+37
2023-12-08Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errorsMatthias Krüger-12/+28
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-214/+224
2023-12-08Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-...Matthias Krüger-19/+89
2023-12-08Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-aMatthias Krüger-29/+458
2023-12-08Rollup merge of #118502 - Young-Flash:fix, r=compiler-errorsMatthias Krüger-3/+78
2023-12-08Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnrMatthias Krüger-261/+477
2023-12-08Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errorsbors-1/+13
2023-12-08Rename some more coro_kind -> coroutine_kindMichael Goulet-8/+9
2023-12-08More nitsMichael Goulet-4/+4
2023-12-08Introduce closure_id method on CoroutineKindMichael Goulet-24/+24
2023-12-08Fix x86 SSE4.1 ptestnzcEduardo Sánchez Muñoz-36/+41
2023-12-08Add tests related to normalization in implied boundsSantiago Pastorino-8/+105
2023-12-08Support bare unit structs in destructuring assignmentsMichael Goulet-24/+42
2023-12-08Auto merge of #16060 - Veykril:format-args-orphans, r=Veykrilbors-8/+187
2023-12-08fix: Fix fragment parser replacing matches with dummies on incomplete parsesLukas Wirth-25/+82
2023-12-08Auto merge of #3214 - eduardosm:move-x86-code, r=RalfJungbors-265/+304
2023-12-08fix: Fix completion failing in format_args! with invalid templateLukas Wirth-8/+187
2023-12-08use magenta instead of bold for highlightingjyn-12/+58
2023-12-08Simplify and comment the special-casing for Windows colorsjyn-10/+10
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-6/+7
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-355/+1118
2023-12-08Move implementation of SSE4.1 dpps/dppd to helper functionEduardo Sánchez Muñoz-37/+52
2023-12-08Move implementation of SSE4.1 `ptest*` into a helper functionEduardo Sánchez Muñoz-21/+41
2023-12-08Auto merge of #16058 - Veykril:macro-diagnostics, r=Veykrilbors-18/+99
2023-12-08fix: Smaller spans for unresolved field and method diagnosticsLukas Wirth-18/+99
2023-12-08Make it not depend on nightly conditionallyMichael Goulet-1/+7
2023-12-08FeedbackMichael Goulet-229/+205
2023-12-08Uplift canonicalizer into new trait solver crateMichael Goulet-272/+506
2023-12-08Make some matches exhaustive to avoid bugs, fix toolsMichael Goulet-1/+2
2023-12-08Add testsMichael Goulet-19/+148
2023-12-08HACK: constrain yield type in check_fn so that projection is successful even ...Michael Goulet-3/+23
2023-12-08Make some matches exhaustive to avoid bugs, fix toolsMichael Goulet-46/+72
2023-12-08Support async gen fnMichael Goulet-104/+115
2023-12-08coro_kind -> coroutine_kindMichael Goulet-5/+5
2023-12-08coro_kind -> coroutine_kindMichael Goulet-75/+100
2023-12-08Implement `async gen` blocksMichael Goulet-54/+563
2023-12-08Rework coroutine transform to be more flexible in preparation for async gener...Michael Goulet-80/+123
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-236/+772
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-3/+7
2023-12-08new lint: `uninhabited_reference`Samuel Tardieu-2/+151
2023-12-08Auto merge of #16055 - Veykril:field-fallback-method, r=Veykrilbors-72/+140
2023-12-08Fallback to method resolution on unresolved field access with matching method...Lukas Wirth-72/+140
2023-12-08Remove extra check-cfg handled by libc directlyUrgau-2/+0
2023-12-08Auto merge of #16054 - Veykril:fix-downmapping, r=Veykrilbors-131/+164
2023-12-08fix: Fix token downmapping being quadraticLukas Wirth-131/+164
2023-12-08privacy: visit trait def id of projectionsDavid Wood-19/+89
2023-12-08only return true in `fallback_types' if fallback has occurredlcnr-11/+10
2023-12-08Auto merge of #118689 - compiler-errors:const-drop, r=fee1-deadbors-67/+57
2023-12-08Auto merge of #11907 - cocodery:issue11885, r=y21,xFrednetbors-52/+147