| Age | Commit message (Expand) | Author | Lines |
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=... | Matthias Krüger | -5/+13 |
| 2023-03-08 | Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwU | Matthias Krüger | -1/+6 |
| 2023-03-08 | Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillot | Matthias Krüger | -16/+10 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -58/+168 |
| 2023-03-08 | clean-up: remove unused return value in typeck | León Orell Valerian Liehr | -8/+4 |
| 2023-03-08 | Remove useless parameter to operand_from_scalar. | Camille GILLOT | -14/+5 |
| 2023-03-08 | Make comment more explicit. | Camille GILLOT | -2/+4 |
| 2023-03-08 | Separate checking rvalue from evaluation. | Camille GILLOT | -113/+104 |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -4/+8 |
| 2023-03-08 | Refactor tracking of writes. | Camille GILLOT | -72/+58 |
| 2023-03-08 | Remove OnlyPropagateInto. | Camille GILLOT | -31/+8 |
| 2023-03-08 | Only assign value in remove_const. | Camille GILLOT | -15/+7 |
| 2023-03-08 | Assume the frame has all the locals. | Camille GILLOT | -17/+13 |
| 2023-03-08 | Do not track span in ConstProp. | Camille GILLOT | -30/+9 |
| 2023-03-08 | Simplify visit_statement. | Camille GILLOT | -65/+61 |
| 2023-03-08 | Create visit_block_data for const-prop-lint. | Camille GILLOT | -5/+5 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -56/+32 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -46/+67 |
| 2023-03-08 | fix: evaluate with wrong obligation stack | yifei | -2/+2 |
| 2023-03-08 | prefer universal from lower universe | Ali MJ Al-Nasrawy | -1/+17 |
| 2023-03-08 | address review comment | Ali MJ Al-Nasrawy | -7/+23 |
| 2023-03-07 | Remove an extraneous include | Kazu Hirata | -1/+0 |
| 2023-03-08 | Check that a query has not completed and is not executing before starting it | John Kåre Alsaker | -6/+21 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -95/+120 |
| 2023-03-08 | Rename `MapInPlace` as `FlatMapInPlace`. | Nicholas Nethercote | -15/+8 |
| 2023-03-08 | Add a comment about drop(start_bx) | 823984418 | -0/+2 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -21/+36 |
| 2023-03-08 | Don't report E0740 for type error | Michael Goulet | -1/+3 |
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -1/+6 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -0/+8 |
| 2023-03-08 | may not => cannot | Michael Goulet | -5/+5 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -82/+100 |
| 2023-03-07 | Auto merge of #108877 - matthiaskrgr:rollup-7gwgvgc, r=matthiaskrgr | bors | -1155/+5833 |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -24/+31 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -1/+66 |
| 2023-03-07 | remove leftover comment | Giacomo Pasini | -3/+0 |
| 2023-03-07 | Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-03-07 | Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot | Matthias Krüger | -1121/+5741 |
| 2023-03-07 | Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r... | Matthias Krüger | -1/+24 |
| 2023-03-07 | Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compile... | Matthias Krüger | -28/+68 |
| 2023-03-07 | Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot | bors | -126/+186 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -16/+10 |
| 2023-03-07 | fix var equality issue with old canonicalizer | Michael Goulet | -5/+22 |
| 2023-03-07 | Canonicalize the ROOT VAR | Michael Goulet | -11/+38 |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -1/+8 |
| 2023-03-07 | Rollup merge of #108731 - Ezrashaw:pin-suggestion-on-impl-future, r=petrochenkov | Yuki Okushi | -0/+10 |
| 2023-03-07 | Rollup merge of #108728 - tshepang:fix-and-improve, r=michaelwoerister | Yuki Okushi | -29/+32 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -332/+27 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -1/+8 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+16 |