| Age | Commit message (Expand) | Author | Lines |
| 2022-09-28 | Use the existing `set_visibility` function. | Dan Gohman | -7/+1 |
| 2022-09-28 | Declare `main` as visibility hidden on targets that default to hidden. | Dan Gohman | -9/+46 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -1260/+2006 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -440/+423 |
| 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 | Address review comments. | Nicholas Nethercote | -10/+12 |
| 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 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -66/+73 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -16/+17 |
| 2022-09-27 | Document use of Symbol::to_string() | Xiretza | -0/+2 |
| 2022-09-27 | Migrate even more diagnostics in rustc_parse to diagnostic structs | Xiretza | -213/+395 |
| 2022-09-27 | Migrate "struct literal body without path" error to diagnostic struct | Xiretza | -16/+29 |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -16/+82 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -43/+170 |
| 2022-09-27 | Rework "inner attribute not permitted" errors | Xiretza | -58/+86 |
| 2022-09-27 | Remove error condition in parse_attribute | Xiretza | -25/+12 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -156/+188 |
| 2022-09-27 | Move rustc_parse diagnostic structs to separate module | Xiretza | -811/+819 |
| 2022-09-27 | Migrate "invalid literal suffix" diagnostic to diagnostic structs | Xiretza | -47/+65 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -218/+463 |
| 2022-09-27 | Allow raw identifiers to be used as fluent arguments | Xiretza | -0/+5 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::Path | Xiretza | -0/+10 |
| 2022-09-27 | Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct | Xiretza | -7/+22 |
| 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 |