| Age | Commit message (Expand) | Author | Lines |
| 2022-08-13 | Do not inline non-simple argument type errors into labels | Michael Goulet | -13/+64 |
| 2022-08-13 | Label argument coercion errors | Michael Goulet | -3/+6 |
| 2022-08-13 | Ban references to `Self` in trait object substs for projection predicates too. | Camille GILLOT | -1/+8 |
| 2022-08-13 | use `span_suggestion` instead of `span_suggestion_verbose` | Takayuki Maeda | -7/+4 |
| 2022-08-13 | rustdoc: Fix incorrect usage of `@!has` and `@!matches` | Noah Lev | -22/+24 |
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -127/+127 |
| 2022-08-13 | give a helpful diagnostic even when the next struct field has an attribute | yukang | -0/+44 |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -168/+168 |
| 2022-08-13 | Update tests: arity-2 `@{has,matches}` -> `...text` | Noah Lev | -168/+168 |
| 2022-08-13 | `assert_{inhabited,zero_valid,uninit_valid}` intrinsics are safe | Tomasz Miąsko | -6/+6 |
| 2022-08-12 | rustdoc-json: Use `@ismany` in tests | Nixon Enraght-Moony | -36/+56 |
| 2022-08-12 | Change fluent_messages macro to expect _ slugs instead of - slugs | est31 | -1/+38 |
| 2022-08-12 | Fix tests | est31 | -7/+7 |
| 2022-08-12 | Adjust span of fn arguments | Michael Goulet | -20/+14 |
| 2022-08-12 | Adjust span of closure param | Michael Goulet | -1/+1 |
| 2022-08-12 | And for closures | Michael Goulet | -3/+3 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -39/+104 |
| 2022-08-12 | [debuginfo] Update src/test/debuginfo/mutex.rs for new cpp-like enum debuginf... | Michael Woerister | -5/+7 |
| 2022-08-12 | enum variant ctor inherits stability of variant | Michael Goulet | -0/+16 |
| 2022-08-12 | Rollup merge of #100443 - est31:let_else_regression_tests, r=Mark-Simulacrum | Dylan DPC | -0/+62 |
| 2022-08-12 | Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez | Dylan DPC | -4/+1 |
| 2022-08-12 | Rollup merge of #100396 - chenyukang:fix-100394, r=petrochenkov | Dylan DPC | -0/+14 |
| 2022-08-12 | Rollup merge of #100366 - davidtwco:translation-never-fail, r=compiler-errors | Dylan DPC | -6/+25 |
| 2022-08-12 | Rollup merge of #100247 - cjgillot:verify-dyn-trait-alias-defaults, r=lcnr | Dylan DPC | -53/+101 |
| 2022-08-12 | Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr | Dylan DPC | -0/+117 |
| 2022-08-12 | [debuginfo] Update codegen tests for new cpp-like enum debuginfo encoding. | Michael Woerister | -9/+12 |
| 2022-08-12 | make some const prop tests unit-test | Nilstrieb | -38/+60 |
| 2022-08-12 | improve "try ignoring the field" diagnostic | Goldstein | -0/+56 |
| 2022-08-12 | suggest removing a semicolon after impl/trait items | Takayuki Maeda | -0/+32 |
| 2022-08-12 | adapt test for msan message change | Krasimir Georgiev | -1/+1 |
| 2022-08-12 | [debuginfo] Add more test cases cpp-like enum debuginfo. | Michael Woerister | -4/+39 |
| 2022-08-12 | Support wrapping 128-bit tag ranges for cpp-like enum debuginfo. | Michael Woerister | -0/+32 |
| 2022-08-12 | Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. | Michael Woerister | -63/+62 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -50/+119 |
| 2022-08-12 | Add regression test for #94176 | est31 | -0/+29 |
| 2022-08-12 | let-else: add a test for warnings on let-else with diverging tail | Cormac Relf | -0/+33 |
| 2022-08-11 | Add missing visit_pat_field in early lint visitor. | Eric Huss | -6/+27 |
| 2022-08-11 | Make Node::ExprField a child of Node::Expr. | Eric Huss | -76/+76 |
| 2022-08-11 | Add visitors for PatField and ExprField. | Eric Huss | -1/+1 |
| 2022-08-11 | Honor lint level attributes in more places. | Eric Huss | -0/+1266 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -2/+8 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -1/+13 |
| 2022-08-12 | Erase regions better in promote_candidate | Michael Goulet | -0/+25 |
| 2022-08-12 | Auto merge of #99464 - nikic:llvm-15, r=cuviper | bors | -1/+1 |
| 2022-08-12 | Fix HIR pretty printing of let else | Michael Goulet | -0/+28 |
| 2022-08-11 | rustdoc: don't generate DOM element for operator | Jacob Hoffman-Andrews | -4/+1 |
| 2022-08-11 | Add support for generating unique *.profraw files by default when using the `... | ridwanabdillahi | -0/+17 |
| 2022-08-11 | Suggest path separator when a dot is used on a trait | León Orell Valerian Liehr | -37/+357 |
| 2022-08-11 | Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_... | Matthias Krüger | -26/+18 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -2/+3 |