]> git.lizzy.rs Git - rust.git/history - src/librustc_codegen_llvm/context.rs
Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-Simulacrum
[rust.git] / src / librustc_codegen_llvm / context.rs
2020-06-11 Dylan DPCRollup merge of #72180 - euclio:rustdoc-test-extra...
2020-06-11 Dylan DPCRollup merge of #72380 - lcnr:const_context, r=estebank
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-08 Ralf JungRollup merge of #72026 - botika:master, r=estebank
2020-06-06 Ralf JungRollup merge of #71796 - RalfJung:from-secs, r=nikomatsakis
2020-06-05 Dylan DPCRollup merge of #72260 - csmoe:issue-69276, r=estebank
2020-05-31 borsAuto merge of #72116 - petrhosek:fuchsia-ld-flags,...
2020-05-30 Ralf JungRollup merge of #72773 - Rantanen:is_char_boundary...
2020-05-30 Ralf JungRollup merge of #72607 - Amanieu:fix-72570, r=oli-obk
2020-05-30 Ralf JungRollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72368 - CAD97:rangeto, r=dtolnay
2020-05-30 Yuki OkushiRollup merge of #72033 - XAMPPRocky:relnotes-1.44.0...
2020-05-29 Ralf JungRollup merge of #72413 - CAD97:char-range, r=dtolnay
2020-05-29 Ralf JungRollup merge of #72407 - Lucretiel:ipv6-display, r...
2020-05-29 Ralf JungRollup merge of #72103 - lcnr:borrowck-localdefid,...
2020-05-29 Ralf JungRollup merge of #71804 - petrochenkov:static-pie, r...
2020-05-29 Ralf JungRollup merge of #71095 - pickfire:box-from-array, r...
2020-05-29 Dylan DPCRollup merge of #72568 - golddranks:add_total_cmp_to_fl...
2020-05-29 Dylan DPCRollup merge of #72383 - DarkEld3r:issue-72322, r=matth...
2020-05-29 Dylan DPCRollup merge of #72310 - jyn514:peekable-next-if, r...
2020-05-29 Yuki OkushiRollup merge of #72495 - GuillaumeGomez:cleanup-e0601...
2020-05-29 Yuki OkushiRollup merge of #72452 - Lucretiel:precision-doc, r...
2020-05-29 Yuki OkushiRollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay
2020-05-29 Yuki OkushiRollup merge of #72288 - vorner:stabilize-weak-into...
2020-05-29 Yuki OkushiRollup merge of #71843 - sfackler:cas-loop-cleanup...
2020-05-29 Yuki OkushiRollup merge of #71633 - a1phyr:infallible_error, r...
2020-05-29 Dylan DPCRollup merge of #72605 - GuillaumeGomez:cleanup-e0617...
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-29 Dylan DPCRollup merge of #72239 - hch12907:master, r=dtolnay
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-27 borsAuto merge of #71996 - Marwes:detach_undo_log, r=nikoma...
2020-05-27 Dylan DPCRollup merge of #72606 - GuillaumeGomez:cell-example...
2020-05-27 Dylan DPCRollup merge of #72548 - rossmacarthur:add-mcve-for...
2020-05-27 Dylan DPCRollup merge of #72533 - Diggsey:db-fix-arc-ub2, r...
2020-05-27 Dylan DPCRollup merge of #72348 - chrissimpkins:fix-72253, r...
2020-05-26 Dylan DPCRollup merge of #72401 - ecstatic-morse:issue-72394...
2020-05-26 borsAuto merge of #71900 - GuillaumeGomez:clean-up-rustdoc...
2020-05-25 Dylan DPCRollup merge of #72451 - ecstatic-morse:nrvo-type-misma...
2020-05-25 Dylan DPCRollup merge of #72450 - csmoe:issue-72442, r=oli-obk
2020-05-25 Dylan DPCRollup merge of #72061 - lcnr:const-inference-test...
2020-05-25 Dylan DPCRollup merge of #72567 - GuillaumeGomez:cleanup-e0608...
2020-05-25 Dylan DPCRollup merge of #72308 - Aaron1011:fix/hygiene-error...
2020-05-25 Dylan DPCRollup merge of #72153 - lcnr:exhaustively-match, r...
2020-05-25 borsAuto merge of #72354 - tamird:remove-copyright, r=Mark...
2020-05-25 Ralf JungRollup merge of #72537 - Amanieu:fix-asm-liveness,...
2020-05-25 Ralf JungRollup merge of #71940 - SimonSapin:nonnull-slice,...
2020-05-25 borsAuto merge of #72472 - LeSeulArtichaut:sync-command...
2020-05-24 Ralf JungRollup merge of #72530 - GuillaumeGomez:cleanup-e0602...
2020-05-24 Ralf JungRollup merge of #72402 - marmeladema:resolver-outputs...
2020-05-24 Ralf JungRollup merge of #72393 - Aaron1011:feature/rewrite...
2020-05-24 Ralf JungRollup merge of #72284 - Aaron1011:feature/inline-macro...
2020-05-24 Ralf JungRollup merge of #72388 - Aaron1011:fix/deep-tokenstream...
2020-05-24 borsAuto merge of #72362 - matthewjasper:remove-rescope...
2020-05-23 Dylan DPCRollup merge of #72489 - nbdd0121:issue-72487, r=Amanieu
2020-05-23 Dylan DPCRollup merge of #72400 - Aaron1011:fix/asm-incr-ice...
2020-05-23 Dylan DPCRollup merge of #72092 - workingjubilee:patch-2, r...
2020-05-23 Dylan DPCRollup merge of #71618 - ecstatic-morse:issue-71394...
2020-05-23 borsAuto merge of #72474 - mati865:ci-fix, r=pietroalbini
2020-05-23 Dylan DPCRollup merge of #72446 - dtolnay:ord, r=petrochenkov
2020-05-23 Dylan DPCRollup merge of #72431 - RalfJung:ub-warning, r=shepmaster
2020-05-23 Dylan DPCRollup merge of #72292 - ldm0:derefsteps, r=estebank
2020-05-23 borsAuto merge of #72478 - Dylan-DPC:rollup-vval8du, r...
2020-05-23 borsAuto merge of #72256 - ecstatic-morse:once-cell, r...
2020-05-22 Dylan MacKenzieUse `OnceCell` instead of `Once`
2020-05-22 Dylan DPCRollup merge of #72461 - GuillaumeGomez:cleanup-e0600...
2020-05-22 Dylan DPCRollup merge of #72459 - yoshuawuyts:into-future, r...
2020-05-22 Dylan DPCRollup merge of #72453 - dtolnay:open, r=Mark-Simulacrum
2020-05-22 Dylan DPCRollup merge of #72395 - Elinvynia:highfive, r=Mark...
2020-05-22 Dylan DPCRollup merge of #72385 - spastorino:add-exclude-labels...
2020-05-22 Dylan DPCRollup merge of #72375 - GuillaumeGomez:cleanup-e0599...
2020-05-22 Dylan DPCRollup merge of #71289 - xliiv:70802-intra-self, r...
2020-05-22 borsAuto merge of #72464 - RalfJung:rollup-xhm7w7u, r=RalfJung
2020-05-22 Ralf JungRollup merge of #72435 - petrochenkov:cratetypesopt...
2020-05-22 Ralf JungRollup merge of #72376 - wesleywiser:record_cgu_name...
2020-05-22 Ralf JungRollup merge of #71829 - kper:issue71136, r=matthewjasper
2020-05-22 Ralf JungRollup merge of #71607 - RalfJung:pin-drop-panic, r...
2020-05-21 Vadim Petrochenkovrustllvm: Fix warnings about unused function parameters
2020-05-19 borsAuto merge of #71447 - cuviper:unsized_cow, r=dtolnay
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-16 Dylan DPCRollup merge of #71625 - Diggsey:improve-manually-drop...
2020-05-16 Dylan DPCRollup merge of #71677 - Mark-Simulacrum:hasher-docs...
2020-05-16 Dylan DPCRollup merge of #71662 - glandium:osstring_from_str...
2020-05-15 borsAuto merge of #69659 - CAD97:step-rework-take-3, r...
2020-05-14 Dylan DPCRollup merge of #71809 - marmeladema:fix-issue-71104...
2020-05-14 borsAuto merge of #71321 - matthewjasper:alloc-min-spec...
2020-05-14 Ralf JungRollup merge of #71525 - ldm0:intosug, r=Mark-Simulacrum
2020-05-13 borsAuto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakis
2020-05-12 Dylan DPCRollup merge of #71737 - RalfJung:miri-test-threads...
2020-05-11 flip1995Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5...
2020-05-10 borsAuto merge of #71557 - matthewjasper:mir-asymmetric...
2020-05-09 borsAuto merge of #69530 - Aaron1011:perf/skip-coerce-var...
2020-05-09 Ralf JungRollup merge of #71234 - maurer:init-array, r=cuviper
2020-05-09 Dylan DPCRollup merge of #70834 - yoshuawuyts:future-pending...
2020-05-08 Dylan DPCRollup merge of #71710 - workingjubilee:jubilee-readd...
2020-05-08 Dylan DPCRollup merge of #71581 - GuillaumeGomez:unify-lints...
2020-05-07 Dylan DPCRollup merge of #70733 - yoshuawuyts:arc-increment...
2020-05-07 borsAuto merge of #71649 - ecstatic-morse:ci-stage0-doc...
2020-05-07 borsAuto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk
2020-05-06 Dylan DPCRollup merge of #71918 - GuillaumeGomez:rename-methods...
2020-05-06 Dylan DPCRollup merge of #71731 - mark-i-m:guide-toolstate-off...
next