| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -266/+133 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -13/+9 |
| 2024-05-28 | Rollup merge of #125640 - fmease:plz-no-stringify, r=estebank | Jubilee | -0/+57 |
| 2024-05-28 | Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errors | Jubilee | -9/+130 |
| 2024-05-28 | Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebank | Jubilee | -434/+744 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -0/+57 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -8/+129 |
| 2024-05-28 | change selection test to run-pass | lcnr | -1/+1 |
| 2024-05-28 | Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxu | bors | -1/+153 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -472/+308 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -62/+221 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -3/+9 |
| 2024-05-27 | non_local_defs: improve main without a trait note | Urgau | -7/+7 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -223/+128 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -10/+5 |
| 2024-05-27 | non_local_defs: use labels to indicate what may need to be moved | Urgau | -56/+568 |
| 2024-05-27 | non_local_defs: use span of the impl def and not the impl block | Urgau | -179/+78 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -113/+111 |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -61/+61 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -1/+153 |
| 2024-05-27 | Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errors | bors | -0/+133 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -2/+2 |
| 2024-05-26 | Rollup merge of #125469 - compiler-errors:dont-skip-inner-const-body, r=cjgillot | Jubilee | -0/+26 |
| 2024-05-26 | Rollup merge of #125466 - compiler-errors:dont-probe-for-ambig-in-sugg, r=jie... | Jubilee | -0/+25 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -3/+25 |
| 2024-05-26 | Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp... | Jubilee | -94/+39 |
| 2024-05-26 | Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -1018/+164 |
| 2024-05-26 | Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboet | bors | -4/+4 |
| 2024-05-25 | Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errors | Matthias Krüger | -119/+361 |
| 2024-05-25 | Stop SRoA'ing `DynMetadata` in MIR | Scott McMurray | -0/+19 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -4/+4 |
| 2024-05-24 | drop region constraints for ambiguous goals | lcnr | -0/+133 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -2/+2 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -0/+69 |
| 2024-05-23 | Don't skip inner const when looking for body for suggestion | Michael Goulet | -0/+26 |
| 2024-05-23 | Don't continue probing for method if in suggestion and autoderef hits ambiguity | Michael Goulet | -0/+25 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -5/+25 |
| 2024-05-24 | Properly deal with missing/placeholder types inside GACs | León Orell Valerian Liehr | -0/+49 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -0/+65 |
| 2024-05-23 | Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkov | León Orell Valerian Liehr | -1/+51 |
| 2024-05-23 | Support constraining opaque types while trait upcasting with binders | Oli Scherer | -10/+2 |
| 2024-05-23 | Allow defining opaque types during trait object upcasting. | Oli Scherer | -19/+2 |
| 2024-05-23 | When checking whether an impl applies, constrain hidden types of opaque types. | Oli Scherer | -115/+126 |
| 2024-05-23 | Add more tests | Oli Scherer | -6/+262 |
| 2024-05-23 | Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-se | bors | -81/+0 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -20/+25 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -8/+1 |
| 2024-05-23 | Rollup merge of #124516 - oli-obk:taint_const_eval, r=RalfJung | Matthias Krüger | -0/+54 |