| Age | Commit message (Expand) | Author | Lines |
| 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 | -34/+34 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -114/+117 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -0/+14 |
| 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 | 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 #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -0/+31 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -5067/+5067 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -45/+45 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5022/+5022 |
| 2023-11-24 | Auto merge of #118248 - compiler-errors:rollup-tye3vgj, r=compiler-errors | bors | -68/+101 |
| 2023-11-24 | Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errors | Michael Goulet | -64/+64 |
| 2023-11-24 | Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er... | Michael Goulet | -4/+37 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -4/+50 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -64/+64 |
| 2023-11-24 | add track_caller for arith ops | bohan | -0/+77 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+16 |
| 2023-11-23 | fix intercrate ambiguity causes | lcnr | -4/+37 |
| 2023-11-23 | feat: make let_binding_suggestion more reasonable | Young-Flash | -4/+50 |
| 2023-11-23 | Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -3/+88 |
| 2023-11-23 | Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser | Matthias Krüger | -38/+103 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -12/+20 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -3/+88 |
| 2023-11-22 | Provide structured suggestion for type mismatch in loop | Esteban Küber | -17/+48 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -12/+20 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -0/+17 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -0/+17 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -214/+82 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -2/+3 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -214/+82 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -16/+76 |
| 2023-11-22 | add a test | Ralf Jung | -0/+54 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -0/+17 |
| 2023-11-22 | Fully rework the algorithm and its explanation | Nadrieril | -27/+34 |