about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-28isqrt: `assume` that `isqrt` takes half as many bitsFederico Stra-0/+7
2023-09-28fixup! isqrt: fix stabilityFederico Stra-6/+6
2023-09-28isqrt: cite source and rename variables to match original C codeFederico Stra-11/+16
2023-09-28isqrt: fix stabilityFederico Stra-6/+11
2023-09-28fixup! isqrt: initial implementationFederico Stra-4/+4
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-26isqrt: remove duplication by delegating to unsigned integersFederico Stra-40/+12
2023-09-22isqrt: add testsFederico Stra-0/+21
2023-09-22isqrt: initial implementationFederico Stra-0/+115
2023-09-22Auto merge of #116054 - matthiaskrgr:rollup-3pusno6, r=matthiaskrgrbors-136/+374
2023-09-22Rollup merge of #116049 - RalfJung:future-incompat, r=NilstriebMatthias Krüger-32/+79
2023-09-22Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJungMatthias Krüger-0/+5
2023-09-22Rollup merge of #116039 - estebank:nested-tait, r=compiler-errorsMatthias Krüger-2/+63
2023-09-22Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviperMatthias Krüger-6/+19
2023-09-22Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obkMatthias Krüger-94/+96
2023-09-22Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebankMatthias Krüger-0/+44
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-2/+68
2023-09-22Auto merge of #114780 - RalfJung:io-safety, r=Amanieubors-29/+99
2023-09-22hide rustc line numbers in testRalf Jung-2/+2
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-133/+173
2023-09-22make the reason: field mandatory for @future_incompatible lintsRalf Jung-19/+51
2023-09-22give FutureIncompatibilityReason variants more explicit namesRalf Jung-19/+34
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-3/+99
2023-09-22Add note to is_known_rigidMichael Goulet-0/+5
2023-09-22Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillotbors-518/+508
2023-09-22fix clippy errors (ignore effects in certainty)Deadbeef-2/+3
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-387/+410
2023-09-21Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebankbors-54/+348
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-35/+626
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+270
2023-09-21Record asyncness span in HIRMichael Goulet-54/+78
2023-09-21tests/ui: Split large_moves.rs and move to lint/large_assignmentsMartin Nordholts-96/+98
2023-09-21Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty maskThe 8472-6/+19
2023-09-21Account for nested `impl Trait` in TAITEsteban Küber-2/+63
2023-09-21Auto merge of #114399 - Zalathar:no-renumber, r=jackh726bors-316/+258
2023-09-21tests/ui: Fix large_moves attribute cfgMartin Nordholts-1/+1
2023-09-21added support for GNU/HurdSamuel Thibault-35/+626
2023-09-21add UI test for delimiter errorsyukang-0/+44
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-518/+508
2023-09-21Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obkbors-285/+298
2023-09-21Auto merge of #116027 - GuillaumeGomez:rollup-3zdi9lf, r=GuillaumeGomezbors-583/+710
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-16/+0
2023-09-21Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obkGuillaume Gomez-1/+2
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-494/+462
2023-09-21Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJungGuillaume Gomez-22/+61
2023-09-21Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=NilstriebGuillaume Gomez-50/+185
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-23/+41
2023-09-21Add regression testOli Scherer-0/+21
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-167/+64
2023-09-21coverage: Explicitly simplify coverage expressions in codegenZalathar-137/+185