| Age | Commit message (Expand) | Author | Lines |
| 2024-02-18 | Rollup merge of #121260 - gurry:constprop-lint-cleanup, r=oli-obk | Matthias Krüger | -168/+153 |
| 2024-02-18 | Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-02-18 | Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmease | Matthias Krüger | -9/+24 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -13/+11 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -102/+156 |
| 2024-02-18 | windows bump to 0.52 | klensy | -13/+11 |
| 2024-02-18 | Remove const_prop.rs | Gurinder Singh | -168/+153 |
| 2024-02-18 | Allow AST and HIR visitors to return `ControlFlow` | Jason Newcomb | -769/+959 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -102/+156 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -24/+105 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -71/+59 |
| 2024-02-17 | Add help to `hir_analysis_unrecognized_intrinsic_function` | Scott McMurray | -0/+2 |
| 2024-02-18 | Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmease | bors | -195/+210 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -8/+29 |
| 2024-02-18 | Rollup merge of #121221 - fmease:refactor-astconv-assoc-item-bindings, r=comp... | León Orell Valerian Liehr | -175/+125 |
| 2024-02-18 | Rollup merge of #121198 - clubby789:unnamed-fields-hir-checks, r=compiler-errors | León Orell Valerian Liehr | -11/+37 |
| 2024-02-18 | Rollup merge of #121100 - estebank:issue-71252, r=compiler-errors | León Orell Valerian Liehr | -1/+19 |
| 2024-02-18 | Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk | bors | -18/+70 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -71/+59 |
| 2024-02-18 | Extend Level API | Guillaume Gomez | -13/+17 |
| 2024-02-17 | Replace the loop with recursive calls for clarity | Nadrieril | -28/+31 |
| 2024-02-17 | Move the loop out of the function | Nadrieril | -51/+50 |
| 2024-02-17 | Move everything into the loop | Nadrieril | -38/+36 |
| 2024-02-17 | No need for empty special case anymore | Nadrieril | -3/+0 |
| 2024-02-17 | It's fine to assign `otherwise_block`s to unreachable candidates | Nadrieril | -11/+4 |
| 2024-02-17 | Reuse `next_prebinding` | Nadrieril | -8/+3 |
| 2024-02-17 | Simplify return block computation | Nadrieril | -6/+4 |
| 2024-02-17 | Merge the two loops | Nadrieril | -26/+17 |
| 2024-02-17 | Tweak the function boundary | Nadrieril | -18/+10 |
| 2024-02-17 | Don't bother to save a block | Nadrieril | -4/+0 |
| 2024-02-17 | Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-02-17 | Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub... | Matthias Krüger | -10/+15 |
| 2024-02-17 | Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3 | Matthias Krüger | -12/+10 |
| 2024-02-17 | Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnr | Matthias Krüger | -37/+41 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -366/+487 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -8/+29 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -11/+37 |
| 2024-02-17 | Add cargo update suggestion for non local defs | Urgau | -3/+42 |
| 2024-02-17 | Add const-anon suggestion for non local impl | Urgau | -2/+23 |
| 2024-02-17 | Fix non_local_definitions lint in rustc_hir_analysis | Urgau | -5/+5 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+228 |
| 2024-02-17 | Make synstructure underscore_const(true) the default | Urgau | -4/+24 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -4/+4 |
| 2024-02-17 | Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkin | Guillaume Boisseau | -3/+3 |
| 2024-02-17 | Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiser | Guillaume Boisseau | -4/+9 |
| 2024-02-17 | Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,Nilstrieb | Guillaume Boisseau | -977/+291 |
| 2024-02-17 | Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obk | Guillaume Boisseau | -4/+57 |
| 2024-02-17 | const_mut_refs: allow mutable refs to statics | Ralf Jung | -4/+57 |
| 2024-02-17 | Properly check constrainedness of gen params in the presence of weak alias types | León Orell Valerian Liehr | -17/+40 |
| 2024-02-17 | Support weak alias types as self type of inherent impls | León Orell Valerian Liehr | -1/+30 |