about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-17Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukangJacob Pratt-9/+24
2024-11-17Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyu...Jacob Pratt-9/+24
2024-11-17Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnrJacob Pratt-1/+116
2024-11-17`suggest_borrow_generic_arg`: instantiate clauses properlydianne-16/+10
2024-11-18Check use<..> in RPITIT for refinementMichael Goulet-1/+116
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-18/+93
2024-11-17Diagnostics for let mut in item contextKornel-8/+25
2024-11-17Likely unlikely fixJiri Bobek-18/+93
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-0/+6
2024-11-17Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+3
2024-11-17Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu许杰友 Jieyou Xu (Joe)-8/+112
2024-11-17Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee许杰友 Jieyou Xu (Joe)-17/+24
2024-11-17Add `RUSTC_BOOTSTRAP=-1` to make rustc pretend as stable compilerJieyou Xu-9/+24
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-363/+440
2024-11-17Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillotbors-67/+165
2024-11-16stabilize const_ptr_is_nullRalf Jung-0/+6
2024-11-16Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillotMatthias Krüger-22/+29
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-67/+150
2024-11-16Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillotMatthias Krüger-274/+261
2024-11-16review comment: move logic to new methodEsteban Küber-88/+103
2024-11-16Reword suggestion messageEsteban Küber-2/+2
2024-11-16Better account for `else if` macro conditions mising an `if`Esteban Küber-1/+10
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-9/+89
2024-11-16Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwUbors-3/+97
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-3/+97
2024-11-15Improve VecCache under parallel frontendMark Rousskov-65/+458
2024-11-15Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errorsGuillaume Gomez-1/+1
2024-11-15Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-...Guillaume Gomez-5/+46
2024-11-15Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkovGuillaume Gomez-22/+17
2024-11-15Rollup merge of #132936 - surechen:fix_131989, r=NadrierilGuillaume Gomez-0/+9
2024-11-15Make WalkItemKind::walk signature compatible between Visitor versionsmaxcabrajac-18/+27
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-27/+35
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-41/+107
2024-11-15Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgrbors-100/+57
2024-11-15Fix span edition for 2024 RPIT coming from an external macroEric Huss-1/+1
2024-11-15Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler...Matthias Krüger-9/+5
2024-11-15Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petro...Matthias Krüger-90/+47
2024-11-15Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box...Matthias Krüger-1/+5
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-157/+9
2024-11-15Print total node count in `-Z hir-stats`Sam Estep-1/+8
2024-11-15Trim whitespace in RemoveLet primary spanTyrone Wu-2/+3
2024-11-15Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errorsbors-12/+36
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-76/+137
2024-11-15Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubileebors-0/+10
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-0/+10
2024-11-15Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiserbors-2/+6
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+10
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-9/+11
2024-11-14Change visit_precise_capturing_arg so it returns a Self::Resultmaxcabrajac-9/+5
2024-11-14Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwcoMatthias Krüger-9/+11