| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Streamline `parse_path_start_expr`. | Nicholas Nethercote | -9/+6 |
| 2022-08-12 | Auto merge of #99464 - nikic:llvm-15, r=cuviper | bors | -1/+12 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -172/+57 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -7/+15 |
| 2022-08-11 | Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot | Matthias Krüger | -3/+1 |
| 2022-08-11 | Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkov | Matthias Krüger | -4/+21 |
| 2022-08-11 | Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-08-11 | Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoerister | Dylan DPC | -52/+253 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -42/+47 |
| 2022-08-11 | Rollup merge of #100351 - compiler-errors:diagnostic-convention, r=fee1-dead | Dylan DPC | -59/+37 |
| 2022-08-11 | Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisa | Dylan DPC | -38/+44 |
| 2022-08-11 | Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisa | Dylan DPC | -8/+0 |
| 2022-08-11 | Rollup merge of #100184 - Kixunil:stabilize_ptr_const_cast, r=m-ou-se | Dylan DPC | -1/+0 |
| 2022-08-11 | Rollup merge of #99110 - audunhalland:match_has_guard_from_candidate, r=pnkfelix | Dylan DPC | -1/+1 |
| 2022-08-11 | Rollup merge of #92744 - lambinoo:I-91161-non-exhaustive-foreign-variants, r=... | Dylan DPC | -1/+22 |
| 2022-08-11 | Avoid lowering a `MacArgs::Eq` twice. | Nicholas Nethercote | -3/+1 |
| 2022-08-11 | Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnr | bors | -3/+20 |
| 2022-08-11 | Add a second level to the AST size reporting. | Nicholas Nethercote | -34/+184 |
| 2022-08-11 | Add percentages to `-Zhir-stats` output. | Nicholas Nethercote | -6/+8 |
| 2022-08-11 | Change how `AssocItem` is reported. | Nicholas Nethercote | -5/+1 |
| 2022-08-11 | Improve AST stat collector. | Nicholas Nethercote | -13/+66 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_enum_def`. | Nicholas Nethercote | -2/+2 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -30/+19 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_enum_def`. | Nicholas Nethercote | -34/+9 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -109/+30 |
| 2022-08-10 | Fix flags when using clang as linker for Fuchsia | Tyler Mandry | -4/+21 |
| 2022-08-10 | Update error message to clarify that it's not the enum itself that's non_exha... | Scott McMurray | -1/+1 |
| 2022-08-10 | Check if extern crate enum has non exhaustive variant when cast | Lamb | -1/+22 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -1/+1 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -38/+44 |
| 2022-08-10 | Rollup merge of #100359 - b-naber:valtrees-pretty-print-ice, r=lcnr | Michael Goulet | -0/+4 |
| 2022-08-10 | Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnr | Michael Goulet | -7/+9 |
| 2022-08-10 | Rollup merge of #100317 - kjetilkjeka:remove-nvptx32-logic, r=eddyb | Michael Goulet | -35/+0 |
| 2022-08-10 | Rollup merge of #100286 - Thog:rust-lld-macosx-target, r=petrochenkov | Michael Goulet | -56/+66 |
| 2022-08-10 | Stabilize ptr_const_cast | Martin Habovstiak | -1/+0 |
| 2022-08-10 | Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr | bors | -4/+81 |
| 2022-08-10 | Rollup merge of #100340 - spastorino:fix-100187, r=compiler-errors | Matthias Krüger | -1/+14 |
| 2022-08-10 | Rollup merge of #100334 - TaKO8Ki:suggest-missing-semicolon-before-array, r=f... | Matthias Krüger | -0/+42 |
| 2022-08-10 | Rollup merge of #100069 - dpaoliello:linkordinal, r=michaelwoerister | Matthias Krüger | -1/+25 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -2/+0 |
| 2022-08-10 | Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed | Michael Goulet | -59/+37 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -7/+15 |
| 2022-08-10 | remove a type string comparison | Takayuki Maeda | -7/+9 |
| 2022-08-10 | Add a couple more AST node size assertions. | Nicholas Nethercote | -0/+2 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -42/+45 |
| 2022-08-10 | Rollup merge of #100275 - RalfJung:anyhow, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2022-08-10 | Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnr | Matthias Krüger | -0/+4 |
| 2022-08-10 | Rollup merge of #100256 - camelid:typeck-ctxt-doc, r=compiler-errors | Matthias Krüger | -1/+32 |
| 2022-08-10 | Rollup merge of #100240 - cjgillot:noice-structural-match, r=davidtwco | Matthias Krüger | -1/+6 |
| 2022-08-10 | Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwco | Matthias Krüger | -46/+42 |