about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-03Move some numeric trait logic to default implementationsTrevor Gross-48/+67
2024-11-04Fix and undeprecate home_dir()Kornel-18/+14
2024-11-03Change the `multiprec_` prefix to `mp_`Trevor Gross-5/+5
2024-11-03Enable `f128` tests on all non-buggy platforms 🎉Trevor Gross-7/+12
2024-11-04Auto merge of #132581 - workingjubilee:rollup-4wj318p, r=workingjubileebors-1/+9
2024-11-03Update `compiler_builtins` to 0.1.138 and pin itTrevor Gross-4/+4
2024-11-03Rollup merge of #132563 - frectonz:master, r=AmanieuJubilee-1/+9
2024-11-03chore: release v0.1.139github-actions[bot]-1/+7
2024-11-03Remove incorrect `sparcv9` match pattern from `configure_f16_f128`beetrees-1/+1
2024-11-03Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnaybors-15/+37
2024-11-03Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-deadbors-6/+6
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-6/+6
2024-11-03Auto merge of #132542 - RalfJung:const_panic, r=tgross35bors-129/+142
2024-11-03remove const-support for align_offsetRalf Jung-931/+177
2024-11-03Modify `NonZero` documentation to reference the underlying integer typefrectonz-1/+9
2024-11-03Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnayMatthias Krüger-5/+2
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-16/+29
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-1/+1
2024-11-03Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35Matthias Krüger-0/+10
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-16/+41
2024-11-03Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnayMatthias Krüger-0/+211
2024-11-03add const_panic macro to make it easier to fall back to non-formatting panic ...Ralf Jung-129/+142
2024-11-03stabilize const_arguments_as_strRalf Jung-5/+2
2024-11-02Change default ULP to use enum matchingTrevor Gross-59/+47
2024-11-02Rename `Name` to `Identifier` to avoid some ambiguity of "name"Trevor Gross-38/+35
2024-11-02Change the `CheckCtx` constructor to take a `Name` enumTrevor Gross-50/+40
2024-11-03Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieubors-100/+0
2024-11-02Correct the proc macro to emit `pub` functionsTrevor Gross-3/+3
2024-11-02Rework tests to make use of the new `MathOp` traitTrevor Gross-315/+278
2024-11-02Introduce a `op` module with struct representations of each routineTrevor Gross-2/+115
2024-11-02Rustdoc: added brief colon explanationtuturuu-0/+10
2024-11-02Add Set entry APIAlex Saveau-0/+449
2024-11-02Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with or...Alex Saveau-0/+20
2024-11-03ci: Use distro toolchain for loongarch64-unknown-linux-gnuWANG Rui-15/+10
2024-11-02Adjust how the proc macro emits types and add an enumTrevor Gross-63/+354
2024-11-02Fix clippy lints in `crates/` and enable this on CITrevor Gross-12/+31
2024-11-02Resolve clippy errors in `libm` tests and check this in CITrevor Gross-83/+65
2024-11-02Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxuMatthias Krüger-1/+1
2024-11-02Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxuMatthias Krüger-1/+1
2024-11-02Rollup merge of #132482 - lukas-code:stab-attrs, r=NoratriebMatthias Krüger-4/+5
2024-11-02remove const_hash feature leftoversRalf Jung-13/+5
2024-11-02const_with_hasher test: actually construct a usable HashMapRalf Jung-3/+24
2024-11-02make char::is_whitespace unstably constRalf Jung-3/+4
2024-11-02unicode_data.rs: show command for generating fileRalf Jung-1/+1
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-100/+0
2024-11-02Rollup merge of #132398 - krtab:add_doc_link, r=NoratriebMatthias Krüger-5/+9
2024-11-02Remove unintended linkHoutamelo-1/+1
2024-11-02Fix type reference in documents which was being confused with html tags.Houtamelo-1/+1
2024-11-02fix some stability annotationsLukas Markeffsky-4/+5
2024-11-02Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcmGuillaume Gomez-9/+66