| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Call them constants instead of types | Michael Goulet | -42/+47 |
| 2022-08-24 | Auto merge of #100942 - ehuss:update-cargo, r=ehuss | bors | -4/+4 |
| 2022-08-23 | Update cargo | Eric Huss | -4/+4 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -40/+353 |
| 2022-08-23 | Auto merge of #100675 - Xiretza:fluent-mandate-crate-prefix, r=davidtwco | bors | -31/+82 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -226/+1264 |
| 2022-08-23 | Auto merge of #100920 - Dylan-DPC:rollup-vlcw3sr, r=Dylan-DPC | bors | -622/+509 |
| 2022-08-23 | Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc... | Dylan DPC | -21/+21 |
| 2022-08-23 | Rollup merge of #100907 - Nilstrieb:unrachable-typo-lol, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-08-23 | Rollup merge of #100857 - camsteffen:query-parse-refactor, r=davidtwco | Dylan DPC | -260/+125 |
| 2022-08-23 | Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-dead | Dylan DPC | -65/+84 |
| 2022-08-23 | Rollup merge of #100835 - devnexen:listener_followups, r=devnexen | Dylan DPC | -4/+2 |
| 2022-08-23 | Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwco | Dylan DPC | -11/+35 |
| 2022-08-23 | Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr | Dylan DPC | -12/+11 |
| 2022-08-23 | Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiyn | Dylan DPC | -30/+96 |
| 2022-08-23 | Rollup merge of #99249 - cjgillot:no-reparse-fn, r=fee1-dead | Dylan DPC | -218/+134 |
| 2022-08-23 | Auto merge of #100782 - thomcc:fix-android-sigaddset, r=Mark-Simulacrum | bors | -3/+23 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -19/+17 |
| 2022-08-23 | Add some useful comments to `LitKind`. | Nicholas Nethercote | -2/+4 |
| 2022-08-23 | Fix typo in UnreachableProp | nils | -1/+1 |
| 2022-08-23 | Auto merge of #100904 - matthiaskrgr:rollup-z3yzivj, r=matthiaskrgr | bors | -111/+403 |
| 2022-08-23 | Rollup merge of #100893 - thinety:master, r=scottmcm | Matthias Krüger | -5/+2 |
| 2022-08-23 | Rollup merge of #100887 - eholk:codegen_call_terminator-cleanup, r=fee1-dead | Matthias Krüger | -47/+44 |
| 2022-08-23 | Rollup merge of #100862 - ehuss:tidy-crossbeam, r=Mark-Simulacrum | Matthias Krüger | -6/+3 |
| 2022-08-23 | Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk | Matthias Krüger | -7/+53 |
| 2022-08-23 | Rollup merge of #100832 - ehuss:bootstrap-cleanup, r=jyn514 | Matthias Krüger | -27/+14 |
| 2022-08-23 | Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino | Matthias Krüger | -15/+26 |
| 2022-08-23 | Rollup merge of #100641 - corwinkuiper:add-armv4t-target, r=oli-obk | Matthias Krüger | -0/+2 |
| 2022-08-23 | Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite... | Matthias Krüger | -2/+233 |
| 2022-08-23 | Rollup merge of #100382 - jackh726:gat-self-outlives-input, r=compiler-errors | Matthias Krüger | -2/+26 |
| 2022-08-23 | Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTh... | bors | -674/+605 |
| 2022-08-22 | Auto merge of #99963 - cjgillot:iter-submodule, r=compiler-errors | bors | -19/+13 |
| 2022-08-22 | Remove out-of-context comment in `mem::MaybeUninit` documentation | Thiago Trannin | -5/+2 |
| 2022-08-23 | Mark suggestion as MaybeIncorrect. | Camille GILLOT | -1/+1 |
| 2022-08-23 | Remove FnItemRibKind. | Camille GILLOT | -27/+10 |
| 2022-08-23 | Remove generate_fn_name_span and generate_local_type_param_snippet. | Camille GILLOT | -87/+0 |
| 2022-08-23 | Do not call generate_fn_name_span in typeck. | Camille GILLOT | -9/+7 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -81/+90 |
| 2022-08-23 | Create specific ConstantHasGenerics for ConstantItemRibKind. | Camille GILLOT | -18/+31 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -226/+1264 |
| 2022-08-22 | Auto merge of #99762 - Nilstrieb:unreachable-prop, r=oli-obk | bors | -181/+315 |
| 2022-08-22 | Refactor part of codegen_call_terminator | Eric Holk | -47/+44 |
| 2022-08-22 | Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPC | bors | -425/+1050 |
| 2022-08-22 | Migrate rustc_plugin_impl to SessionDiagnostic | Peter Medus | -11/+35 |
| 2022-08-22 | net listen backlog update, follow-up from #97963. | David CARLIER | -4/+2 |
| 2022-08-22 | Rollup merge of #100872 - JanBeh:PR_vec_default_alloc_doc, r=fee1-dead | Dylan DPC | -0/+2 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -8/+10 |
| 2022-08-22 | Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank | Dylan DPC | -282/+596 |
| 2022-08-22 | Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obk | Dylan DPC | -2/+39 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -6/+12 |