| Age | Commit message (Expand) | Author | Lines |
| 2024-05-21 | Rollup merge of #125308 - lcnr:search-graph-5, r=compiler-errors | Matthias Krüger | -153/+258 |
| 2024-05-21 | Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-21 | Rollup merge of #124283 - surechen:fix_123558, r=estebank | Matthias Krüger | -6/+209 |
| 2024-05-20 | track cycle participants per entry | lcnr | -50/+128 |
| 2024-05-20 | move global cache lookup into fn | lcnr | -58/+62 |
| 2024-05-20 | move fixpoint step into subfunction | lcnr | -53/+76 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -22/+39 |
| 2024-05-20 | hir pretty: fix block indent | Nilstrieb | -1/+1 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+4 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -165/+162 |
| 2024-05-20 | Rollup merge of #125106 - Zalathar:expressions, r=davidtwco | Matthias Krüger | -7/+82 |
| 2024-05-20 | Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelix | Matthias Krüger | -0/+1 |
| 2024-05-20 | Rollup merge of #124682 - estebank:issue-40990, r=pnkfelix | Matthias Krüger | -35/+131 |
| 2024-05-20 | address nit | Felix S Klock II | -1/+1 |
| 2024-05-20 | Rollup merge of #125255 - compiler-errors:eval-ctxt-generic, r=lcnr | Matthias Krüger | -174/+212 |
| 2024-05-20 | Note for E0599 if shadowed bindings has the method. | surechen | -6/+209 |
| 2024-05-20 | Fix quote escaping inside check-cfg value | Urgau | -3/+2 |
| 2024-05-20 | Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errors | Matthias Krüger | -9/+33 |
| 2024-05-20 | Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-05-20 | Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp... | Matthias Krüger | -38/+47 |
| 2024-05-19 | note value of RUST_MIN_STACK and explain unsetting | Jubilee Young | -3/+9 |
| 2024-05-19 | defrost RUST_MIN_STACK=ice rustc hello.rs | Jubilee Young | -9/+27 |
| 2024-05-19 | fix suggestion in E0373 for !Unpin coroutines | Joshua Wong | -0/+4 |
| 2024-05-19 | Make EvalCtxt generic over interner | Michael Goulet | -121/+138 |
| 2024-05-19 | Make search graph generic over interner | Michael Goulet | -54/+75 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -12/+8 |
| 2024-05-19 | Rollup merge of #125279 - WaffleLapkin:unpacktermindebug, r=aDotInTheVoid,Nil... | Matthias Krüger | -8/+4 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-05-19 | Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errors | bors | -15/+23 |
| 2024-05-19 | Link to the check-cfg doc section in the `unexpected_cfgs` lint doc | Urgau | -4/+7 |
| 2024-05-19 | Refer to the Cargo specific doc in the check-cfg diagnostics | Urgau | -2/+4 |
| 2024-05-19 | Prefer suggesting string-literal for Cargo `check-cfg` lint config | Urgau | -18/+29 |
| 2024-05-19 | Rollup merge of #125270 - pietroalbini:pa-no-sad-contributors, r=Nilstrieb | Michael Goulet | -6/+13 |
| 2024-05-19 | make `Debug` impl for `Term` simpler | Waffle Lapkin | -8/+4 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -15/+23 |
| 2024-05-19 | fix typo | Pietro Albini | -6/+6 |
| 2024-05-19 | document what the span of UseTreeKind::Nested is | Pietro Albini | -0/+7 |
| 2024-05-19 | Actually use the `#[do_not_recommend]` attribute if present | Georg Semmler | -0/+26 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -681/+875 |
| 2024-05-18 | Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxu | bors | -1/+11 |
| 2024-05-18 | Move NormalizesTo back down | Michael Goulet | -6/+10 |
| 2024-05-18 | Stop using def_kind() in solver | Michael Goulet | -17/+8 |
| 2024-05-18 | Make proof tree building generic | Michael Goulet | -93/+109 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -318/+399 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -268/+370 |
| 2024-05-18 | Rollup merge of #125214 - compiler-errors:gat-guide, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+11 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -361/+332 |
| 2024-05-18 | Rollup merge of #125240 - lnicola:rustc-abi-nonzerousize, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2024-05-18 | Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -68/+75 |