| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | isqrt: `assume` that `isqrt` takes half as many bits | Federico Stra | -0/+7 |
| 2023-09-28 | fixup! isqrt: fix stability | Federico Stra | -6/+6 |
| 2023-09-28 | isqrt: cite source and rename variables to match original C code | Federico Stra | -11/+16 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -6/+11 |
| 2023-09-28 | fixup! isqrt: initial implementation | Federico Stra | -4/+4 |
| 2023-09-26 | isqrt: add more tests | Federico Stra | -0/+32 |
| 2023-09-26 | isqrt: remove duplication by delegating to unsigned integers | Federico Stra | -40/+12 |
| 2023-09-22 | isqrt: add tests | Federico Stra | -0/+21 |
| 2023-09-22 | isqrt: initial implementation | Federico Stra | -0/+115 |
| 2023-09-22 | Auto merge of #116054 - matthiaskrgr:rollup-3pusno6, r=matthiaskrgr | bors | -136/+374 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -32/+79 |
| 2023-09-22 | Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJung | Matthias Krüger | -0/+5 |
| 2023-09-22 | Rollup merge of #116039 - estebank:nested-tait, r=compiler-errors | Matthias Krüger | -2/+63 |
| 2023-09-22 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 2023-09-22 | Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obk | Matthias Krüger | -94/+96 |
| 2023-09-22 | Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebank | Matthias Krüger | -0/+44 |
| 2023-09-22 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -2/+68 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -29/+99 |
| 2023-09-22 | hide rustc line numbers in test | Ralf Jung | -2/+2 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -133/+173 |
| 2023-09-22 | make the reason: field mandatory for @future_incompatible lints | Ralf Jung | -19/+51 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -19/+34 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+99 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -518/+508 |
| 2023-09-22 | fix clippy errors (ignore effects in certainty) | Deadbeef | -2/+3 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -387/+410 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -54/+348 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -35/+626 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+270 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -54/+78 |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -96/+98 |
| 2023-09-21 | Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty mask | The 8472 | -6/+19 |
| 2023-09-21 | Account for nested `impl Trait` in TAIT | Esteban Küber | -2/+63 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -316/+258 |
| 2023-09-21 | tests/ui: Fix large_moves attribute cfg | Martin Nordholts | -1/+1 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -35/+626 |
| 2023-09-21 | add UI test for delimiter errors | yukang | -0/+44 |
| 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 | -285/+298 |
| 2023-09-21 | Auto merge of #116027 - GuillaumeGomez:rollup-3zdi9lf, r=GuillaumeGomez | bors | -583/+710 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -16/+0 |
| 2023-09-21 | Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -494/+462 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -22/+61 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -50/+185 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -23/+41 |
| 2023-09-21 | Add regression test | Oli Scherer | -0/+21 |
| 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 | -137/+185 |