about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-31Auto merge of #101225 - matthiaskrgr:rollup-9s1chas, r=matthiaskrgrbors-922/+1639
2022-08-31Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwcoMatthias Krüger-33/+52
2022-08-31Rollup merge of #101171 - thomcc:fix-winfs-ub, r=ChrisDentonMatthias Krüger-28/+55
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-416/+609
2022-08-31Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d...Matthias Krüger-3/+20
2022-08-31Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkovMatthias Krüger-5/+47
2022-08-31Rollup merge of #101011 - BlackHoleFox:apple-random-improvements, r=thomccMatthias Krüger-38/+56
2022-08-31Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-SimulacrumMatthias Krüger-33/+52
2022-08-31Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwcoMatthias Krüger-366/+748
2022-08-31Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitorbors-977/+2552
2022-08-31Rollup merge of #101219 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2022-08-31Rollup merge of #101200 - nikic:issue-85872, r=compiler-errorsYuki Okushi-0/+20
2022-08-31Rollup merge of #101197 - lnicola:rust-analyzer-2022-08-30, r=lnicolaYuki Okushi-845/+1985
2022-08-31Rollup merge of #101193 - thomcc:win-stdio-nozero, r=ChrisDentonYuki Okushi-14/+27
2022-08-31Rollup merge of #101192 - TaKO8Ki:remove-path-string, r=compiler-errorsYuki Okushi-13/+13
2022-08-31Rollup merge of #101159 - tspiteri:track-const-slice-split_at, r=Mark-SimulacrumYuki Okushi-1/+1
2022-08-31Rollup merge of #101088 - nicholasbishop:bishop-uefi-pdb, r=davidtwcoYuki Okushi-3/+3
2022-08-31Rollup merge of #100927 - andrewpollack:fuchsia-docs-rustup, r=tmandryYuki Okushi-97/+426
2022-08-31Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplettYuki Okushi-1/+22
2022-08-31Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddleYuki Okushi-3/+55
2022-08-30Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obkbors-208/+301
2022-08-30Update booksEric Huss-0/+0
2022-08-30Update src/doc/rustc/src/platform-support/fuchsia.mdandrewpollack-1/+1
2022-08-30Update src/doc/rustc/src/platform-support/fuchsia.mdandrewpollack-1/+1
2022-08-30Adding new Fuchsia rustup docs... reworking walkthroughAndrew Pollack-96/+425
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-19/+81
2022-08-30Auto merge of #101203 - fortanix:raoul/remove_rls_from_git_submodule_update, ...bors-1/+0
2022-08-30Auto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r=Dylan-DPCbors-206/+501
2022-08-30Avoid bootstrap from updating rls submoduleRaoul Strackx-1/+0
2022-08-30Avoid `MaybeUninit::uninit_array()`Thom Chiovoloni-4/+4
2022-08-30Add test for issue #85872Nikita Popov-0/+20
2022-08-30Change fatal diagnostic to an error.JeanCASPAR-1/+7
2022-08-30Fix UB in Windows `DirBuffIter` (provenance and alignment)Thom Chiovoloni-7/+10
2022-08-30:arrow_up: rust-analyzerLaurențiu Nicola-845/+1985
2022-08-30Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obkDylan DPC-11/+130
2022-08-30Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyoDylan DPC-170/+177
2022-08-30Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnrDylan DPC-14/+125
2022-08-30Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obkDylan DPC-3/+48
2022-08-30Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errorsDylan DPC-8/+21
2022-08-30Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiserbors-30/+18
2022-08-30Rework SessionSubdiagnostic derive to support multipart_suggestionXiretza-267/+672
2022-08-30Avoid zeroing large stack buffers in stdio on WindowsThom Chiovoloni-14/+27
2022-08-30remove path stringTakayuki Maeda-13/+13
2022-08-30Simplify pass manager's `run_passes` logicJakob Degen-29/+19
2022-08-30Refactor MIR phasesJakob Degen-180/+283
2022-08-30Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPCbors-994/+1304
2022-08-30Replace `AlignedAs` with a more specific `Align8` typeThom Chiovoloni-52/+20
2022-08-30Unify indentation in subdiagnostic-derive testXiretza-16/+16
2022-08-30SessionSubdiagnostic: make `#[applicability]` optionalXiretza-55/+13
2022-08-30Use span_suggestion_with_style in SessionSubdiagnostic deriveXiretza-39/+65