| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-06-05 | Inline and remove `error_malformed_cfg_attr_missing`. | Nicholas Nethercote | -10/+10 |
| 2024-06-05 | Don't use the word "parse" for lexing operations. | Nicholas Nethercote | -41/+38 |
| 2024-06-05 | `UNICODE_ARRAY` and `ASCII_ARRAY` fixes. | Nicholas Nethercote | -37/+38 |
| 2024-06-04 | Closures are recursively reachable | Tomasz Miąsko | -0/+1 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -152/+72 |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -190/+186 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -163/+233 |
| 2024-06-04 | Rollup merge of #125967 - BoxyUwU:split_smir_const, r=oli-obk | Michael Goulet | -131/+282 |
| 2024-06-04 | Rollup merge of #125959 - nnethercote:rustc_mir_build-cleanups, r=compiler-er... | Michael Goulet | -277/+275 |
| 2024-06-04 | Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqd | Michael Goulet | -8/+2 |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -0/+5 |
| 2024-06-04 | Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co... | Michael Goulet | -14/+24 |
| 2024-06-04 | Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp... | Michael Goulet | -8/+18 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -6/+32 |
| 2024-06-04 | Split smir `Const` into `TyConst` and `MirConst` | Boxy | -131/+282 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -163/+233 |
| 2024-06-04 | Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -7/+11 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -28/+38 |
| 2024-06-04 | Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -66/+79 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-04 | Reduce `pub` exposure. | Nicholas Nethercote | -275/+275 |
| 2024-06-04 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |