about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-06Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnrbors-873/+703
2024-06-06Auto merge of #122505 - oli-obk:visit_nested_body2, r=tmiaskobors-8/+38
2024-06-05ty::Expr reviewsBoxy-7/+11
2024-06-05Misc fixes (pattern type lowering, cfi, pretty printing)Boxy-40/+36
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-0/+1
2024-06-05Add `Ty` to `mir::Const::Ty`Boxy-51/+81
2024-06-05Fully implement `ConstArgHasType`Boxy-103/+158
2024-06-05Add `Ty` to `ConstKind::Value`Boxy-189/+183
2024-06-05Basic removal of `Ty` from places (boring)Boxy-581/+331
2024-06-05Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgrbors-89/+140
2024-06-05Rollup merge of #125893 - cjgillot:gvn-newops, r=oli-obkMatthias Krüger-30/+40
2024-06-05Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnrMatthias Krüger-35/+24
2024-06-05Rollup merge of #126022 - lcnr:generalize-alias-bivariant, r=compiler-errorsMatthias Krüger-2/+10
2024-06-05Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJungMatthias Krüger-9/+22
2024-06-05Rollup merge of #125921 - Zalathar:buckets, r=oli-obkMatthias Krüger-137/+237
2024-06-05Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errorsMatthias Krüger-11/+25
2024-06-05Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkovMatthias Krüger-4/+29
2024-06-05Rollup merge of #125861 - name1e5s:fix/rpath_null_panic, r=michaelwoeristerMatthias Krüger-0/+21
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-05Also support generic constantsOli Scherer-9/+9
2024-06-05Don't walk the bodies of free constants for reachability.Oli Scherer-7/+37
2024-06-05Update the interpreter to handle the new casesBen Kimock-9/+22
2024-06-05bivariant alias: set `has_unconstrained_ty_var`lcnr-2/+10
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