| Age | Commit message (Expand) | Author | Lines |
| 2022-09-30 | apply suggestion | X | -1/+1 |
| 2022-09-28 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -14/+46 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -96/+232 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+2 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |
| 2022-09-28 | Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matklad | Yuki Okushi | -15/+12 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -3/+9 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -61/+152 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -3/+2 |
| 2022-09-28 | Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0... | Yuki Okushi | -1/+43 |
| 2022-09-28 | Auto merge of #100996 - m-ou-se:format-args-2, r=estebank | bors | -1311/+1247 |
| 2022-09-28 | Deduplicate some logic | mejrs | -47/+27 |
| 2022-09-27 | review updates | Matthew Kelly | -2/+2 |
| 2022-09-28 | Small cleanups in unescaping code. | Nicholas Nethercote | -14/+11 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+2 |
| 2022-09-27 | Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=... | Matthias Krüger | -52/+0 |
| 2022-09-27 | Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikic | Matthias Krüger | -1/+1 |
| 2022-09-27 | Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwco | Matthias Krüger | -4/+7 |
| 2022-09-27 | Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot | Matthias Krüger | -51/+117 |
| 2022-09-27 | Address feedback | mejrs | -16/+46 |
| 2022-09-27 | Wrapper suggestions | mejrs | -67/+148 |
| 2022-09-27 | Deny associated type bindings within associated type bindings | Michael Goulet | -3/+9 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -3/+2 |
| 2022-09-27 | also query type_uninhabited_from | Ralf Jung | -3/+11 |
| 2022-09-27 | Remove confusing drop. | Mara Bos | -1/+0 |
| 2022-09-27 | Update doc comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Turn format arguments Vec into its own struct. | Mara Bos | -84/+146 |
| 2022-09-27 | Add clarifying comments. | Mara Bos | -0/+3 |
| 2022-09-27 | Flatten if-let and match into one. | Mara Bos | -19/+14 |
| 2022-09-27 | Move enum definition closer to its usage. | Mara Bos | -5/+5 |
| 2022-09-27 | Use if let chain. | Mara Bos | -4/+2 |
| 2022-09-27 | Tweak comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Prefer new_v1_formatted instead of new_v1 with duplicates. | Mara Bos | -36/+33 |
| 2022-09-27 | Fix typo. | Mara Bos | -1/+1 |
| 2022-09-27 | Move FormatArgs structure to its own module. | Mara Bos | -163/+172 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -1287/+1160 |
| 2022-09-27 | Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errors | bors | -28/+27 |
| 2022-09-27 | session: remove now-unnecessary lint `#[allow]`s | David Wood | -52/+0 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -28/+27 |
| 2022-09-27 | Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebank | bors | -15/+29 |
| 2022-09-27 | Tweak `FulfillProcessor`. | Nicholas Nethercote | -12/+12 |
| 2022-09-27 | Fix an incorrect comment. | Nicholas Nethercote | -1/+1 |
| 2022-09-27 | Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errors | bors | -220/+252 |
| 2022-09-27 | Structured suggestion for missing mut/const in pointer | Michael Goulet | -4/+7 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -10/+26 |
| 2022-09-27 | create a new local var | Takayuki Maeda | -5/+3 |
| 2022-09-26 | remove implied link bound per review | Matthew Kelly | -3/+1 |
| 2022-09-26 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -13148/+17407 |
| 2022-09-26 | Avoid LLVM-deprecated `Optional::hasValue` | Josh Stone | -1/+1 |
| 2022-09-26 | Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgr | bors | -50/+124 |