about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-23Rollup merge of #100887 - eholk:codegen_call_terminator-cleanup, r=fee1-deadMatthias Krüger-47/+44
2022-08-23Rollup merge of #100861 - RalfJung:const-ice, r=oli-obkMatthias Krüger-7/+33
2022-08-23Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorinoMatthias Krüger-13/+8
2022-08-23Rollup merge of #100641 - corwinkuiper:add-armv4t-target, r=oli-obkMatthias Krüger-0/+1
2022-08-23Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite...Matthias Krüger-2/+28
2022-08-23Rollup merge of #100382 - jackh726:gat-self-outlives-input, r=compiler-errorsMatthias Krüger-1/+1
2022-08-22Auto merge of #99963 - cjgillot:iter-submodule, r=compiler-errorsbors-19/+13
2022-08-22Auto merge of #99762 - Nilstrieb:unreachable-prop, r=oli-obkbors-26/+50
2022-08-22Refactor part of codegen_call_terminatorEric Holk-47/+44
2022-08-22Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPCbors-288/+625
2022-08-22Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebankDylan DPC-282/+596
2022-08-22Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obkDylan DPC-2/+10
2022-08-22Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obkDylan DPC-4/+19
2022-08-22Auto merge of #99908 - Nilstrieb:mir-opt-span, r=oli-obkbors-4/+14
2022-08-22Fix span for consts in mir builderNilstrieb-3/+13
2022-08-22Show absolute line numbers if span is outside relative spanNilstrieb-1/+1
2022-08-22fix tidyDeadbeef-16/+10
2022-08-22Auto merge of #99702 - SparrowLii:transtive_relation, r=oli-obkbors-179/+224
2022-08-22Overhaul 100222 test; wf always remap to nonconstDeadbeef-16/+5
2022-08-22remove stray commentDeadbeef-1/+0
2022-08-22Fix wf check on `#[const_trait]` return typesDeadbeef-6/+32
2022-08-22re-base and use `OutlivesEnvironment::with_bounds`SparrowLii-29/+13
2022-08-22use type alias impl trait in `outlives_bounds::InferCtxtExt`SparrowLii-14/+26
2022-08-22add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outli...SparrowLii-82/+70
2022-08-22get rid of `RefCell` in `TransitiveRelation`SparrowLii-117/+178
2022-08-22Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPCbors-204/+522
2022-08-22Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726Dylan DPC-0/+12
2022-08-22Rollup merge of #100694 - finalchild:ast-passes-diag, r=TaKO8KiDylan DPC-203/+489
2022-08-22Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errorsDylan DPC-1/+21
2022-08-22Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakisbors-193/+226
2022-08-22Auto merge of #100671 - Xiretza:tidy-fluent-files, r=davidtwcobors-6/+6
2022-08-22Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorinobors-308/+272
2022-08-21fix ICE with extra-const-ub-checksRalf Jung-7/+33
2022-08-21Auto merge of #100654 - compiler-errors:rework-point-at-arg, r=estebankbors-381/+693
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-308/+272
2022-08-21Enable UnreachablePropagation under mir-opt-level >= 2Nilstrieb-3/+2
2022-08-21UnreachableProp: Preserve unreachable branches for multiple targetsNilstrieb-23/+48
2022-08-22Replace #[error(..)] etc. to #[diag(..)]finalchild-23/+23
2022-08-22Fix incorrect return type of emit_fatalPark Jaeon [파차]-1/+1
2022-08-22Remove redundant clonefinalchild-1/+1
2022-08-22Migrate forbidden_default and *_without_bodyfinalchild-76/+185
2022-08-22Fix `build_format` not unescaping braces properlyfinalchild-27/+32
2022-08-22Support #[fatal(..)]finalchild-2/+27
2022-08-22Migrate fn_param_forbidden_self and rename others to have prefix fn_param_finalchild-28/+35
2022-08-22Rename c_var_args_without_named_arg to c_var_args_is_sole_paramfinalchild-4/+4
2022-08-22Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_paramfinalchild-12/+24
2022-08-22Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para...finalchild-26/+57
2022-08-22Migrate trait_fn_constfinalchild-0/+12
2022-08-22Migrate trait_fn_asyncfinalchild-10/+18
2022-08-22Tidyfinalchild-2/+2