| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwco | Matthias Krüger | -3/+22 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -276/+335 |
| 2022-08-31 | Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d... | Matthias Krüger | -3/+20 |
| 2022-08-31 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -3/+40 |
| 2022-08-31 | Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco | Matthias Krüger | -266/+456 |
| 2022-08-31 | Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitor | bors | -16/+16 |
| 2022-08-31 | Rollup merge of #101192 - TaKO8Ki:remove-path-string, r=compiler-errors | Yuki Okushi | -13/+13 |
| 2022-08-31 | Rollup merge of #101088 - nicholasbishop:bishop-uefi-pdb, r=davidtwco | Yuki Okushi | -3/+3 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -159/+233 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -0/+9 |
| 2022-08-30 | Auto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r=Dylan-DPC | bors | -198/+366 |
| 2022-08-30 | Change fatal diagnostic to an error. | JeanCASPAR | -1/+7 |
| 2022-08-30 | Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obk | Dylan DPC | -11/+71 |
| 2022-08-30 | Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo | Dylan DPC | -169/+177 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -14/+90 |
| 2022-08-30 | Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obk | Dylan DPC | -3/+14 |
| 2022-08-30 | Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errors | Dylan DPC | -1/+14 |
| 2022-08-30 | Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser | bors | -30/+17 |
| 2022-08-30 | Rework SessionSubdiagnostic derive to support multipart_suggestion | Xiretza | -219/+394 |
| 2022-08-30 | remove path string | Takayuki Maeda | -13/+13 |
| 2022-08-30 | Simplify pass manager's `run_passes` logic | Jakob Degen | -29/+19 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -131/+215 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -421/+444 |
| 2022-08-30 | SessionSubdiagnostic: make `#[applicability]` optional | Xiretza | -8/+4 |
| 2022-08-30 | Use span_suggestion_with_style in SessionSubdiagnostic derive | Xiretza | -39/+65 |
| 2022-08-30 | Code deduplication in tool_only_multipart_suggestion | Xiretza | -12/+5 |
| 2022-08-30 | Tweak WellFormedLocs a bit | Michael Goulet | -3/+22 |
| 2022-08-30 | Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki | Dylan DPC | -62/+14 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -306/+318 |
| 2022-08-30 | Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726 | Dylan DPC | -5/+12 |
| 2022-08-30 | Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillot | Dylan DPC | -24/+66 |
| 2022-08-30 | Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obk | Dylan DPC | -24/+34 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -9/+66 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -169/+148 |
| 2022-08-29 | Rollup merge of #101156 - Jarcho:remove_sync_lint_pass, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -84/+41 |
| 2022-08-29 | Rollup merge of #101141 - compiler-errors:get-trait-ref-is-a-misleading-name,... | Matthias Krüger | -11/+7 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -18/+11 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -53/+87 |
| 2022-08-29 | Point at the string inside literal and mention if we need string interpolation | Yiming Lei | -11/+71 |
| 2022-08-29 | Auto merge of #101152 - Dylan-DPC:rollup-v4iw8ux, r=Dylan-DPC | bors | -485/+241 |
| 2022-08-29 | Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors | nils | -1/+14 |
| 2022-08-29 | Migrate stable let_chains error to session diagnostics | Nilstrieb | -23/+14 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -9/+75 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -84/+41 |
| 2022-08-29 | Remove `Sync` requirement from lint pass objects as they are created on demand | Jason Newcomb | -3/+2 |
| 2022-08-29 | Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisa | Dylan DPC | -8/+10 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -1/+2 |
| 2022-08-29 | Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obk | Dylan DPC | -57/+62 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -419/+167 |