| Age | Commit message (Expand) | Author | Lines |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -4/+69 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -3/+17 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -1/+52 |
| 2024-01-18 | Rollup merge of #120094 - krasimirgg:inline-asm-llvm-18, r=nikic | Matthias Krüger | -14/+116 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -4/+38 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from the tests | Jake Goulding | -3/+3 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -0/+14 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -34/+75 |
| 2024-01-18 | Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnr | bors | -69/+110 |
| 2024-01-18 | tests/ui/asm/inline-syntax: adapt for LLVM 18 | Krasimir Georgiev | -14/+116 |
| 2024-01-18 | Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errors | Matthias Krüger | -0/+72 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -34/+3 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2024-01-17 | Don't use compat versions of implied bounds in ImpliedOutlivesBounds query | Jack Huey | -16/+26 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -59/+90 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -6/+6 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -1/+52 |
| 2024-01-17 | Rollup merge of #120056 - oli-obk:arg_mismatch_ice, r=compiler-errors | Matthias Krüger | -0/+99 |
| 2024-01-17 | Rollup merge of #120031 - compiler-errors:construct-closure-ty-eagerly, r=oli... | Matthias Krüger | -3/+3 |
| 2024-01-17 | Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errors | Matthias Krüger | -4/+12 |
| 2024-01-17 | Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-... | Matthias Krüger | -1/+50 |
| 2024-01-17 | Don't ICE when deducing future output if other errors already occurred | Oli Scherer | -0/+72 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -0/+99 |
| 2024-01-17 | Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov | bors | -19/+62 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -4/+38 |
| 2024-01-17 | Auto merge of #119651 - novafacing:proc_macro_c_str_literals, r=Amanieu | bors | -4/+30 |
| 2024-01-17 | Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU | bors | -100/+342 |
| 2024-01-17 | Eagerly instantiate closure ty | Michael Goulet | -3/+3 |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -4/+30 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -2/+57 |
| 2024-01-16 | Fix async closure call suggestion | Michael Goulet | -0/+5 |
| 2024-01-16 | Async closures will move params into the future always | Michael Goulet | -39/+3 |
| 2024-01-16 | Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnr | Matthias Krüger | -0/+28 |
| 2024-01-16 | add test for non-defining use of TAIT in foreign function item | Lukas Markeffsky | -1/+15 |
| 2024-01-16 | Don't ICE if TAIT-defining fn contains a closure with `_` in return type | Lukas Markeffsky | -0/+35 |
| 2024-01-16 | Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnr | bors | -0/+94 |
| 2024-01-16 | Skip dead code checks on items that failed typeck | Oli Scherer | -4/+12 |
| 2024-01-16 | wf-check type annotations before normalization | Ali MJ Al-Nasrawy | -7/+30 |
| 2024-01-16 | borrowck: use implied bounds from impl header | Ali MJ Al-Nasrawy | -53/+63 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -47/+256 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -98/+131 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -2/+57 |
| 2024-01-15 | Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-... | Matthias Krüger | -0/+18 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -48/+22 |
| 2024-01-14 | Fix `allow_internal_unstable` for `(min_)specialization` | clubby789 | -0/+18 |
| 2024-01-14 | Rollup merge of #119944 - compiler-errors:no-match-due-to-gat-bounds, r=fmease | Guillaume Gomez | -0/+85 |
| 2024-01-14 | Auto merge of #119361 - sjwang05:issue-119352, r=WaffleLapkin | bors | -1/+30 |
| 2024-01-14 | Auto merge of #119934 - compiler-errors:could-impl, r=jackh726 | bors | -29/+66 |
| 2024-01-14 | Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkin | bors | -2/+61 |
| 2024-01-13 | Add a simpler test | Michael Goulet | -0/+45 |