about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-05chore: Bump compiler_builtinsPatryk Wychowaniec-5/+5
2023-12-05Auto merge of #118640 - RalfJung:miri, r=RalfJungbors-107/+185
2023-12-05Auto merge of #3211 - RalfJung:promise, r=RalfJungbors-16/+48
2023-12-05simd numeric intrinsics: share code with scalar intrinsicRalf Jung-12/+1
2023-12-05fix miri_promise_symbolic_alignment for huge alignmentsRalf Jung-3/+46
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-97/+800
2023-12-05fix typo in commentRalf Jung-1/+1
2023-12-05Auto merge of #3210 - rust-lang:rustup-2023-12-05, r=RalfJungbors-769/+2301
2023-12-05fmtThe Miri Conjob Bot-20/+24
2023-12-05Merge from rustcThe Miri Conjob Bot-768/+2296
2023-12-05Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-05Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naberbors-6/+140
2023-12-05Auto merge of #118230 - nnethercote:streamline-dataflow-cursors, r=cjgillotbors-243/+113
2023-12-05Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errorsbors-36/+325
2023-12-04Auto merge of #118618 - GuillaumeGomez:rollup-24ur21r, r=GuillaumeGomezbors-56/+116
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-6/+140
2023-12-04Fix rebaseEsteban Küber-3/+3
2023-12-04Provide more suggestions for cloning immutable bindingsEsteban Küber-10/+196
2023-12-04Deduplicate some logicEsteban Küber-181/+161
2023-12-04On "this .clone() is on the reference", provide more infoEsteban Küber-1/+158
2023-12-04Mark more tests as `run-rustfix`Esteban Küber-3/+50
2023-12-04Tweak output on specific caseEsteban Küber-2/+22
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-65/+310
2023-12-04Tweak `.clone()` suggestion to work in more casesEsteban Küber-18/+86
2023-12-04Rollup merge of #118600 - GuillaumeGomez:fields-heading, r=notriddleGuillaume Gomez-1/+29
2023-12-04Rollup merge of #118591 - RalfJung:portable-simd-build-fix, r=workingjubilee,...Guillaume Gomez-1/+1
2023-12-04Rollup merge of #118565 - RalfJung:numeric_intrinsic, r=davidtwcoGuillaume Gomez-46/+36
2023-12-04Rollup merge of #118508 - notriddle:notriddle/fmt-newline, r=GuillaumeGomezGuillaume Gomez-8/+50
2023-12-04Auto merge of #118592 - lnicola:sync-from-ra, r=lnicolabors-170/+821
2023-12-04Auto merge of #118602 - TaKO8Ki:rollup-njcouns, r=TaKO8Kibors-209/+854
2023-12-04Auto merge of #118597 - lnicola:cargotest-no-branch, r=Mark-Simulacrumbors-1/+1
2023-12-04Rollup merge of #118586 - gurry:118571-improve-slice-doc-example, r=thomccTakayuki Maeda-5/+5
2023-12-04Rollup merge of #118573 - petrochenkov:pathdatakind, r=TaKO8KiTakayuki Maeda-132/+133
2023-12-04Rollup merge of #118551 - RalfJung:extern-types-bugs, r=compiler-errorsTakayuki Maeda-0/+22
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-11/+171
2023-12-04Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile...Takayuki Maeda-61/+523
2023-12-04Add regression test for #118195Guillaume Gomez-0/+21
2023-12-04Don't generate the "Fields" heading if there is no field displayedGuillaume Gomez-1/+8
2023-12-04Don't ask for a specific branch in cargotestLaurențiu Nicola-1/+1
2023-12-04rebaselcnr-13/+13
2023-12-04cleanup and commentslcnr-26/+224
2023-12-04generalize: handle occurs check failure in aliaseslcnr-33/+124
2023-12-04do not fetch variance info during generalizationlcnr-1/+1
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-61/+523
2023-12-04Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-raLaurențiu Nicola-170/+821
2023-12-04portable-simd: add missing feature gateRalf Jung-1/+1
2023-12-04Auto merge of #3207 - rust-lang:rustup-2023-12-04, r=RalfJungbors-326/+876
2023-12-04fix clippyRalf Jung-1/+2
2023-12-04Auto merge of #118490 - Nadrieril:arena-alloc-matrix, r=nnethercotebors-31/+33
2023-12-04Improve example in `slice::windows()` docGurinder Singh-5/+5