| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+21 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -23/+23 |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -3/+7 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -3/+54 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -1/+5 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -1/+1 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -1/+48 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -18/+36 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -159/+125 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+5 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+5 |
| 2022-08-05 | implement #98982 | Yiming Lei | -1/+48 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -31/+36 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -14/+27 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -12/+23 |
| 2022-08-05 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -7/+7 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -4/+49 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -1/+8 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -12/+23 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -1/+5 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -27/+142 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -296/+581 |
| 2022-08-04 | opt node type | Michael Goulet | -7/+7 |
| 2022-08-04 | Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikic | Matthias Krüger | -1/+6 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -68/+94 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -3/+17 |
| 2022-08-04 | Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst... | Matthias Krüger | -8/+67 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -1/+2 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -1/+8 |
| 2022-08-04 | Fix typo | Santiago Pastorino | -1/+1 |
| 2022-08-04 | Improve opt_local_def_id docs | Santiago Pastorino | -7/+9 |
| 2022-08-04 | Improve record_def_id_remap docs | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Do not collect lifetimes with Infer resolution | Santiago Pastorino | -14/+21 |
| 2022-08-04 | RustWrapper: update for TypedPointerType in LLVM | Augie Fackler | -1/+6 |
| 2022-08-04 | Use span_bug instead of panic | Santiago Pastorino | -4/+8 |
| 2022-08-04 | Add docs to generics_def_id_map | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Add docs to record_elided_anchor | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Extract record_elided_anchor | Santiago Pastorino | -18/+13 |
| 2022-08-04 | Move new_remapping inside with_hir_id_owner | Santiago Pastorino | -1/+2 |
| 2022-08-04 | Add documentation for create_lifetime_defs | Santiago Pastorino | -0/+4 |
| 2022-08-04 | Add more debug calls | Santiago Pastorino | -4/+5 |
| 2022-08-04 | Add documentation about lifetime args | Santiago Pastorino | -0/+2 |
| 2022-08-04 | Add documentation about lifetime_defs | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Move hir_bounds after lifetime_defs | Santiago Pastorino | -5/+4 |
| 2022-08-04 | captures -> collected_lifetimes | Santiago Pastorino | -9/+10 |
| 2022-08-04 | Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy... | Santiago Pastorino | -5/+14 |
| 2022-08-04 | Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa... | Santiago Pastorino | -18/+23 |
| 2022-08-04 | Document what collected_lifetimes vec containts | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Document lower_opaque_impl_trait | Santiago Pastorino | -0/+29 |