| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -1/+3 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -48/+121 |
| 2023-05-07 | Rollup merge of #111300 - Flying-Toast:while_true_span_condition, r=compiler-... | Yuki Okushi | -2/+1 |
| 2023-05-07 | Rollup merge of #111293 - Astroide:patch-1, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -24/+5 |
| 2023-05-07 | Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obk | Yuki Okushi | -4/+33 |
| 2023-05-06 | Update compiler/rustc_error_codes/src/error_codes/E0726.md | Astroide | -1/+1 |
| 2023-05-06 | delete whitelist and add checks to check_item() for missing_docs | James Dietz | -24/+5 |
| 2023-05-06 | Rollup merge of #111289 - clubby789:fix-111280, r=jyn514 | Matthias Krüger | -2/+4 |
| 2023-05-06 | Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-Simulacrum | Matthias Krüger | -14/+16 |
| 2023-05-06 | Rollup merge of #111237 - loongarch-rs:clobber-abi, r=Amanieu | Matthias Krüger | -0/+20 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -1/+12 |
| 2023-05-06 | Emit while_true lint spanning the entire loop condition | Flying-Toast | -2/+1 |
| 2023-05-06 | Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -145/+175 |
| 2023-05-06 | rustc --explain E0726 - grammar fixing (it's => its + add a `the` where it fe... | Astroide | -2/+2 |
| 2023-05-06 | Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgr | bors | -345/+553 |
| 2023-05-06 | Check arguments length in trivial diagnostic lint | clubby789 | -2/+4 |
| 2023-05-06 | Rollup merge of #111279 - compiler-errors:core-item-resolve, r=cjgillot | Matthias Krüger | -14/+73 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -34/+88 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -46/+57 |
| 2023-05-06 | Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber | Matthias Krüger | -3/+31 |
| 2023-05-06 | Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obk | Matthias Krüger | -13/+184 |
| 2023-05-06 | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | -234/+108 |
| 2023-05-06 | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | -2/+31 |
| 2023-05-06 | Fix spans in LLVM-generated inline asm errors | Amanieu d'Antras | -3/+31 |
| 2023-05-06 | Auto merge of #104872 - luqmana:packed-union-align, r=oli-obk | bors | -74/+136 |
| 2023-05-06 | More robust debug assertions for `Instance::resolve` on built-in traits with ... | Michael Goulet | -14/+73 |
| 2023-05-05 | Expand the LLVM coverage of `--print target-cpus` | Josh Stone | -14/+16 |
| 2023-05-06 | Rollup merge of #111261 - compiler-errors:error-guaranteed-should-be-scarier-... | Yuki Okushi | -15/+29 |
| 2023-05-06 | Rollup merge of #111246 - lcnr:no-escaping-bound-vars, r=compiler-errors | Yuki Okushi | -131/+46 |
| 2023-05-06 | Rollup merge of #111239 - TaKO8Ki:fix-111232, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -38/+16 |
| 2023-05-05 | Reorder to keep duplicate checks in sync. | Luqman Aden | -7/+12 |
| 2023-05-05 | Review feedback | Luqman Aden | -14/+23 |
| 2023-05-05 | Don't discard preferred alignment in scalar pair. | Luqman Aden | -4/+2 |
| 2023-05-05 | Factor out checks in layout check and add helper inherent_size. | Luqman Aden | -55/+63 |
| 2023-05-05 | Incorporate review feedback from 103926. | Luqman Aden | -38/+33 |
| 2023-05-05 | Add helper methods inherent_align and to_union on Abi. | Luqman Aden | -1/+26 |
| 2023-05-05 | Do not use scalar layout if there are ZSTs with alignment > 1 | Oli Scherer | -20/+42 |
| 2023-05-05 | Address review comments. | Luqman Aden | -6/+0 |
| 2023-05-05 | Don't bitcast aggregate field. | Luqman Aden | -1/+26 |
| 2023-05-05 | Operand::extract_field: only cast llval if it's a pointer and replace bitcast... | Luqman Aden | -3/+13 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -2/+31 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -15/+29 |
| 2023-05-05 | add hint for =< as <= | Zachary Mayhew | -1/+12 |
| 2023-05-05 | Populate effective visibilities in `rustc_privacy` | Bryanskiy | -145/+175 |
| 2023-05-05 | Add GeneratorDrop terminator to SMIR | Santiago Pastorino | -1/+2 |
| 2023-05-05 | Add Assert terminator to SMIR | Santiago Pastorino | -10/+176 |
| 2023-05-05 | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -182/+259 |