about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-05Update target fns to latest mainHenri Lunnikivi-3/+21
2024-10-05Add comment: data_layoutHenri Lunnikivi-0/+9
2024-10-05Add targets: riscv32{e|em|emc}Henri Lunnikivi-0/+79
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-456/+420
2024-10-04Rollup merge of #131273 - estebank:issue-131051, r=compiler-errorsJubilee-8/+31
2024-10-04Rollup merge of #131194 - practicalrs:fix_needless_lifetimes, r=celinvalJubilee-2/+2
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-14/+124
2024-10-04Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorinoJubilee-4/+110
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-7/+9
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-7/+9
2024-10-04Simplify bound var resolution.Camille GILLOT-44/+39
2024-10-04Remove stray fixmes.Camille GILLOT-3/+0
2024-10-04Visit opaques for visibilities.Camille GILLOT-51/+47
2024-10-04WfCheck opaques.Camille GILLOT-13/+32
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-347/+304
2024-10-04Make naming more consistent.Camille GILLOT-10/+10
2024-10-04Make query backtrace more useful.Camille GILLOT-8/+8
2024-10-04Account for `impl Trait {` when `impl Trait for Type {` was intendedEsteban Küber-8/+31
2024-10-04Elaborate supertrait span correctly to label the error betterMichael Goulet-5/+61
2024-10-04Check elaborated projections from dyn don't mention unconstrained late bound ...Michael Goulet-0/+50
2024-10-04Rollup merge of #131264 - compiler-errors:fix-pub-crate, r=jieyouxuJubilee-29/+31
2024-10-04Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelixJubilee-1/+0
2024-10-04Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkovJubilee-0/+2
2024-10-04Rollup merge of #131116 - mustartt:aix-stack-size, r=petrochenkovJubilee-0/+4
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-7/+0
2024-10-04Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelixJubilee-0/+39
2024-10-04Fix target_abi in sparc-unknown-none-elfMads Marquart-1/+0
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-14/+10
2024-10-04Fix some pub(crate) that were undetected bc of instrumentMichael Goulet-29/+31
2024-10-04Auto merge of #131237 - GuillaumeGomez:rollup-il2i7z7, r=GuillaumeGomezbors-145/+206
2024-10-04Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxuGuillaume Gomez-113/+113
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-32/+93
2024-10-04Auto merge of #131224 - notriddle:notriddle/intra-doc-link-value, r=Guillaume...bors-1/+3
2024-10-04Use wide pointers consistenly across the compilerUrgau-113/+113
2024-10-04Improve non-boolean literal error in cfg predicateUrgau-1/+5
2024-10-04Feature gate boolean lit support in cfg predicatesUrgau-2/+21
2024-10-03rustdoc: prevent ctors from resolvingMichael Howell-1/+3
2024-10-04Auto merge of #131201 - compiler-errors:unop-not, r=cjgillotbors-0/+8
2024-10-04Auto merge of #131191 - nnethercote:lattice_op, r=lcnrbors-403/+231
2024-10-03Auto merge of #131215 - matthiaskrgr:rollup-i021ef7, r=matthiaskrgrbors-190/+262
2024-10-04Remove `LatticeDir` trait.Nicholas Nethercote-104/+69
2024-10-04Merge `rustc_infer::infer::relate::{glb,lub}`.Nicholas Nethercote-333/+196
2024-10-03Rollup merge of #131192 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+1
2024-10-03Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxuMatthias Krüger-1/+2
2024-10-03Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebankMatthias Krüger-155/+216
2024-10-03Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errorsMatthias Krüger-2/+14
2024-10-03Rollup merge of #131024 - compiler-errors:deref-sugg, r=estebankMatthias Krüger-31/+29
2024-10-03Auto merge of #131145 - ismailarilik:handle_potential_query_instability_lint_...bors-15/+14
2024-10-03Disable jump threading UnOp::Not for non-boolMichael Goulet-0/+8
2024-10-03Remove crashes, add commentMichael Goulet-0/+2