| 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/+66 |
| 2023-12-07 | Auto merge of #118463 - cuviper:restore-cg_gcc-ci, r=cuviper,GuillaumeGomez | bors | -7/+16 |
| 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 | -10/+1190 |
| 2023-12-07 | add teeos std impl | 袁浩 | -10/+1190 |
| 2023-12-07 | Auto merge of #117960 - zhiqiangxu:dry, r=workingjubilee | bors | -5/+3 |
| 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 | -427/+334 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -8/+19 |
| 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/+54 |
| 2023-12-06 | Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkov | Matthias Krüger | -4/+37 |
| 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 | -406/+183 |
| 2023-12-06 | Auto merge of #117936 - mu001999:master, r=petrochenkov | bors | -0/+23 |
| 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 | -3/+14 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -7/+7 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -68/+994 |
| 2023-12-06 | Rollup merge of #118669 - klensy:comment-fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-12-06 | Rollup merge of #118664 - notriddle:master, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-12-06 | Rollup merge of #118650 - RalfJung:flags-sync, r=clubby789 | Matthias Krüger | -0/+2 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -53/+545 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -4/+71 |
| 2023-12-06 | Rollup merge of #117563 - 0xalpharush:docs/into-raw, r=workingjubilee | Matthias Krüger | -3/+11 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -6/+364 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -88/+56 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+37 |
| 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/+23 |
| 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/+119 |
| 2023-12-06 | library: fix comment about const assert in win api | klensy | -1/+1 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+119 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -7/+35 |
| 2023-12-06 | Auto merge of #118663 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-05 | docs: remove #110800 from release notes | Michael Howell | -1/+0 |
| 2023-12-05 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -571/+551 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -8/+164 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -8/+24 |
| 2023-12-06 | tidy: add `unwinding` as an allowed dependency | Sean Cross | -0/+1 |
| 2023-12-06 | std: xous: take eh_frame address from main args | Sean Cross | -1/+28 |
| 2023-12-06 | Don't repeat yourself | zhiqiangxu | -5/+3 |
| 2023-12-06 | Auto merge of #118547 - alexcrichton:invert-common-net-inclusion, r=workingju... | bors | -8/+8 |