| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | Add ui test to ensure attributes generated from macros are kept as expected | Guillaume Gomez | -0/+35 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -2/+4 |
| 2022-10-20 | Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obk | Matthias Krüger | -5/+42 |
| 2022-10-20 | Rollup merge of #103281 - thomcc:long-overdue, r=jyn514 | Matthias Krüger | -3/+3 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -0/+16 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -5/+42 |
| 2022-10-20 | Elaborate supertrait bounds when triggering unused_must_use on impl Trait | Michael Goulet | -0/+26 |
| 2022-10-20 | Update tests to match error message changes | b4den | -126/+126 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -0/+94 |
| 2022-10-20 | Move some tests for more reasonable places | Caio | -0/+0 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -1/+55 |
| 2022-10-20 | fix assertion failed for break_last_token and trailing token | yukang | -0/+25 |
| 2022-10-20 | Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8Ki | Matthias Krüger | -0/+54 |
| 2022-10-20 | Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandry | Matthias Krüger | -1/+1 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -22/+22 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -3/+3 |
| 2022-10-20 | Bless test | Michael Goulet | -3/+19 |
| 2022-10-20 | fix span for suggestion | yukang | -2/+3 |
| 2022-10-20 | fix #103112, add diagnostic for calling a function with the same name when a ... | yukang | -0/+18 |
| 2022-10-20 | Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillot | bors | -0/+23 |
| 2022-10-19 | Bless ui tests | Ryan Lopopolo | -2/+2 |
| 2022-10-20 | Adjusting test to needs-unwind, with linking issue | Andrew Pollack | -1/+1 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -25/+65 |
| 2022-10-19 | Erase regions before checking for default in uninitialized binding error | Michael Goulet | -0/+54 |
| 2022-10-19 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -0/+23 |
| 2022-10-19 | Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnr | Matthias Krüger | -5/+27 |
| 2022-10-19 | Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiser | Matthias Krüger | -0/+213 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -14/+3 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -22/+22 |
| 2022-10-19 | resolve: Revert "Set effective visibilities for imports more precisely" | Vadim Petrochenkov | -1/+8 |
| 2022-10-19 | Allow #[unstable] impl for fn() -> UnstableType. | Mara Bos | -0/+3 |
| 2022-10-19 | Add test for #[unstable] impl for fn() -> !. | Mara Bos | -1/+13 |
| 2022-10-19 | Auto merge of #103228 - Dylan-DPC:rollup-31yiauw, r=Dylan-DPC | bors | -44/+135 |
| 2022-10-19 | Add test. | Mara Bos | -4/+11 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -0/+11 |
| 2022-10-19 | Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obk | Dylan DPC | -12/+12 |
| 2022-10-19 | Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser | Dylan DPC | -6/+18 |
| 2022-10-19 | Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r... | Dylan DPC | -26/+94 |
| 2022-10-19 | Auto merge of #103180 - ferrocene:pa-qemu-user-mode, r=Mark-Simulacrum | bors | -4/+18 |
| 2022-10-19 | Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorino | Matthias Krüger | -3/+49 |
| 2022-10-19 | Use already checked RHS ty for LHS deref suggestions | Michael Goulet | -0/+213 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -12/+12 |
| 2022-10-19 | fix `SelfVisitor::is_self_ty` ICE | Takayuki Maeda | -0/+16 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -21/+48 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -3/+3 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -0/+41 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+32 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -0/+11 |
| 2022-10-18 | Clean up query descriptions | nils | -12/+12 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -20/+24 |