| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #110872 - Jules-Bertholet:err-67981, r=wesleywiser | Matthias Krüger | 2023-04-27 | 1 | -1/+11 |
|\ |
|
| * | Nicer ICE for #67981 | Jules Bertholet | 2023-04-26 | 1 | -1/+11 |
* | | Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726 | Matthias Krüger | 2023-04-27 | 3 | -8/+1 |
|\ \ |
|
| * | | IntoFuture::into_future is no longer unstable | Michael Goulet | 2023-04-26 | 3 | -8/+1 |
* | | | Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errors | Matthias Krüger | 2023-04-27 | 6 | -175/+308 |
|\ \ \ |
|
| * | | | Migrate `rustc_passes` to translatable diagnostics | clubby789 | 2023-04-26 | 6 | -175/+308 |
* | | | | Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=Nilstrieb | Matthias Krüger | 2023-04-27 | 2 | -0/+17 |
|\ \ \ \ |
|
| * | | | | Sprinkle some `#[inline]` in `rustc_data_structures::tagged_ptr` | Maybe Waffle | 2023-04-25 | 2 | -0/+17 |
* | | | | | Auto merge of #110882 - BoxyUwU:rename-some-ty-flags, r=compiler-errors | bors | 2023-04-27 | 45 | -84/+85 |
|\ \ \ \ \ |
|
| * | | | | | rename `needs_subst` to `has_param` | Boxy | 2023-04-27 | 18 | -28/+28 |
| * | | | | | rename `needs_infer` to `has_infer` | Boxy | 2023-04-27 | 33 | -57/+58 |
| | |_|_|/
| |/| | | |
|
* | | | | | Auto merge of #110728 - cjgillot:no-false-optes, r=oli-obk | bors | 2023-04-27 | 2 | -38/+46 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Move unstatisfaction check earlier. | Camille GILLOT | 2023-04-25 | 1 | -50/+44 |
| * | | | | Fully clear the body. | Camille GILLOT | 2023-04-24 | 1 | -11/+13 |
| * | | | | Do not bother optimizing impossible functions. | Camille GILLOT | 2023-04-23 | 2 | -37/+49 |
* | | | | | Auto merge of #110852 - matthiaskrgr:rollup-jz3eosr, r=matthiaskrgr | bors | 2023-04-26 | 43 | -223/+608 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | 2023-04-26 | 5 | -22/+24 |
| |\ \ \ \ \ |
|
| | * | | | | | Make some region folders a little stricter. | Nicholas Nethercote | 2023-04-26 | 5 | -22/+24 |
| * | | | | | | Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiser | Matthias Krüger | 2023-04-26 | 1 | -0/+6 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Suggest deref on comparison binop RHS even if type is not Copy | Michael Goulet | 2023-04-19 | 1 | -0/+6 |
| * | | | | | | | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | 2023-04-26 | 37 | -201/+578 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | Fix static string lints | clubby789 | 2023-04-25 | 32 | -200/+491 |
| | * | | | | | | Add deny lint to prevent untranslatable diagnostics using static strings | clubby789 | 2023-04-25 | 5 | -1/+87 |
* | | | | | | | | Auto merge of #110822 - scottmcm:lower-offset-to-mir, r=compiler-errors | bors | 2023-04-26 | 5 | -20/+31 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | 2023-04-25 | 5 | -20/+31 |
| |/ / / / / / |
|
* | | | | | | | Auto merge of #97368 - tmandry:coverage-underflow, r=jyn514 | bors | 2023-04-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | coverage: Don't underflow column number | Tyler Mandry | 2022-05-24 | 1 | -1/+1 |
* | | | | | | | | Rollup merge of #110594 - infdahai:cfg_chore, r=jyn514 | jyn | 2023-04-26 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | add cfg SPEC declaration. | clundro | 2023-04-26 | 1 | -1/+2 |
* | | | | | | | | | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | 2023-04-26 | 11 | -130/+174 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Rewrite MemDecoder around pointers not a slice | Ben Kimock | 2023-04-23 | 11 | -130/+174 |
* | | | | | | | | | | Auto merge of #110811 - compiler-errors:vars-are-question-mark, r=WaffleLapkin | bors | 2023-04-25 | 3 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | vars are ? | Michael Goulet | 2023-04-25 | 3 | -5/+5 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Rollup merge of #110783 - dtolnay:safeprint, r=petrochenkov | Matthias Krüger | 2023-04-25 | 2 | -40/+68 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix ICE on --print=... i/o errors | David Tolnay | 2023-04-25 | 2 | -40/+68 |
* | | | | | | | | | | Rollup merge of #110671 - compiler-errors:polarity, r=lcnr | Matthias Krüger | 2023-04-25 | 2 | -3/+74 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Consider polarity in new solver | Michael Goulet | 2023-04-24 | 2 | -3/+74 |
* | | | | | | | | | | | Rollup merge of #110615 - WaffleLapkin:impl_tag, r=cjgillot | Matthias Krüger | 2023-04-25 | 6 | -29/+211 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Add `#[inline]` in `impl_tag` | Maybe Waffle | 2023-04-25 | 1 | -0/+2 |
| * | | | | | | | | | | | Switch `impl_tag!` from explicit tags to `${index()}` | Maybe Waffle | 2023-04-24 | 5 | -51/+57 |
| * | | | | | | | | | | | Simplify `bits_for_tags` impl | Maybe Waffle | 2023-04-20 | 1 | -13/+3 |
| * | | | | | | | | | | | Remove confusing comment | Maybe Waffle | 2023-04-20 | 1 | -31/+0 |
| * | | | | | | | | | | | Use `impl Tag for $T` syntax for `impl_tag!` | Maybe Waffle | 2023-04-20 | 3 | -12/+12 |
| * | | | | | | | | | | | Add `impl_tag!` macro to implement `Tag` for tagged pointer easily | Maybe Waffle | 2023-04-20 | 4 | -29/+244 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | 2023-04-25 | 25 | -59/+76 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Changes from review | Kyle Matsuda | 2023-04-21 | 6 | -20/+25 |
| * | | | | | | | | | | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | 2023-04-20 | 10 | -45/+41 |
| * | | | | | | | | | | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | 2023-04-20 | 23 | -49/+42 |
| * | | | | | | | | | | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | 2023-04-20 | 10 | -36/+59 |
* | | | | | | | | | | | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | 2023-04-25 | 3 | -84/+251 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|