about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-05-21Rollup merge of #125308 - lcnr:search-graph-5, r=compiler-errorsMatthias Krüger-153/+258
2024-05-21Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errorsMatthias Krüger-1/+1
2024-05-21Rollup merge of #124283 - surechen:fix_123558, r=estebankMatthias Krüger-6/+209
2024-05-20track cycle participants per entrylcnr-50/+128
2024-05-20move global cache lookup into fnlcnr-58/+62
2024-05-20move fixpoint step into subfunctionlcnr-53/+76
2024-05-20Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmeasebors-22/+39
2024-05-20hir pretty: fix block indentNilstrieb-1/+1
2024-05-20Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn...Matthias Krüger-0/+4
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-165/+162
2024-05-20Rollup merge of #125106 - Zalathar:expressions, r=davidtwcoMatthias Krüger-7/+82
2024-05-20Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelixMatthias Krüger-0/+1
2024-05-20Rollup merge of #124682 - estebank:issue-40990, r=pnkfelixMatthias Krüger-35/+131
2024-05-20address nitFelix S Klock II-1/+1
2024-05-20Rollup merge of #125255 - compiler-errors:eval-ctxt-generic, r=lcnrMatthias Krüger-174/+212
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-6/+209
2024-05-20Fix quote escaping inside check-cfg valueUrgau-3/+2
2024-05-20Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errorsMatthias Krüger-9/+33
2024-05-20Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errorsMatthias Krüger-0/+4
2024-05-20Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp...Matthias Krüger-38/+47
2024-05-19note value of RUST_MIN_STACK and explain unsettingJubilee Young-3/+9
2024-05-19defrost RUST_MIN_STACK=ice rustc hello.rsJubilee Young-9/+27
2024-05-19fix suggestion in E0373 for !Unpin coroutinesJoshua Wong-0/+4
2024-05-19Make EvalCtxt generic over internerMichael Goulet-121/+138
2024-05-19Make search graph generic over internerMichael Goulet-54/+75
2024-05-19Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgrbors-12/+8
2024-05-19Rollup merge of #125279 - WaffleLapkin:unpacktermindebug, r=aDotInTheVoid,Nil...Matthias Krüger-8/+4
2024-05-19Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errorsMatthias Krüger-4/+4
2024-05-19Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errorsbors-15/+23
2024-05-19Link to the check-cfg doc section in the `unexpected_cfgs` lint docUrgau-4/+7
2024-05-19Refer to the Cargo specific doc in the check-cfg diagnosticsUrgau-2/+4
2024-05-19Prefer suggesting string-literal for Cargo `check-cfg` lint configUrgau-18/+29
2024-05-19Rollup merge of #125270 - pietroalbini:pa-no-sad-contributors, r=NilstriebMichael Goulet-6/+13
2024-05-19make `Debug` impl for `Term` simplerWaffle Lapkin-8/+4
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-15/+23
2024-05-19fix typoPietro Albini-6/+6
2024-05-19document what the span of UseTreeKind::Nested isPietro Albini-0/+7
2024-05-19Actually use the `#[do_not_recommend]` attribute if presentGeorg Semmler-0/+26
2024-05-19Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnrbors-681/+875
2024-05-18Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxubors-1/+11
2024-05-18Move NormalizesTo back downMichael Goulet-6/+10
2024-05-18Stop using def_kind() in solverMichael Goulet-17/+8
2024-05-18Make proof tree building genericMichael Goulet-93/+109
2024-05-18Uplift inspect into rustc_type_irMichael Goulet-318/+399
2024-05-18Uplift GenericArgKind, CanonicalVarValues, QueryInputMichael Goulet-268/+370
2024-05-18Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr许杰友 Jieyou Xu (Joe)-1/+11
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-361/+332
2024-05-18Rollup merge of #125240 - lnicola:rustc-abi-nonzerousize, r=fee1-deadMatthias Krüger-6/+5
2024-05-18Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxuMatthias Krüger-1/+5
2024-05-18Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmeaseMatthias Krüger-68/+75