about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-22evaluate arguments first, not inside the logicRalf Jung-2/+7
2024-06-21Move out addition logicTobias Decking-39/+29
2024-06-21Implement LLVM x86 adx intrinsicsTobias Decking-38/+123
2024-06-20Auto merge of #3674 - TDecking:bmi, r=RalfJungbors-0/+330
2024-06-20Implement LLVM x86 bmi intrinsicsTobias Decking-0/+330
2024-06-19Auto merge of #3685 - rust-lang:rustup-2024-06-19, r=RalfJungbors-3627/+5819
2024-06-19Merge from rustcThe Miri Cronjob Bot-3626/+5818
2024-06-25Change E0369 diagnostic give note information for foreign items.surechen-26/+219
2024-06-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-06-18Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxubors-29/+46
2024-06-18Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnrbors-1823/+2824
2024-06-18rewrite allocator-shim-circular-deps to ui testOneirical-14/+17
2024-06-18Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwcobors-915/+773
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-542/+361
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-328/+363
2024-06-18Fix transmute goalMichael Goulet-39/+59
2024-06-18Explicitly import tracing macrosMichael Goulet-7/+14
2024-06-18Fix impl for SolverDelegateMichael Goulet-85/+385
2024-06-18Uplift the new trait solverMichael Goulet-1443/+2000
2024-06-18SolverDelegateMichael Goulet-310/+363
2024-06-18Uplift PredefinedOpaquesDataMichael Goulet-12/+22
2024-06-18Make SearchGraph fully genericMichael Goulet-95/+149
2024-06-18Auto merge of #126630 - GuillaumeGomez:rollup-hlwbpa2, r=GuillaumeGomezbors-88/+992
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-58/+62
2024-06-18Use a more precise lifetimeOli Scherer-4/+4
2024-06-18Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkovGuillaume Gomez-0/+604
2024-06-18Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obkGuillaume Gomez-20/+234
2024-06-18Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlinGuillaume Gomez-2/+5
2024-06-18Rollup merge of #126500 - Oneirical:test-for-the-holy-grail, r=jieyouxuGuillaume Gomez-58/+134
2024-06-18Rollup merge of #125988 - GuillaumeGomez:migrate-run-make-used, r=jieyouxuGuillaume Gomez-8/+15
2024-06-18Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxubors-44/+109
2024-06-18Add more thorough coverage tests for `#[coverage(..)]` in nested functionsZalathar-0/+468
2024-06-18Add a more thorough test of incorrect/unusal `#[coverage(..)]` syntaxZalathar-0/+136
2024-06-18Create `tests/ui/coverage-attr/`Zalathar-0/+0
2024-06-18Auto merge of #126049 - compiler-errors:rework-use, r=oli-obkbors-574/+628
2024-06-18Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieubors-11/+79
2024-06-18Auto merge of #3684 - rust-lang:rustup-2024-06-18, r=RalfJungbors-1533/+2086
2024-06-18Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercotebors-30/+11
2024-06-18Merge from rustcThe Miri Cronjob Bot-1532/+2085
2024-06-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-06-18Auto merge of #126490 - Oneirical:testicide, r=jieyouxubors-86/+137
2024-06-17Delay a bug and mark precise_capturing as not incompleteMichael Goulet-230/+53
2024-06-17Fix other toolsMichael Goulet-4/+3
2024-06-17Fix rustfmtMichael Goulet-7/+9
2024-06-17Detect duplicatesMichael Goulet-8/+78
2024-06-17Add tests for illegal use bound syntaxMichael Goulet-5/+122
2024-06-17Rework precise capturing syntaxMichael Goulet-349/+405
2024-06-17Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...Michael Goulet-51/+38
2024-06-18Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxubors-53/+112
2024-06-17Auto merge of #125500 - Oneirical:bundle-them-up-why-not, r=jieyouxubors-42/+107