| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | fmt | The Miri Conjob Bot | -4/+1 |
| 2023-09-21 | Merge from rustc | The Miri Conjob Bot | -1353/+1653 |
| 2023-09-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-21 | try to avoid some layout_of calls | Ralf Jung | -34/+33 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -7/+0 |
| 2023-09-21 | Make ui-fulldeps --stage=1 builds in CI | Michael Goulet | -9/+12 |
| 2023-09-21 | Fix ui-fulldeps --stage=1 with -Zignore-directory-in-diagnostics-source-blocks | Michael Goulet | -8/+11 |
| 2023-09-21 | Rollup merge of #116011 - GuillaumeGomez:update-browser-ui, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-21 | Rollup merge of #114394 - joshtriplett:style-guide-as, r=calebcartwright | Matthias Krüger | -8/+20 |
| 2023-09-20 | Update browser-ui-test version to 0.16.10 | Guillaume Gomez | -1/+1 |
| 2023-09-20 | interpret: more consistently use ImmTy in operators and casts | Ralf Jung | -65/+65 |
| 2023-09-20 | Bugfix/comment duplication (#5913) | GambitingMan | -1/+1 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -1/+1 |
| 2023-09-20 | Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomez | bors | -7/+21 |
| 2023-09-20 | Rollup merge of #115991 - ferrocene:rustdoc-themes, r=pietroalbini | Guillaume Gomez | -1/+2 |
| 2023-09-20 | Rollup merge of #115988 - notriddle:notriddle/search-tab-layout, r=GuillaumeG... | Guillaume Gomez | -6/+19 |
| 2023-09-20 | rustdoc: add comment about numeric spacing | Michael Howell | -0/+4 |
| 2023-09-20 | Auto merge of #115975 - mkroening:reduce-atty, r=davidtwco | bors | -2/+2 |
| 2023-09-20 | Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung | bors | -521/+318 |
| 2023-09-20 | Ensure `build/tmp` exists in `rustdoc_themes::get_themes` | Lukas Wirth | -1/+2 |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -6/+15 |
| 2023-09-20 | ignore host effect params in rustdoc | Deadbeef | -0/+1 |
| 2023-09-20 | Auto merge of #115959 - nikic:update-llvm-13, r=cuviper | bors | -0/+0 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-19 | Document type field in json diagnostics. | Jeremy Fitzhardinge | -3/+11 |
| 2023-09-19 | Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-09-19 | Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,... | Guillaume Gomez | -117/+185 |
| 2023-09-19 | Rollup merge of #113383 - joshtriplett:style-bugs, r=compiler-errors | Guillaume Gomez | -0/+13 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -1/+1 |
| 2023-09-19 | chore(miri): bump env_logger to 0.10 | Martin Kröning | -1/+1 |
| 2023-09-19 | chore(Cargo.lock): bump colored and tracing-tree | Martin Kröning | -1/+1 |
| 2023-09-19 | Auto merge of #3054 - Vanille-N:spurious-fail, r=RalfJung | bors | -146/+917 |
| 2023-09-19 | Issue of the current model: spurious reads are not possible | Neven Villani | -146/+917 |
| 2023-09-19 | Allow more characters in custom classes | Guillaume Gomez | -12/+45 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -7/+6 |
| 2023-09-19 | Return early in `check_custom_code_classes` check if the feature is enabled | Guillaume Gomez | -1/+5 |
| 2023-09-19 | fix mismatched symbols | cui fliter | -1/+1 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -460/+882 |
| 2023-09-19 | Update to LLVM 17.0.0 | Nikita Popov | -0/+0 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -7/+6 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -1/+4 |
| 2023-09-19 | Merge from rustc | The Miri Conjob Bot | -3704/+7861 |
| 2023-09-19 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-19 | Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomcc | bors | -0/+10 |
| 2023-09-19 | Rollup merge of #115949 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-19 | Rollup merge of #115943 - ehuss:compiletest-errors, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-09-19 | Rollup merge of #115931 - GuillaumeGomez:remove-empty-h2, r=notriddle | Matthias Krüger | -5/+6 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-09-18 | Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgr | bors | -21/+2 |
| 2023-09-18 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |