about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-23Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc...Dylan DPC-14/+16
2022-08-23Rollup merge of #100907 - Nilstrieb:unrachable-typo-lol, r=Dylan-DPCDylan DPC-1/+1
2022-08-23Rollup merge of #100857 - camsteffen:query-parse-refactor, r=davidtwcoDylan DPC-260/+125
2022-08-23Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-deadDylan DPC-65/+84
2022-08-23Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwcoDylan DPC-11/+34
2022-08-23Rollup merge of #100368 - chenyukang:fix-100321, r=lcnrDylan DPC-12/+11
2022-08-23Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiynDylan DPC-19/+36
2022-08-23Rollup merge of #99249 - cjgillot:no-reparse-fn, r=fee1-deadDylan DPC-168/+83
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-12/+12
2022-08-23Add some useful comments to `LitKind`.Nicholas Nethercote-2/+4
2022-08-23Fix typo in UnreachablePropnils-1/+1
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-23Mark suggestion as MaybeIncorrect.Camille GILLOT-1/+1
2022-08-23Remove FnItemRibKind.Camille GILLOT-27/+10
2022-08-23Remove generate_fn_name_span and generate_local_type_param_snippet.Camille GILLOT-87/+0
2022-08-23Do not call generate_fn_name_span in typeck.Camille GILLOT-9/+7
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-31/+39
2022-08-23Create specific ConstantHasGenerics for ConstantItemRibKind.Camille GILLOT-18/+31
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-22Migrate rustc_plugin_impl to SessionDiagnosticPeter Medus-11/+34
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-22remove hack fix since we don't have no overflow diagnosticyukang-3/+0
2022-08-22InferCtxt emit error when incorrectly tainted by errorsyukang-9/+11
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