about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-08Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=...Matthias Krüger-5/+13
2023-03-08Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwUMatthias Krüger-1/+6
2023-03-08Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillotMatthias Krüger-16/+10
2023-03-08Rollup merge of #108846 - celinval:smir-poc, r=oli-obkMatthias Krüger-58/+168
2023-03-08clean-up: remove unused return value in typeckLeón Orell Valerian Liehr-8/+4
2023-03-08Remove useless parameter to operand_from_scalar.Camille GILLOT-14/+5
2023-03-08Make comment more explicit.Camille GILLOT-2/+4
2023-03-08Separate checking rvalue from evaluation.Camille GILLOT-113/+104
2023-03-08Recurse into statement before applying its effect.Camille GILLOT-4/+8
2023-03-08Refactor tracking of writes.Camille GILLOT-72/+58
2023-03-08Remove OnlyPropagateInto.Camille GILLOT-31/+8
2023-03-08Only assign value in remove_const.Camille GILLOT-15/+7
2023-03-08Assume the frame has all the locals.Camille GILLOT-17/+13
2023-03-08Do not track span in ConstProp.Camille GILLOT-30/+9
2023-03-08Simplify visit_statement.Camille GILLOT-65/+61
2023-03-08Create visit_block_data for const-prop-lint.Camille GILLOT-5/+5
2023-03-08Remove `identity_future` indirectionArpad Borsos-56/+32
2023-03-08Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnrbors-46/+67
2023-03-08fix: evaluate with wrong obligation stackyifei-2/+2
2023-03-08prefer universal from lower universeAli MJ Al-Nasrawy-1/+17
2023-03-08address review commentAli MJ Al-Nasrawy-7/+23
2023-03-07Remove an extraneous includeKazu Hirata-1/+0
2023-03-08Check that a query has not completed and is not executing before starting itJohn Kåre Alsaker-6/+21
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-95/+120
2023-03-08Rename `MapInPlace` as `FlatMapInPlace`.Nicholas Nethercote-15/+8
2023-03-08Add a comment about drop(start_bx)823984418-0/+2
2023-03-08Tweak E0740Michael Goulet-21/+36
2023-03-08Don't report E0740 for type errorMichael Goulet-1/+3
2023-03-08Suppress copy impl error when post-normalized type references errorsMichael Goulet-1/+6
2023-03-08Dedup copy field errors for identical typesMichael Goulet-0/+8
2023-03-08may not => cannotMichael Goulet-5/+5
2023-03-08Only compute the crate hash when necessary.Nicholas Nethercote-82/+100
2023-03-07Auto merge of #108877 - matthiaskrgr:rollup-7gwgvgc, r=matthiaskrgrbors-1155/+5833
2023-03-07Change item collection to be on demandCelina G. Val-24/+31
2023-03-07Error code E0794 for late-bound lifetime parameter error.Christopher Acosta-1/+66
2023-03-07remove leftover commentGiacomo Pasini-3/+0
2023-03-07Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviperMatthias Krüger-5/+0
2023-03-07Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillotMatthias Krüger-1121/+5741
2023-03-07Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r...Matthias Krüger-1/+24
2023-03-07Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compile...Matthias Krüger-28/+68
2023-03-07Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillotbors-126/+186
2023-03-07Simplify `sort_by` callsMaybe Waffle-16/+10
2023-03-07fix var equality issue with old canonicalizerMichael Goulet-5/+22
2023-03-07Canonicalize the ROOT VARMichael Goulet-11/+38
2023-03-07Rollup merge of #108855 - cbeuw:mir-cast, r=tmiaskoYuki Okushi-1/+8
2023-03-07Rollup merge of #108731 - Ezrashaw:pin-suggestion-on-impl-future, r=petrochenkovYuki Okushi-0/+10
2023-03-07Rollup merge of #108728 - tshepang:fix-and-improve, r=michaelwoeristerYuki Okushi-29/+32
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-332/+27
2023-03-07Custom MIR: Support as castsAndy Wang-1/+8
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+16