| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan | Matthias Krüger | -0/+4 |
| 2024-12-17 | Rollup merge of #134408 - rmehri01:rpit-inherits-lifetime, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2024-12-17 | Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -476/+362 |
| 2024-12-17 | bootstrap: use specific-purpose ui test path | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -242/+247 |
| 2024-12-17 | Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxu | Jacob Pratt | -17/+17 |
| 2024-12-17 | Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler-errors | Jacob Pratt | -0/+2 |
| 2024-12-17 | Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors | Jacob Pratt | -0/+5 |
| 2024-12-17 | Rollup merge of #134368 - ehuss:edition-links, r=jieyouxu | Jacob Pratt | -179/+188 |
| 2024-12-17 | Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -43/+32 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -36/+6 |
| 2024-12-17 | add tests | lcnr | -0/+132 |
| 2024-12-16 | Regression test for RPIT inheriting lifetime | Ryan Mehri | -0/+24 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -5/+4 |
| 2024-12-17 | Fix `-Z inputs-stats` ordering. | Nicholas Nethercote | -17/+17 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -43/+32 |
| 2024-12-17 | coverage: Build the global file table on the fly | Zalathar | -4/+4 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -476/+362 |
| 2024-12-16 | add alignment info for test | Henry Jiang | -0/+2 |
| 2024-12-16 | rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicable | Martin Nordholts | -0/+5 |
| 2024-12-16 | Rollup merge of #134385 - taiki-e:ui-asm-minicore, r=compiler-errors | Matthias Krüger | -618/+537 |
| 2024-12-16 | Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk | Matthias Krüger | -0/+23 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -0/+40 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -0/+46 |
| 2024-12-16 | Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddle | Matthias Krüger | -0/+123 |
| 2024-12-16 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -0/+46 |
| 2024-12-17 | tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features... | Taiki Endo | -618/+537 |
| 2024-12-16 | Also handle cases where attributes are unclosed | Guillaume Gomez | -2/+20 |
| 2024-12-16 | Add ui regression test for #134221 | Guillaume Gomez | -0/+59 |
| 2024-12-16 | Handle fndef rendering together with signature rendering | Oli Scherer | -3/+3 |
| 2024-12-16 | Rollup merge of #134372 - jieyouxu:disable-flaky-test, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-12-16 | Rollup merge of #134369 - antonok-edm:refering-referring, r=jieyouxu | Matthias Krüger | -6/+6 |
| 2024-12-16 | Rollup merge of #134357 - Urgau:fn-ptr-134345, r=compiler-errors | Matthias Krüger | -0/+16 |
| 2024-12-16 | Rollup merge of #134342 - matthiaskrgr:tests1512, r=compiler-errors | Matthias Krüger | -0/+176 |
| 2024-12-16 | Rollup merge of #134314 - compiler-errors:default-struct-value-const, r=estebank | Matthias Krüger | -18/+35 |
| 2024-12-16 | Disable `tests\ui\associated-consts\issue-93775.rs` on windows msvc | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-15 | Check for array lengths that aren't actually `usize` | Scott McMurray | -0/+23 |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -179/+188 |
| 2024-12-15 | spell "referring" correctly | Anton Lazarev | -6/+6 |
| 2024-12-15 | Use `span_label` as it looks better when we show pattern missing binding in o... | Esteban Küber | -17/+5 |
| 2024-12-15 | Fix trimmed_def_paths ICE in the function ptr comparison lint | Urgau | -0/+16 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -3/+1 |
| 2024-12-15 | Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxu | bors | -4/+13 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -3/+1 |
| 2024-12-16 | Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-16 | Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2024-12-15 | Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubilee | bors | -0/+24 |
| 2024-12-15 | crashes: more tests | Matthias Krüger | -0/+176 |