| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | Auto merge of #118706 - Urgau:update-rccg-gcc-libc, r=GuillaumeGomez | bors | -2/+3 |
| 2023-12-07 | Allow internal_features in rustc_codegen_gcc examples | Urgau | -0/+1 |
| 2023-12-07 | Auto merge of #118675 - petrochenkov:macreach, r=davidtwco | bors | -32/+9 |
| 2023-12-07 | Update rustc_codegen_gcc libc | Urgau | -2/+2 |
| 2023-12-07 | Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwco | bors | -48/+62 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -14/+14 |
| 2023-12-07 | Auto merge of #116565 - Sword-Destiny:master, r=Amanieu | bors | -1/+0 |
| 2023-12-07 | add teeos std impl | 袁浩 | -1/+0 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -85/+65 |
| 2023-12-06 | Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr | bors | -182/+163 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -6/+13 |
| 2023-12-06 | Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkov | Matthias Krüger | -8/+24 |
| 2023-12-06 | Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-12-06 | Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkov | Matthias Krüger | -4/+18 |
| 2023-12-06 | Rollup merge of #118177 - sivadeilra:suppress-llvm-warnings, r=cuviper | Matthias Krüger | -0/+17 |
| 2023-12-06 | Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber | Matthias Krüger | -163/+90 |
| 2023-12-06 | Auto merge of #117936 - mu001999:master, r=petrochenkov | bors | -0/+3 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -14/+14 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -85/+65 |
| 2023-12-06 | Also add an API to check if an instance has body | Celina G. Val | -0/+8 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -6/+5 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -56/+689 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -53/+430 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -0/+25 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -3/+234 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -76/+42 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+18 |
| 2023-12-06 | Auto merge of #118595 - Zalathar:visible-macro, r=TaKO8Ki | bors | -18/+20 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+3 |
| 2023-12-06 | privacy: Simplify `update_macro_reachable` | Vadim Petrochenkov | -32/+9 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -4/+58 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+58 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -517/+399 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -1/+1 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -8/+24 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -16/+21 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -3/+69 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -29/+47 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -1/+143 |
| 2023-12-06 | Fewer early errors. | Nicholas Nethercote | -38/+56 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -33/+33 |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -466/+251 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -10/+12 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -5/+57 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -29/+64 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -7/+15 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -207/+316 |
| 2023-12-05 | Add more | Michael Goulet | -10/+10 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -19/+54 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -14/+40 |