]> git.lizzy.rs Git - rust.git/history - compiler/rustc_codegen_cranelift/src/driver/mod.rs
Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnay
[rust.git] / compiler / rustc_codegen_cranelift / src / driver / mod.rs
2021-03-30 Dylan DPCRollup merge of #83579 - RalfJung:ptr-arithmetic, r...
2021-03-30 Dylan DPCRollup merge of #83571 - a1phyr:feature_const_slice_fir...
2021-03-30 Dylan DPCRollup merge of #83568 - RalfJung:uninit_array, r=dtolnay
2021-03-30 borsAuto merge of #83357 - saethlin:vec-reserve-inlining...
2021-03-29 Dylan DPCRollup merge of #83644 - lnicola:rust-analyzer-2021...
2021-03-29 Dylan DPCRollup merge of #83643 - JohnTitor:is-freeze-no-longer...
2021-03-29 Dylan DPCRollup merge of #83636 - JohnTitor:const-generics-defua...
2021-03-29 Dylan DPCRollup merge of #83543 - camelid:lint-unknown-disambigu...
2021-03-29 Dylan DPCRollup merge of #83374 - reyk:fix/bsd-ancillary, r...
2021-03-29 Dylan DPCRollup merge of #83130 - clarfonthey:escape, r=m-ou-se
2021-03-29 Dylan DPCRollup merge of #82331 - frol:feat/std-binary-heap...
2021-03-29 borsAuto merge of #82864 - jyn514:short-circuit, r=Guillaum...
2021-03-29 borsAuto merge of #83185 - jyn514:remove-dead-code, r=oli-obk
2021-03-29 borsAuto merge of #80839 - tblah:riscv64linux_links, r...
2021-03-29 borsAuto merge of #83609 - klensy:c-str, r=m-ou-se
2021-03-29 borsAuto merge of #83637 - bjorn3:sync_cg_clif-2021-03...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-28 borsAuto merge of #81728 - Qwaz:fix-80335, r=joshtriplett
2021-03-28 borsAuto merge of #81354 - SkiFire13:binary-search-assume...
2021-03-27 Yuki OkushiRollup merge of #79399 - pickfire:patch-3, r=JohnTitor
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-23 Yuki OkushiRollup merge of #82732 - GuillaumeGomez:remove-theme...
2021-03-23 Yuki OkushiRollup merge of #81917 - rust-lang:relnotes-1.51.0...
2021-03-22 Dylan DPCRollup merge of #82683 - jturner314:int-div-rem-doc...
2021-03-22 Dylan DPCRollup merge of #82374 - clehner:licenses, r=joshtriplett
2021-03-22 borsAuto merge of #82680 - jturner314:div_euclid-docs,...
2021-03-22 borsAuto merge of #82855 - jyn514:no-temporaries, r=Guillau...
2021-03-22 Dylan DPCRollup merge of #82771 - emilio:iter-mut-as-slice,...
2021-03-22 Dylan DPCRollup merge of #82686 - CDirkx:unix-platform, r=m...
2021-03-22 Dylan DPCRollup merge of #82554 - SkiFire13:fix-string-retain...
2021-03-22 Dylan DPCRollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnay
2021-03-22 Dylan DPCRollup merge of #80193 - zseri:stabilize-osstring-ascii...
2021-03-21 Dylan DPCRollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk
2021-03-19 Dylan DPCRollup merge of #82570 - WaffleLapkin:split_whitespace_...
2021-03-19 Dylan DPCRollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett
2021-03-19 borsAuto merge of #82754 - rylev:rusage-windows, r=pnkfelix
2021-03-19 borsAuto merge of #71780 - jcotton42:string_remove_matches...
2021-03-17 Dylan DPCRollup merge of #82434 - jyn514:hash, r=JohnTitor
2021-03-17 Dylan DPCRollup merge of #82270 - asquared31415:asm-syntax-direc...
2021-03-17 borsAuto merge of #81358 - mcastorina:to-upper-lower-speed...
2021-03-17 Yuki OkushiRollup merge of #82826 - pierwill:fix-IPv, r=JohnTitor
2021-03-16 Yuki OkushiRollup merge of #81822 - Kixunil:path_try_exists, r...
2021-03-15 SoveuMerge branch 'master' into dedup
2021-03-14 Yuki OkushiRollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelix
2021-03-14 Yuki OkushiRollup merge of #82798 - jyn514:rustdoc-group, r=Manish...
2021-03-14 Yuki OkushiRollup merge of #82789 - csmoe:issue-82772, r=estebank
2021-03-14 Yuki OkushiRollup merge of #82121 - lopopolo:pathbuf-osstring...
2021-03-14 Yuki OkushiRollup merge of #81465 - joshtriplett:duration-formatti...
2021-03-13 borsAuto merge of #83069 - tgnottingham:simplify-query...
2021-03-13 borsAuto merge of #82878 - sexxi-goose:repr_packed, r=nikom...
2021-03-13 borsAuto merge of #82760 - WaffleLapkin:unleak_extend_from_...
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-12 borsAuto merge of #82422 - petrochenkov:allunst, r=oli-obk
2021-03-11 Yuki OkushiRollup merge of #82571 - aDotInTheVoid:reexport-tests...
2021-03-11 Yuki OkushiRollup merge of #80385 - camelid:clarify-cell-replace...
2021-03-11 borsAuto merge of #82417 - the8472:fix-copy_file_range...
2021-03-11 borsAuto merge of #82641 - camelid:lang-item-docs, r=jyn514
2021-03-10 Dylan DPCRollup merge of #82807 - notriddle:cleanup-js, r=jyn514
2021-03-10 Dylan DPCRollup merge of #82217 - m-ou-se:edition-prelude, r...
2021-03-10 Dylan DPCRollup merge of #81309 - lcnr:lazy-norm-err-msgh, r...
2021-03-09 Yuki OkushiRollup merge of #82802 - jyn514:build-rustdoc-fullmake...
2021-03-09 Yuki OkushiRollup merge of #82733 - Yn0ga:master, r=estebank
2021-03-09 Yuki OkushiRollup merge of #82411 - ijackson:fix-exitstatus, r...
2021-03-09 Yuki OkushiRollup merge of #79208 - LeSeulArtichaut:stable-unsafe_...
2021-03-09 Mara BosRollup merge of #82887 - henryboisdequin:improve-contri...
2021-03-09 Mara BosRollup merge of #82841 - hvdijk:x32, r=joshtriplett
2021-03-09 Mara BosRollup merge of #82799 - bugadani:codegen-tests, r...
2021-03-09 Mara BosRollup merge of #82731 - de-vri-es:bump-libc-for-std...
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-09 Mara BosRollup merge of #81879 - imbrem:make-reverse-repr-trans...
2021-03-09 Mara BosRollup merge of #81127 - hanmertens:binary_heap_sift_do...
2021-03-09 borsAuto merge of #82356 - camelid:render-cleanup, r=Guilla...
2021-03-08 Mara BosRollup merge of #82870 - jfrimmel:improve-docs, r=jyn514
2021-03-08 Mara BosRollup merge of #82854 - estebank:issue-82827, r=oli-obk
2021-03-08 Mara BosRollup merge of #82829 - JohnTitor:handle-neg-val,...
2021-03-08 Mara BosRollup merge of #82810 - amaurremi:source-based-coverag...
2021-03-08 Mara BosRollup merge of #82767 - GuillaumeGomez:update-minifier...
2021-03-08 Mara BosRollup merge of #82711 - notriddle:string-cow-docs...
2021-03-08 Dylan DPCRollup merge of #82857 - pierwill:edit-ast-lowering...
2021-03-08 Dylan DPCRollup merge of #82755 - osa1:confirm_builtin_call_refa...
2021-03-08 Dylan DPCRollup merge of #82684 - tmiasko:dest-prop, r=jonas...
2021-03-08 Dylan DPCRollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011
2021-03-08 Dylan DPCRollup merge of #82642 - sfackler:jemalloc-zone, r...
2021-03-08 Dylan DPCRollup merge of #82613 - CraftSpider:fix-de, r=aDotInTh...
2021-03-08 Dylan DPCRollup merge of #82557 - rylev:natvis-improvements...
2021-03-08 Dylan DPCRollup merge of #82415 - petrochenkov:modin3, r=davidtwco
2021-03-08 Dylan DPCRollup merge of #82047 - the8472:fast-rename, r=davidtwco
2021-03-08 borsAuto merge of #82783 - nikic:llvm-ct-backports, r=nagisa
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-07 borsAuto merge of #81635 - michaelwoerister:structured_def_...
2021-03-07 borsAuto merge of #82285 - nhwn:nonzero-debug, r=nagisa
2021-03-07 borsAuto merge of #82851 - JohnTitor:rollup-me5ko8g, r...
2021-03-07 Yuki OkushiRollup merge of #82837 - RalfJung:maybe-uninit, r=dtolnay
2021-03-07 Yuki OkushiRollup merge of #82822 - henryboisdequin:fix-typo-rustc...
2021-03-07 Yuki OkushiRollup merge of #82808 - bjorn3:sync_cg_clif-2021-03...
2021-03-07 Yuki OkushiRollup merge of #82720 - henryboisdequin:fix-79040...
2021-03-05 borsAuto merge of #74024 - Folyd:master, r=m-ou-se
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 MaraRollup merge of #81136 - Xavientois:io_reader_size_hint...
2021-03-03 borsAuto merge of #76345 - okready:sgx-mem-range-overflow...
next