]> git.lizzy.rs Git - rust.git/history - compiler/rustc_codegen_gcc
Auto merge of #95068 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=davidtwco
[rust.git] / compiler / rustc_codegen_gcc /
2022-03-18 borsAuto merge of #95067 - nnethercote:parse_tt-more-refact...
2022-03-18 borsAuto merge of #95065 - matthiaskrgr:rollup-75i6oz5...
2022-03-18 Matthias KrügerRollup merge of #95047 - TaKO8Ki:remove-unnecessary...
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-17 Dylan DPCRollup merge of #95000 - fee1-dead:fee1-dead-patch...
2022-03-17 Dylan DPCRollup merge of #94731 - TaKO8Ki:const-generic-expr...
2022-03-17 Dylan DPCRollup merge of #94698 - WaffleLapkin:simplify-copy...
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 Dylan DPCRollup merge of #93745 - tarcieri:stabilize-adx, r...
2022-03-17 Dylan DPCRollup merge of #91133 - terrarier2111:unsafe-diagnosti...
2022-03-16 Dylan DPCRollup merge of #94957 - iamzhangyong:explanation-read_...
2022-03-16 Dylan DPCRollup merge of #94955 - TaKO8Ki:use-format-args-captur...
2022-03-16 Dylan DPCRollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC
2022-03-15 borsAuto merge of #94925 - lcnr:relax-sus-auto-impls, r...
2022-03-15 borsAuto merge of #94973 - GuillaumeGomez:more-gui-tests...
2022-03-15 Matthias KrügerRollup merge of #94958 - est31:pluralize, r=oli-obk
2022-03-15 Matthias KrügerRollup merge of #94956 - martingms:fix-fixme-comment...
2022-03-15 Matthias KrügerRollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk
2022-03-15 Matthias KrügerRollup merge of #94810 - michaelwoerister:fix-trait...
2022-03-15 borsAuto merge of #94928 - lcnr:inline-as_substs, r=michael...
2022-03-15 borsAuto merge of #94261 - michaelwoerister:debuginfo-types...
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-14 Matthias KrügerRollup merge of #94670 - xFrednet:rfc-2383-expect-impl...
2022-03-14 Matthias KrügerRollup merge of #93977 - compiler-errors:sized-generic...
2022-03-14 Matthias KrügerRollup merge of #90621 - adamgemmell:dev/stabilise...
2022-03-14 borsAuto merge of #93749 - ridwanabdillahi:riscv32im_suppor...
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-14 borsAuto merge of #94139 - est31:let_else_rustdoc, r=notriddle
2022-03-13 borsAuto merge of #94832 - jonhoo:default-static, r=Mark...
2022-03-13 Matthias KrügerRollup merge of #94816 - WaffleLapkin:atomic_get_mut_sl...
2022-03-13 Matthias KrügerRollup merge of #94777 - lancethepants:armv7-unknown...
2022-03-13 borsAuto merge of #94738 - Urgau:rustbuild-check-cfg-values...
2022-03-13 borsAuto merge of #94704 - Kobzol:llvm-pgo-update-suite...
2022-03-13 borsAuto merge of #94320 - GuillaumeGomez:sidebar-display...
2022-03-13 borsAuto merge of #94862 - pierwill:bootstrap-useless,...
2022-03-13 borsAuto merge of #94898 - RalfJung:miri, r=RalfJung
2022-03-13 Jubilee YoungSync portable-simd to rust-lang/portable-simd@72df4c450...
2022-03-12 Matthias KrügerRollup merge of #94886 - GuillaumeGomez:update-browser...
2022-03-12 Matthias KrügerRollup merge of #94867 - notriddle:notriddle/i32-count...
2022-03-12 borsAuto merge of #94865 - notriddle:notriddle/single-colon...
2022-03-12 borsAuto merge of #94711 - ouz-a:master3, r=oli-obk
2022-03-12 borsAuto merge of #94873 - DrMeepster:box_alloc_ice3, r...
2022-03-12 borsAuto merge of #94870 - notriddle:notriddle/filter-regre...
2022-03-12 borsAuto merge of #94875 - matthiaskrgr:rollup-tq1li2d...
2022-03-12 Matthias KrügerRollup merge of #94150 - Enselic:synthetic-generic...
2022-03-12 borsAuto merge of #94733 - nnethercote:fix-AdtDef-interning...
2022-03-11 Dylan DPCRollup merge of #94839 - TaKO8Ki:suggest-using-double...
2022-03-11 Dylan DPCRollup merge of #87618 - GuillaumeGomez:std-char-types...
2022-03-11 borsAuto merge of #90253 - Kobzol:hash-stable-sort-index...
2022-03-11 Dylan DPCRollup merge of #93283 - m1guelperez:master, r=Mark...
2022-03-11 borsAuto merge of #94304 - notriddle:notriddle/buffer-args...
2022-03-11 Dylan DPCRollup merge of #94356 - Thomasdezeeuw:stabilize_unix_s...
2022-03-11 Dylan DPCRollup merge of #93293 - nvzqz:nonzero-min-max, r=josht...
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-10 Matthias KrügerRollup merge of #94740 - GuillaumeGomez:unify-impl...
2022-03-10 Matthias KrügerRollup merge of #94587 - JKAnderson409:issue-90107...
2022-03-10 Matthias KrügerRollup merge of #94440 - compiler-errors:issue-94282...
2022-03-10 Matthias KrügerRollup merge of #94746 - notriddle:notriddle/method...
2022-03-10 Matthias KrügerRollup merge of #94657 - fee1-dead:const_slice_index...
2022-03-10 Matthias KrügerRollup merge of #94635 - jhpratt:merge-deprecated-attrs...
2022-03-09 Matthias KrügerRollup merge of #93057 - frengor:iter_collect_into...
2022-03-09 Matthias KrügerRollup merge of #92541 - asquared31415:from-docs, r...
2022-03-09 Matthias KrügerRollup merge of #91804 - woppopo:const_clone, r=oli-obk
2022-03-09 borsAuto merge of #94515 - estebank:tweak-move-error, r...
2022-03-09 Dylan DPCRollup merge of #94699 - ssomers:btree_prune_insert...
2022-03-09 Dylan DPCRollup merge of #94686 - ChayimFriedman2:issue-94629...
2022-03-09 Dylan DPCRollup merge of #94583 - dtolnay:fuchsia, r=Mark-Simulacrum
2022-03-09 Dylan DPCRollup merge of #94312 - pierwill:fix-94311-lattice...
2022-03-08 Dylan DPCRollup merge of #94689 - compiler-errors:on-unimplement...
2022-03-08 borsAuto merge of #94702 - b-naber:static-refs-mir, r=lcnr
2022-03-08 Matthias KrügerRollup merge of #94708 - notriddle:notriddle/cargo...
2022-03-08 Matthias KrügerRollup merge of #94586 - sunfishcode:sunfishcode/io...
2022-03-08 Matthias KrügerRollup merge of #94580 - xFrednet:55112-only-reason...
2022-03-08 Matthias KrügerRollup merge of #94559 - m-ou-se:thread-scope-spawn...
2022-03-08 Matthias KrügerRollup merge of #92385 - clarfonthey:const_option,...
2022-03-07 borsAuto merge of #94709 - martingms:link-to-chunked-opt...
2022-03-07 borsAuto merge of #94706 - matthiaskrgr:rollup-l5erynr...
2022-03-07 Matthias KrügerRollup merge of #94700 - GuillaumeGomez:update-minifier...
2022-03-07 Matthias KrügerRollup merge of #94696 - GuillaumeGomez:align-line...
2022-03-07 Matthias KrügerRollup merge of #93350 - gburgessiv:master, r=Mark...
2022-03-07 borsAuto merge of #94690 - nnethercote:clarify-Layout-inter...
2022-03-07 Matthias KrügerRollup merge of #94688 - compiler-errors:free-regions...
2022-03-07 Matthias KrügerRollup merge of #94685 - RalfJung:saturating, r=oli-obk
2022-03-07 Matthias KrügerRollup merge of #94614 - pierwill:localexpnid-noord...
2022-03-07 Matthias KrügerRollup merge of #94553 - lcnr:add-tests, r=Dylan-DPC
2022-03-07 Matthias KrügerRollup merge of #94684 - compiler-errors:gat-anon-late...
2022-03-07 Matthias KrügerRollup merge of #94681 - RalfJung:miri-cast, r=oli-obk
2022-03-07 Matthias KrügerRollup merge of #94676 - TaKO8Ki:remove-unnecessary...
2022-03-07 Matthias KrügerRollup merge of #94636 - compiler-errors:issue-94599...
2022-03-07 borsAuto merge of #94272 - tavianator:readdir-reclen-for...
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-07 borsAuto merge of #94638 - erikdesjardins:noextranull,...
2022-03-06 borsAuto merge of #94597 - nnethercote:ConstAllocation...
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-06 Erik Desjardinscleanup: remove unused ability to have LLVM null-termin...
2022-03-06 Matthias KrügerRollup merge of #93412 - fee1-dead:improve-rustdoc...
2022-03-06 borsAuto merge of #93805 - petrochenkov:doclinkself, r...
2022-03-05 Ralf JungRollup merge of #94642 - GuillaumeGomez:source-code...
2022-03-05 Ralf JungRollup merge of #94633 - TaKO8Ki:suggest-removing-semic...
next