| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -356/+356 |
| 2024-08-18 | Auto merge of #129227 - jieyouxu:no-dumping, r=Kobzol | bors | -0/+3 |
| 2024-08-18 | tests: disable `dump-ice-to-disk` for i686-mingw | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-08-18 | Auto merge of #129225 - jieyouxu:rollup-xwtkwgr, r=jieyouxu | bors | -12/+92 |
| 2024-08-18 | Rollup merge of #129185 - Zalathar:validate-json, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -10/+13 |
| 2024-08-18 | Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+79 |
| 2024-08-18 | Auto merge of #128982 - saethlin:windows-debuginfo-tests, r=compiler-errors | bors | -12/+8 |
| 2024-08-18 | Auto merge of #129115 - jieyouxu:reenable-dump-ice, r=estebank | bors | -5/+8 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -83/+44 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -48/+105 |
| 2024-08-17 | Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgr | bors | -25/+269 |
| 2024-08-17 | Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errors | Matthias Krüger | -25/+172 |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -0/+97 |
| 2024-08-17 | Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-dead | bors | -15/+108 |
| 2024-08-17 | Auto merge of #128598 - RalfJung:float-comments, r=workingjubilee | bors | -183/+31 |
| 2024-08-17 | more clear NAN names and fix broken_floats logic | Ralf Jung | -12/+14 |
| 2024-08-17 | disable problematic float-conv tests in i586 targets | Ralf Jung | -6/+13 |
| 2024-08-17 | Port `run-make/libtest-json/validate_json.py` to Rust | Zalathar | -10/+13 |
| 2024-08-17 | Emit an error for invalid use of the linkage attribute | Shina | -0/+97 |
| 2024-08-16 | Enable more debuginfo tests on Windows | Ben Kimock | -12/+8 |
| 2024-08-17 | Fix `is_val_statically_known` for floats | beetrees | -2/+79 |
| 2024-08-16 | Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgr | bors | -55/+53 |
| 2024-08-16 | Rewrite `get_fn_id_for_return_block` | Boxy | -25/+172 |
| 2024-08-16 | Simplify cleaning foreign fns in rustdoc | Michael Goulet | -2/+2 |
| 2024-08-16 | Don't ICE on Fn trait error for foreign fn | Michael Goulet | -0/+57 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -46/+46 |
| 2024-08-16 | Rollup merge of #129154 - wafarm:fix-95463, r=estebank | Matthias Krüger | -6/+6 |
| 2024-08-16 | Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu | Matthias Krüger | -44/+44 |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2024-08-16 | Re-enable debuginfo tests on freebsd | Ben Kimock | -4/+0 |
| 2024-08-16 | Reexport `serde_json` crate from run-make-support to give it access to `run-m... | Guillaume Gomez | -39/+36 |
| 2024-08-16 | Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test | Guillaume Gomez | -44/+47 |
| 2024-08-16 | massive refactor of reproducible-build test | Oneirical | -161/+179 |
| 2024-08-16 | rewrite reproducible-build to rmake | Oneirical | -140/+222 |
| 2024-08-16 | Fix wrong source location for some incorrect macro definitions | Wafarm | -6/+6 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -183/+22 |
| 2024-08-16 | Auto merge of #128913 - saethlin:unignore-debuginfo-tests, r=compiler-errors | bors | -72/+48 |
| 2024-08-16 | Auto merge of #129143 - workingjubilee:rollup-h0hzumu, r=workingjubilee | bors | -196/+468 |
| 2024-08-15 | Rollup merge of #129135 - matthiaskrgr:ITKEEPSCRASHINGAAAAAAAAHH, r=compiler-... | Jubilee | -0/+131 |
| 2024-08-15 | Rollup merge of #129111 - Zalathar:python-sysroot, r=jieyouxu | Jubilee | -77/+99 |
| 2024-08-15 | Rollup merge of #129037 - Zalathar:rmake-libtest, r=jieyouxu | Jubilee | -42/+64 |
| 2024-08-15 | Rollup merge of #129018 - Oneirical:nmemonic-artifice, r=jieyouxu | Jubilee | -77/+174 |
| 2024-08-16 | Auto merge of #128725 - nnethercote:fix-assoc-expr-collect-problems, r=petroc... | bors | -2/+87 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -1/+3 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -16/+50 |
| 2024-08-16 | Add some attribute `stringify!` tests. | Nicholas Nethercote | -2/+53 |
| 2024-08-15 | Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu | bors | -63/+37 |
| 2024-08-15 | Disable macro-stepping on current lldb | Ben Kimock | -1/+2 |
| 2024-08-15 | crashes: more tests | Matthias Krüger | -0/+131 |
| 2024-08-15 | Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met... | Matthias Krüger | -20/+20 |