about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-1/+87
2023-09-08Rollup merge of #115634 - nnethercote:IntVid-FloatVid, r=oli-obkMatthias Krüger-26/+14
2023-09-08Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obkMatthias Krüger-12/+22
2023-09-08Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkinMatthias Krüger-0/+11
2023-09-08Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obkbors-0/+7
2023-09-08Auto merge of #115586 - Zalathar:query, r=cjgillotbors-72/+51
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-1/+87
2023-09-07Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnrbors-2/+22
2023-09-07Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-2/+22
2023-09-07Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obkbors-6/+0
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-6/+0
2023-09-07Auto merge of #115602 - oli-obk:lower_intrinsics, r=petrochenkovbors-29/+30
2023-09-07coverage: In the visitor, track max counter/expression IDs without +1Zalathar-25/+25
2023-09-07coverage: Simplify the `coverageinfo` query to a single passZalathar-30/+13
2023-09-07coverage: Extract a common iterator over a function's coverage statementsZalathar-23/+19
2023-09-07Use `newtype_index` for `IntVid` and `FloatVid`.Nicholas Nethercote-26/+14
2023-09-07Auto merge of #115582 - compiler-errors:refine-yeet, r=oli-obkbors-5/+390
2023-09-07Ensure that dyn trait bounds stay sortedMichael Goulet-11/+8
2023-09-07Don't suggest dereferencing to unsized typeMichael Goulet-1/+14
2023-09-07Auto merge of #115616 - bjorn3:sync_cg_clif-2023-09-06, r=bjorn3bors-8/+10
2023-09-07Auto merge of #110050 - saethlin:better-u32-encoding, r=nnethercotebors-45/+399
2023-09-07Print the path of an RPITIT in RTNMichael Goulet-0/+11
2023-09-07Add noteMichael Goulet-0/+2
2023-09-07Don't emit refining_impl_trait for private itemsMichael Goulet-1/+29
2023-09-06Add comments with the same level of detail as the PR descriptionBen Kimock-12/+54
2023-09-07Use self instead of the actual self tyMichael Goulet-3/+15
2023-09-07Implement refinement lint for RPITITMichael Goulet-5/+348
2023-09-07Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r...bors-5/+40
2023-09-06Auto merge of #115580 - eduardosm:stdarch-intrinsics, r=davidtwco,bjorn3bors-248/+0
2023-09-06Auto merge of #114946 - anforowicz:generic-fix-for-asan-lto, r=tmiaskobors-0/+7
2023-09-06Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-202...bjorn3-8/+10
2023-09-06Auto merge of #115615 - matthiaskrgr:rollup-49fosdf, r=matthiaskrgrbors-25/+60
2023-09-06Rollup merge of #115605 - ouz-a:smir_better_debug, r=oli-obkMatthias Krüger-1/+8
2023-09-06Rollup merge of #115596 - nnethercote:two-small-changes, r=lqdMatthias Krüger-1/+1
2023-09-06Rollup merge of #115587 - mojave2:issue-115348, r=oli-obkMatthias Krüger-1/+1
2023-09-06Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obkMatthias Krüger-3/+3
2023-09-06Rollup merge of #115574 - Veykril:rustc_parse_format-dep, r=NilstriebMatthias Krüger-2/+2
2023-09-06Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errorsMatthias Krüger-4/+8
2023-09-06Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naberMatthias Krüger-13/+37
2023-09-06Auto merge of #115252 - cjgillot:mir-composite, r=davidtwcobors-284/+250
2023-09-06miri: catch function calls where the argument is caller-invalid / the return ...Ralf Jung-0/+7
2023-09-06Ty Debug now prints id and kindouz-a-1/+8
2023-09-06Auto merge of #115401 - Zoxc:freeze, r=oli-obkbors-32/+148
2023-09-06fix #115348mojave2-1/+1
2023-09-06Use a reference to the lock in the guardsJohn Kåre Alsaker-15/+14
2023-09-06Don't report any errors in `lower_intrinsics`. They should have been typecked...Oli Scherer-29/+30
2023-09-06make comments less crypticouz-a-3/+3
2023-09-06Implement and test monomorphizationOli Scherer-2/+63
2023-09-06Allow fetching the SMIR body of FnDefsOli Scherer-5/+15
2023-09-06Deopaquify `ParamConst`Oli Scherer-11/+26