about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-05Rollup merge of #125819 - oli-obk:localize, r=fmeaseMatthias Krüger-210/+221
2024-06-05Rollup merge of #125792 - compiler-errors:dont-drop-upcast-cand, r=lcnrMatthias Krüger-0/+6
2024-06-05Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelixMatthias Krüger-5/+6
2024-06-05Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelixMatthias Krüger-5/+72
2024-06-05Rollup merge of #124746 - OliverKillane:E0582-explain-assoc-types-improvement...Matthias Krüger-0/+34
2024-06-05Unify optional param info with object lifetime default boolean into an enum t...Oli Scherer-53/+75
2024-06-05Remove some unnecessary explicit lifetimesOli Scherer-2/+2
2024-06-05Remove `allows_infer` now that every use of it is delegated to `HirTyLowerer`Oli Scherer-11/+0
2024-06-05Only collect infer vars to error about in case infer vars are actually forbiddenOli Scherer-85/+111
2024-06-05Remove an `Option` and instead eagerly create error lifetimesOli Scherer-55/+43
2024-06-05Simplify some code paths and remove an unused fieldOli Scherer-15/+3
2024-06-05Use a `LocalDefId` for `HirTyLowerer::item_def_id`, since we only ever (can) ...Oli Scherer-15/+13
2024-06-05Rollup merge of #125996 - tmiasko:closure-recursively-reachable, r=oli-obkJubilee-0/+1
2024-06-05Rollup merge of #125920 - bjorn3:allow_static_mut_linkage_def, r=UrgauJubilee-12/+13
2024-06-05Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmeaseJubilee-54/+62
2024-06-05Rollup merge of #125903 - petrochenkov:upctxt3, r=nnethercoteJubilee-0/+2
2024-06-05Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast...Jubilee-213/+176
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-1/+1
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-48/+71
2024-06-05Inline and remove `source_file_to_stream`.Nicholas Nethercote-9/+1
2024-06-05Reorder `source_str_to_stream` arguments.Nicholas Nethercote-5/+5
2024-06-05Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`.Nicholas Nethercote-40/+16
2024-06-05Use `source_str_to_stream` in a test file.Nicholas Nethercote-6/+2
2024-06-05Rename `maybe_source_file_to_parser` as `maybe_new_parser_from_source_file`.Nicholas Nethercote-3/+3
2024-06-05Remove low-value comments.Nicholas Nethercote-7/+0
2024-06-05Improve `panictry_buffer!`.Nicholas Nethercote-15/+12
2024-06-05Remove `stream_to_parser`.Nicholas Nethercote-23/+11
2024-06-05Rename `maybe_file_to_stream` as `maybe_source_file_to_stream`.Nicholas Nethercote-3/+3
2024-06-05Inline and remove `error_malformed_cfg_attr_missing`.Nicholas Nethercote-10/+10
2024-06-05Don'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-04Closures are recursively reachableTomasz Miąsko-0/+1
2024-06-04Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebankGuillaume Gomez-152/+72
2024-06-04Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnrbors-190/+186
2024-06-04Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obkMichael Goulet-163/+233
2024-06-04Rollup merge of #125967 - BoxyUwU:split_smir_const, r=oli-obkMichael Goulet-131/+282
2024-06-04Rollup merge of #125959 - nnethercote:rustc_mir_build-cleanups, r=compiler-er...Michael Goulet-277/+275
2024-06-04Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqdMichael Goulet-8/+2
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-0/+5
2024-06-04Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co...Michael Goulet-14/+24
2024-06-04Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp...Michael Goulet-8/+18
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-6/+32
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-131/+282
2024-06-04Downsize `ty::Expr`Boxy-163/+233
2024-06-04Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov许杰友 Jieyou Xu (Joe)-7/+11
2024-06-04Rollup merge of #125750 - compiler-errors:expect, r=lcnr许杰友 Jieyou Xu (Joe)-28/+38
2024-06-04Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU许杰友 Jieyou Xu (Joe)-66/+79
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-2/+2
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-275/+275
2024-06-04Remove out-of-date comment.Nicholas Nethercote-2/+0