about summary refs log tree commit diff
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-1072/+1016
2024-10-05Auto merge of #131275 - workingjubilee:rollup-4yxqio3, r=workingjubileebors-94/+559
2024-10-04Rollup merge of #131273 - estebank:issue-131051, r=compiler-errorsJubilee-8/+158
2024-10-04Rollup merge of #131267 - okaneco:bufread_skip_until, r=tgross35Jubilee-3/+1
2024-10-04Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum...Jubilee-23/+34
2024-10-04Rollup merge of #131194 - practicalrs:fix_needless_lifetimes, r=celinvalJubilee-2/+2
2024-10-04Rollup merge of #131105 - slanterns:literal_c_str, r=petrochenkovJubilee-1/+1
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-22/+171
2024-10-04Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,...Jubilee-5/+7
2024-10-04Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorinoJubilee-18/+149
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-12/+36
2024-10-05Auto merge of #131124 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-05Bless clippy.Camille GILLOT-5/+9
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-7/+27
2024-10-04Adapt clippy.Camille GILLOT-38/+13
2024-10-04Bless incremental tests.Camille GILLOT-2/+2
2024-10-04Promote crash tests to ui.Camille GILLOT-35/+124
2024-10-04Simplify bound var resolution.Camille GILLOT-44/+39
2024-10-04Remove stray fixmes.Camille GILLOT-3/+0
2024-10-04Bless ui tests.Camille GILLOT-519/+454
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-369/+307
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/+158
2024-10-04Auto merge of #131269 - workingjubilee:rollup-bf7fzhf, r=workingjubileebors-105/+159
2024-10-04Elaborate supertrait span correctly to label the error betterMichael Goulet-5/+64
2024-10-04Check elaborated projections from dyn don't mention unconstrained late bound ...Michael Goulet-14/+86
2024-10-04Rollup merge of #131264 - compiler-errors:fix-pub-crate, r=jieyouxuJubilee-29/+31
2024-10-04Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddleJubilee-3/+41
2024-10-04Rollup merge of #131240 - taiki-e:typo, r=jieyouxuJubilee-1/+1
2024-10-04Rollup merge of #131238 - michaelwoerister:triagebot, r=michaelwoeristerJubilee-3/+0
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-14/+21
2024-10-04Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelixJubilee-2/+1
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-53/+15
2024-10-04Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelixJubilee-0/+43
2024-10-04Update cargoWeihang Lo-0/+0
2024-10-04Stabilize `BufRead::skip_until`okaneco-3/+1
2024-10-04Fix target_abi in sparc-unknown-none-elfMads Marquart-2/+1
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-47/+43
2024-10-04Fix some pub(crate) that were undetected bc of instrumentMichael Goulet-29/+31
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-23/+34
2024-10-04Add GUI regression test for #130622 and for #131223Guillaume Gomez-0/+35
2024-10-04Fix list marginsGuillaume Gomez-3/+6