| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -16/+16 |
| 2023-11-28 | Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr | bors | -8/+35 |
| 2023-11-28 | Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile... | Matthias Krüger | -8/+35 |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -30/+75 |
| 2023-11-27 | Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin | Michael Goulet | -0/+13 |
| 2023-11-27 | Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkov | Michael Goulet | -0/+9 |
| 2023-11-27 | Rollup merge of #117526 - estebank:issue-24157, r=b-naber | Michael Goulet | -0/+37 |
| 2023-11-27 | Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki | Michael Goulet | -0/+20 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -46/+1 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -1/+0 |
| 2023-11-27 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -37/+67 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -0/+13 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -1/+24 |
| 2023-11-27 | Account for `!` arm in tail `match` expr | Esteban Küber | -0/+37 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -0/+9 |
| 2023-11-27 | Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8Ki | Takayuki Maeda | -0/+36 |
| 2023-11-27 | Change help message to make some sense in broader context | Hirochika Matsumoto | -2/+2 |
| 2023-11-27 | Address review feedbacks | Hirochika Matsumoto | -7/+1 |
| 2023-11-27 | Make tidy test happy | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+26 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -0/+36 |
| 2023-11-27 | Detect and reject malformed repr(Rust) hints | León Orell Valerian Liehr | -8/+35 |
| 2023-11-27 | make const tests independent of std debug assertions | Ralf Jung | -232/+112 |
| 2023-11-27 | Dont suggest `!` for path in function call if it has generic args | Michael Goulet | -0/+13 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -1/+0 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -159/+159 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -242/+237 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -370/+358 |
| 2023-11-26 | Bless MIR tests | Gary Guo | -128/+120 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -238/+281 |
| 2023-11-25 | Fix tests | Gary Guo | -114/+117 |
| 2023-11-25 | Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjay | Michael Goulet | -0/+14 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -270/+244 |
| 2023-11-25 | Rollup merge of #117651 - Zalathar:fold-sums, r=cjgillot | Michael Goulet | -100/+100 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -269/+243 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | Get rid of infer vars in inherent assoc types selection by using probe | Santiago Pastorino | -0/+14 |
| 2023-11-25 | Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez | bors | -0/+24 |
| 2023-11-25 | Do not erase late bound regions, replace them with placeholders | Santiago Pastorino | -1/+10 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -0/+24 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -0/+14 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -0/+54 |
| 2023-11-25 | effects: Run `enforce_context_effects` for all method calls | Deadbeef | -30/+75 |
| 2023-11-25 | Auto merge of #118277 - fmease:rollup-itucldm, r=fmease | bors | -0/+44 |
| 2023-11-25 | Rollup merge of #118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomez | León Orell Valerian Liehr | -0/+44 |
| 2023-11-25 | Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -0/+31 |
| 2023-11-25 | coverage: Simplify building coverage expressions based on sums | Zalathar | -100/+100 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -5154/+5161 |
| 2023-11-24 | Bless ui-fulldeps | Nilstrieb | -11/+18 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -47/+47 |