| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | Rollup merge of #118948 - compiler-errors:noop, r=eholk | Jubilee | -82/+41 |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -13/+27 |
| 2023-12-14 | Auto merge of #118949 - matthiaskrgr:rollup-rdzlb9h, r=matthiaskrgr | bors | -2/+48 |
| 2023-12-14 | Auto merge of #118375 - ouz-a:add_emit_stable_mir_tests, r=celinval | bors | -0/+249 |
| 2023-12-14 | Unconditionally register alias-relate in projection goal | Michael Goulet | -2/+48 |
| 2023-12-14 | Use the Waker::noop API in tests | Michael Goulet | -82/+41 |
| 2023-12-14 | add stable_mir output test | ouz-a | -0/+249 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -1/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -200/+200 |
| 2023-12-14 | Don't forget pure rustc target features in check-cfg | Urgau | -1/+4 |
| 2023-12-14 | Use all the known features in check-cfg | Urgau | -13/+24 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -0/+31 |
| 2023-12-14 | Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkin | bors | -0/+21 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -7/+17 |
| 2023-12-14 | Auto merge of #118389 - estebank:type-verbosity, r=b-naber | bors | -21/+19 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -21/+19 |
| 2023-12-13 | Auto merge of #118402 - notriddle:notriddle/ranking-and-filtering, r=Guillaum... | bors | -15/+117 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+31 |
| 2023-12-13 | Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov | bors | -323/+420 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -0/+21 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -15/+117 |
| 2023-12-13 | Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e... | Matthias Krüger | -3/+54 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -24/+40 |
| 2023-12-13 | Remove dangling check-cfg ui tests files | Urgau | -249/+0 |
| 2023-12-13 | Add more suggestion to unexpected cfg names and values | Urgau | -74/+420 |
| 2023-12-13 | Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkin | bors | -62/+108 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -210/+198 |
| 2023-12-12 | Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk | Jubilee | -6/+69 |
| 2023-12-12 | Rollup merge of #118872 - GuillaumeGomez:codeblock-attr-lint, r=notriddle | Jubilee | -27/+112 |
| 2023-12-12 | Rollup merge of #118864 - farnoy:masked-load-store-fixes, r=workingjubilee | Jubilee | -2/+2 |
| 2023-12-12 | Actually parse async gen blocks correctly | Michael Goulet | -6/+69 |
| 2023-12-12 | Add a test for a codeblock with multiple invalid attributes | Guillaume Gomez | -1/+39 |
| 2023-12-12 | Auto merge of #118881 - matthiaskrgr:rollup-0rl3tir, r=matthiaskrgr | bors | -107/+470 |
| 2023-12-12 | Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-12-12 | Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=... | Matthias Krüger | -22/+139 |
| 2023-12-12 | Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil... | Matthias Krüger | -40/+49 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -42/+190 |
| 2023-12-12 | Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate... | Matthias Krüger | -0/+89 |
| 2023-12-12 | also test projecting to some sized fields at non-zero offset in structs with ... | Ralf Jung | -5/+16 |
| 2023-12-12 | test that both size_of_val and align_of_val panic | Ralf Jung | -6/+16 |
| 2023-12-12 | tests: CGU tests require build-pass, not check-pass (remove FIXME) | Martin Nordholts | -3/+3 |
| 2023-12-12 | Follow guidelines for lint suggestions | Guillaume Gomez | -27/+55 |
| 2023-12-12 | Add test for `rustX` codeblock attribute | Guillaume Gomez | -1/+20 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -50/+14 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -22/+175 |
| 2023-12-12 | refactor writeback: emit normalization errors with new solver | lcnr | -20/+27 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -2/+2 |
| 2023-12-12 | make it more clear what comments refer to; avoid dangling unaligned references | Ralf Jung | -5/+11 |
| 2023-12-12 | reject projecting to fields whose offset we cannot compute | Ralf Jung | -59/+71 |
| 2023-12-12 | codegen: panic when trying to compute size/align of extern type | Ralf Jung | -1/+8 |