| Age | Commit message (Expand) | Author | Lines |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -26/+94 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -8/+31 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+43 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -518/+508 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -268/+229 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -29/+185 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -4/+63 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+137 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -29/+48 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -180/+130 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -4/+63 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -518/+508 |
| 2023-09-21 | Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk | bors | -188/+202 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -470/+438 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -20/+23 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -11/+62 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -20/+23 |
| 2023-09-21 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -167/+64 |
| 2023-09-21 | coverage: Explicitly simplify coverage expressions in codegen | Zalathar | -1/+57 |
| 2023-09-21 | coverage: Make the zero counter a constant | Zalathar | -15/+12 |
| 2023-09-21 | Improve invalid UTF-8 lint by finding the expression initializer | Urgau | -11/+14 |
| 2023-09-21 | review | lcnr | -78/+75 |
| 2023-09-21 | w | lcnr | -1/+1 |
| 2023-09-21 | slight refactor, add comment | lcnr | -11/+20 |
| 2023-09-21 | HACK: avoid hang in structurally_normalize | lcnr | -3/+9 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -221/+757 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -426/+407 |
| 2023-09-21 | try to avoid some layout_of calls | Ralf Jung | -37/+42 |
| 2023-09-21 | Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726 | bors | -2/+58 |
| 2023-09-20 | Add unit tests based on files that return odd sizes to stat | Ben Kimock | -0/+27 |
| 2023-09-20 | Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin | bors | -214/+113 |
| 2023-09-20 | PR feedback | Ben Kimock | -36/+55 |
| 2023-09-20 | stronger consistency check in ImmTy::from_immediate | Ralf Jung | -3/+11 |
| 2023-09-20 | interpret: less debug-printing of types | Ralf Jung | -39/+29 |
| 2023-09-20 | interpret: more consistently use ImmTy in operators and casts | Ralf Jung | -124/+135 |
| 2023-09-20 | Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3 | bors | -0/+11 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -62/+74 |
| 2023-09-20 | Rollup merge of #115962 - Zalathar:debug, r=oli-obk | Guillaume Gomez | -1048/+38 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -58/+23 |
| 2023-09-20 | Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung | bors | -4/+18 |
| 2023-09-20 | Rollup merge of #115983 - eopb:confusing-if-chain-indent, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-09-20 | coverage: Remove vestigial counter/expression debug labels | Zalathar | -22/+5 |
| 2023-09-20 | coverage: Remove vestigial `format_counter` methods | Zalathar | -40/+20 |
| 2023-09-20 | coverage: Remove debug code from the instrumentor | Zalathar | -991/+18 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -48/+35 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -30/+73 |
| 2023-09-20 | fix bugs with effects fallback | Deadbeef | -8/+10 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -6/+27 |
| 2023-09-20 | rustc_target/loongarch: Fix passing of transparent unions with only one non-Z... | WANG Rui | -0/+11 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -11/+8 |