| Age | Commit message (Expand) | Author | Lines |
| 2025-09-22 | Tree::new_child: remove SIFA precondition and sync terminology | Ralf Jung | -70/+34 |
| 2025-09-22 | TB: rename Active → Unique to match paper | Ralf Jung | -128/+95 |
| 2025-09-19 | Merge pull request #4594 from RalfJung/clippy | Ralf Jung | -2/+2 |
| 2025-09-19 | fix clippy warning | Ralf Jung | -2/+2 |
| 2025-09-18 | update lockfile | Ralf Jung | -15/+22 |
| 2025-09-18 | Merge pull request #4592 from RalfJung/sqrt | Ralf Jung | -38/+54 |
| 2025-09-18 | share sqrt implemention across float types | Ralf Jung | -39/+25 |
| 2025-09-18 | implement sqrt for f16 and f128 | Ralf Jung | -15/+45 |
| 2025-09-18 | Merge pull request #4583 from Patrick-6/miri-genmc-estimation | Ralf Jung | -170/+395 |
| 2025-09-18 | tweak genmc error report note | Ralf Jung | -14/+23 |
| 2025-09-18 | Add GenMC estimation mode. Improve error handling and output printing. | Patrick-6 | -170/+386 |
| 2025-09-17 | Merge pull request #4589 from LorrensP-2158466/freebsd-readdir | Ralf Jung | -27/+46 |
| 2025-09-17 | readdir for freebsd | LorrensP-2158466 | -27/+46 |
| 2025-09-17 | Merge pull request #4590 from rust-lang/rustup-2025-09-17 | Oli Scherer | -1805/+2517 |
| 2025-09-17 | Merge ref '3f1552a273e4' from rust-lang/rust | The Miri Cronjob Bot | -1804/+2516 |
| 2025-09-17 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-16 | Auto merge of #146650 - matthiaskrgr:rollup-rjrklz9, r=matthiaskrgr | bors | -43/+183 |
| 2025-09-16 | Auto merge of #138271 - mu001999-contrib:fix-138234, r=jackh726 | bors | -0/+73 |
| 2025-09-16 | Rollup merge of #146618 - GuillaumeGomez:backend-run-llvm-options, r=kobzol | Matthias Krüger | -5/+12 |
| 2025-09-16 | Rollup merge of #146611 - lolbinarycat:bootstrap-toml-wrong-section-diagnosti... | Matthias Krüger | -11/+98 |
| 2025-09-16 | Rollup merge of #146605 - jyn514:update-rustfix, r=nnethercote | Matthias Krüger | -10/+10 |
| 2025-09-16 | Rollup merge of #146474 - ferrocene:pvdrz/improve-ascii-coverage, r=Noratrieb | Matthias Krüger | -0/+7 |
| 2025-09-16 | Rollup merge of #146442 - Qelxiros:trait-suggestion-generics, r=BoxyUwU | Matthias Krüger | -17/+56 |
| 2025-09-16 | bootstrap: emit hint if a config key is used in the wrong section | binarycat | -11/+98 |
| 2025-09-16 | Do not run ui test if options specific to llvm are used when another codegen ... | Guillaume Gomez | -5/+12 |
| 2025-09-16 | Improve `core::ascii` coverage | Christian Poveda | -0/+7 |
| 2025-09-16 | handle const generics, ?Sized, early bound lifetimes | Jeremy Smart | -17/+56 |
| 2025-09-16 | Keep space if expr follows identifier when lint unused parens | Mu001999 | -0/+73 |
| 2025-09-16 | Merge pull request #4588 from RalfJung/rustup | Ralf Jung | -2/+3 |
| 2025-09-16 | Auto merge of #146516 - cjgillot:dest-prop-aggregate, r=Amanieu | bors | -12/+164 |
| 2025-09-16 | rustup | Ralf Jung | -2/+3 |
| 2025-09-16 | Auto merge of #146614 - Zalathar:rollup-hcxvdi1, r=Zalathar | bors | -1590/+1772 |
| 2025-09-16 | Restrict simple assignment condition. | Camille Gillot | -2/+8 |
| 2025-09-16 | Rollup merge of #146609 - lolbinarycat:bootstrap-less-verbose-cargo, r=Kobzol | Stuart Cook | -7/+6 |
| 2025-09-16 | Rollup merge of #146608 - lolbinarycat:bootstrap-readme, r=Kobzol | Stuart Cook | -0/+20 |
| 2025-09-16 | Rollup merge of #146601 - Enselic:fix-test-args, r=Mark-Simulacrum | Stuart Cook | -3/+6 |
| 2025-09-16 | Rollup merge of #146599 - npmccallum:cleanup, r=fmease | Stuart Cook | -6/+3 |
| 2025-09-16 | Rollup merge of #146574 - Zalathar:capture, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-09-16 | Rollup merge of #146466 - klensy:llvm-wrapper-c, r=cuviper | Stuart Cook | -131/+0 |
| 2025-09-16 | Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlin | Stuart Cook | -15/+92 |
| 2025-09-16 | Rollup merge of #145960 - scrabsha:push-kskuprrtmnky, r=jdonszelmann | Stuart Cook | -1022/+1378 |
| 2025-09-16 | Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU | Stuart Cook | -405/+266 |
| 2025-09-15 | Auto merge of #146610 - matthiaskrgr:rollup-xkt5kjz, r=matthiaskrgr | bors | -74/+93 |
| 2025-09-15 | Rollup merge of #146576 - ognevny:opt-dist-collector-logs, r=Kobzol | Matthias Krüger | -1/+0 |
| 2025-09-15 | Rollup merge of #146563 - lolbinarycat:bootstrap-ci-no-incremental, r=Kobzol | Matthias Krüger | -0/+3 |
| 2025-09-15 | Rollup merge of #146559 - Jules-Bertholet:fix-typo, r=nnethercote | Matthias Krüger | -8/+8 |
| 2025-09-15 | Rollup merge of #146549 - asomers:freebsd-readdir, r=Mark-Simulacrum | Matthias Krüger | -57/+63 |
| 2025-09-15 | Rollup merge of #146546 - cammeresi:pop, r=Mark-Simulacrum | Matthias Krüger | -4/+5 |
| 2025-09-15 | Rollup merge of #146539 - luca3s:push-xuwtvwrsspnp, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-09-15 | Rollup merge of #146533 - Zalathar:array-default, r=compiler-errors | Matthias Krüger | -0/+5 |