| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -873/+703 |
| 2024-06-06 | Auto merge of #122505 - oli-obk:visit_nested_body2, r=tmiasko | bors | -8/+38 |
| 2024-06-05 | ty::Expr reviews | Boxy | -7/+11 |
| 2024-06-05 | Misc fixes (pattern type lowering, cfi, pretty printing) | Boxy | -40/+36 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -0/+1 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -51/+81 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -103/+158 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -189/+183 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -581/+331 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -89/+140 |
| 2024-06-05 | Rollup merge of #125893 - cjgillot:gvn-newops, r=oli-obk | Matthias Krüger | -30/+40 |
| 2024-06-05 | Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnr | Matthias Krüger | -35/+24 |
| 2024-06-05 | Rollup merge of #126022 - lcnr:generalize-alias-bivariant, r=compiler-errors | Matthias Krüger | -2/+10 |
| 2024-06-05 | Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJung | Matthias Krüger | -9/+22 |
| 2024-06-05 | Rollup merge of #125921 - Zalathar:buckets, r=oli-obk | Matthias Krüger | -137/+237 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -11/+25 |
| 2024-06-05 | Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkov | Matthias Krüger | -4/+29 |
| 2024-06-05 | Rollup merge of #125861 - name1e5s:fix/rpath_null_panic, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2024-06-05 | Rollup merge of #125819 - oli-obk:localize, r=fmease | Matthias Krüger | -210/+221 |
| 2024-06-05 | Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnr | Matthias Krüger | -0/+6 |
| 2024-06-05 | Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelix | Matthias Krüger | -5/+6 |
| 2024-06-05 | Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelix | Matthias Krüger | -5/+72 |
| 2024-06-05 | Rollup merge of #124746 - OliverKillane:E0582-explain-assoc-types-improvement... | Matthias Krüger | -0/+34 |
| 2024-06-05 | Also support generic constants | Oli Scherer | -9/+9 |
| 2024-06-05 | Don't walk the bodies of free constants for reachability. | Oli Scherer | -7/+37 |
| 2024-06-05 | Update the interpreter to handle the new cases | Ben Kimock | -9/+22 |
| 2024-06-05 | bivariant alias: set `has_unconstrained_ty_var` | lcnr | -2/+10 |
| 2024-06-05 | Unify optional param info with object lifetime default boolean into an enum t... | Oli Scherer | -53/+75 |
| 2024-06-05 | Remove some unnecessary explicit lifetimes | Oli Scherer | -2/+2 |
| 2024-06-05 | Remove `allows_infer` now that every use of it is delegated to `HirTyLowerer` | Oli Scherer | -11/+0 |
| 2024-06-05 | Only collect infer vars to error about in case infer vars are actually forbidden | Oli Scherer | -85/+111 |
| 2024-06-05 | Remove an `Option` and instead eagerly create error lifetimes | Oli Scherer | -55/+43 |
| 2024-06-05 | Simplify some code paths and remove an unused field | Oli Scherer | -15/+3 |
| 2024-06-05 | Use a `LocalDefId` for `HirTyLowerer::item_def_id`, since we only ever (can) ... | Oli Scherer | -15/+13 |
| 2024-06-05 | Rollup merge of #125996 - tmiasko:closure-recursively-reachable, r=oli-obk | Jubilee | -0/+1 |
| 2024-06-05 | Rollup merge of #125920 - bjorn3:allow_static_mut_linkage_def, r=Urgau | Jubilee | -12/+13 |
| 2024-06-05 | Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmease | Jubilee | -54/+62 |
| 2024-06-05 | Rollup merge of #125903 - petrochenkov:upctxt3, r=nnethercote | Jubilee | -0/+2 |
| 2024-06-05 | Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast... | Jubilee | -213/+176 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -48/+71 |
| 2024-06-05 | Inline and remove `source_file_to_stream`. | Nicholas Nethercote | -9/+1 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -5/+5 |
| 2024-06-05 | Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`. | Nicholas Nethercote | -40/+16 |
| 2024-06-05 | Use `source_str_to_stream` in a test file. | Nicholas Nethercote | -6/+2 |
| 2024-06-05 | Rename `maybe_source_file_to_parser` as `maybe_new_parser_from_source_file`. | Nicholas Nethercote | -3/+3 |
| 2024-06-05 | Remove low-value comments. | Nicholas Nethercote | -7/+0 |
| 2024-06-05 | Improve `panictry_buffer!`. | Nicholas Nethercote | -15/+12 |
| 2024-06-05 | Remove `stream_to_parser`. | Nicholas Nethercote | -23/+11 |
| 2024-06-05 | Rename `maybe_file_to_stream` as `maybe_source_file_to_stream`. | Nicholas Nethercote | -3/+3 |