| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | Move some numeric trait logic to default implementations | Trevor Gross | -48/+67 |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -18/+14 |
| 2024-11-03 | Change the `multiprec_` prefix to `mp_` | Trevor Gross | -5/+5 |
| 2024-11-03 | Enable `f128` tests on all non-buggy platforms 🎉 | Trevor Gross | -7/+12 |
| 2024-11-04 | Auto merge of #132581 - workingjubilee:rollup-4wj318p, r=workingjubilee | bors | -1/+9 |
| 2024-11-03 | Update `compiler_builtins` to 0.1.138 and pin it | Trevor Gross | -4/+4 |
| 2024-11-03 | Rollup merge of #132563 - frectonz:master, r=Amanieu | Jubilee | -1/+9 |
| 2024-11-03 | chore: release v0.1.139 | github-actions[bot] | -1/+7 |
| 2024-11-03 | Remove incorrect `sparcv9` match pattern from `configure_f16_f128` | beetrees | -1/+1 |
| 2024-11-03 | Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay | bors | -15/+37 |
| 2024-11-03 | Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-dead | bors | -6/+6 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -6/+6 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -129/+142 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -931/+177 |
| 2024-11-03 | Modify `NonZero` documentation to reference the underlying integer type | frectonz | -1/+9 |
| 2024-11-03 | Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnay | Matthias Krüger | -5/+2 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -16/+29 |
| 2024-11-03 | Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-03 | Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35 | Matthias Krüger | -0/+10 |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -16/+41 |
| 2024-11-03 | Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnay | Matthias Krüger | -0/+211 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -129/+142 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -5/+2 |
| 2024-11-02 | Change default ULP to use enum matching | Trevor Gross | -59/+47 |
| 2024-11-02 | Rename `Name` to `Identifier` to avoid some ambiguity of "name" | Trevor Gross | -38/+35 |
| 2024-11-02 | Change the `CheckCtx` constructor to take a `Name` enum | Trevor Gross | -50/+40 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -100/+0 |
| 2024-11-02 | Correct the proc macro to emit `pub` functions | Trevor Gross | -3/+3 |
| 2024-11-02 | Rework tests to make use of the new `MathOp` trait | Trevor Gross | -315/+278 |
| 2024-11-02 | Introduce a `op` module with struct representations of each routine | Trevor Gross | -2/+115 |
| 2024-11-02 | Rustdoc: added brief colon explanation | tuturuu | -0/+10 |
| 2024-11-02 | Add Set entry API | Alex Saveau | -0/+449 |
| 2024-11-02 | Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with or... | Alex Saveau | -0/+20 |
| 2024-11-03 | ci: Use distro toolchain for loongarch64-unknown-linux-gnu | WANG Rui | -15/+10 |
| 2024-11-02 | Adjust how the proc macro emits types and add an enum | Trevor Gross | -63/+354 |
| 2024-11-02 | Fix clippy lints in `crates/` and enable this on CI | Trevor Gross | -12/+31 |
| 2024-11-02 | Resolve clippy errors in `libm` tests and check this in CI | Trevor Gross | -83/+65 |
| 2024-11-02 | Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-02 | Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-02 | Rollup merge of #132482 - lukas-code:stab-attrs, r=Noratrieb | Matthias Krüger | -4/+5 |
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -13/+5 |
| 2024-11-02 | const_with_hasher test: actually construct a usable HashMap | Ralf Jung | -3/+24 |
| 2024-11-02 | make char::is_whitespace unstably const | Ralf Jung | -3/+4 |
| 2024-11-02 | unicode_data.rs: show command for generating file | Ralf Jung | -1/+1 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -100/+0 |
| 2024-11-02 | Rollup merge of #132398 - krtab:add_doc_link, r=Noratrieb | Matthias Krüger | -5/+9 |
| 2024-11-02 | Remove unintended link | Houtamelo | -1/+1 |
| 2024-11-02 | Fix type reference in documents which was being confused with html tags. | Houtamelo | -1/+1 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -4/+5 |
| 2024-11-02 | Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcm | Guillaume Gomez | -9/+66 |