]> git.lizzy.rs Git - rust.git/history - src/librustc_codegen_llvm
Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb
[rust.git] / src / librustc_codegen_llvm /
2020-02-09 borsAuto merge of #68689 - estebank:where-clause-sugg-missi...
2020-02-09 borsAuto merge of #68376 - Centril:move-ref-patterns, r...
2020-02-08 Dylan DPCRollup merge of #68960 - eddyb:llvm-dbg-cleanup, r...
2020-02-08 Dylan DPCRollup merge of #68958 - GuillaumeGomez:clean-up-e0277...
2020-02-08 Dylan DPCRollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPC
2020-02-08 Dylan DPCRollup merge of #68857 - Marwes:allocations, r=matthewj...
2020-02-08 Dylan DPCRollup merge of #68834 - ssomers:btree_first_last_fix68...
2020-02-08 Dylan DPCRollup merge of #68718 - Aaron1011:move-def-hir-span...
2020-02-08 borsAuto merge of #68802 - eddyb:debuginfo-there-can-only...
2020-02-08 borsAuto merge of #68452 - msizanoen1:riscv-abi, r=nagisa...
2020-02-08 Eduard-Mihai Burtescurustc_codegen_ssa: remove unnecessary source_locations_...
2020-02-08 Eduard-Mihai Burtescurustc_codegen_llvm: remove InternalDebugLocation and...
2020-02-08 Eduard-Mihai Burtescurustc_codegen_llvm: remove unnecessary special-casing...
2020-02-08 Josh WhiteMerge branch 'master' of https://github.com/jwhite927...
2020-02-08 borsAuto merge of #68358 - matthewjasper:spec-fix, r=nikoma...
2020-02-07 borsAuto merge of #65232 - nikomatsakis:lazy-norm-anon...
2020-02-07 borsAuto merge of #68933 - Dylan-DPC:rollup-akz13kj, r...
2020-02-07 Dylan DPCRollup merge of #68928 - GuillaumeGomez:cleanup-e0276...
2020-02-07 Dylan DPCRollup merge of #68919 - Zoxc:ast-lifetime, r=nikomatsakis
2020-02-07 Dylan DPCRollup merge of #68910 - hanna-kruppe:master, r=Mark...
2020-02-07 Dylan DPCRollup merge of #68909 - tmandry:panic-abort-nocapture...
2020-02-07 Dylan DPCRollup merge of #68889 - Zoxc:hir-krate, r=eddyb
2020-02-07 Dylan DPCRollup merge of #68413 - XAMPPRocky:master, r=Mark...
2020-02-07 Dylan DPCRollup merge of #68164 - tmiasko:no-sanitize, r=nikomat...
2020-02-07 bjorn3Rustfmt
2020-02-06 Dylan DPCRollup merge of #68791 - mark-i-m:proper-linkcheck...
2020-02-06 Dylan DPCRollup merge of #68524 - jonas-schievink:generator...
2020-02-06 Dylan DPCRollup merge of #68869 - GuillaumeGomez:err-explanation...
2020-02-06 Dylan DPCRollup merge of #68837 - jonas-schievink:assoc-item...
2020-02-06 Eduard-Mihai Burtescurustc_codegen_llvm: always set AlwaysPreserve on all...
2020-02-06 borsAuto merge of #68664 - tspiteri:no_run-complete-build...
2020-02-05 Tomasz MiąskoApply LLVM sanitize attributes to generated entry wrapper
2020-02-05 Tomasz MiąskoSelectively disable sanitizer instrumentation
2020-02-05 borsAuto merge of #67429 - mati865:mingw-ultimate-fix,...
2020-02-05 Dylan DPCRollup merge of #68832 - GuillaumeGomez:clean-up-3...
2020-02-05 Dylan DPCRollup merge of #68790 - nnethercote:improve-merge_from...
2020-02-05 Dylan DPCRollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichton
2020-02-05 borsAuto merge of #68755 - Tyg13:update_stdarch, r=alexcrichton
2020-02-04 Dylan DPCRollup merge of #68819 - estebank:split_at_mut, r=oli-obk
2020-02-04 Dylan DPCRollup merge of #68818 - matthiaskrgr:misc_perf, r...
2020-02-04 Dylan DPCRollup merge of #68815 - matthiaskrgr:redundant_imports...
2020-02-04 Dylan DPCRollup merge of #68810 - ollie27:once_with_copy, r...
2020-02-04 Dylan DPCRollup merge of #68805 - matthiaskrgr:cleanup_bootstrap...
2020-02-04 Dylan DPCRollup merge of #68758 - daboross:fix-59191, r=petrochenkov
2020-02-04 Dylan DPCRollup merge of #68282 - tmiasko:sanitizer-example...
2020-02-04 borsAuto merge of #68558 - HeroicKatora:buf-writer-capacity...
2020-02-04 bjorn3Remove unused feature gates from cg_llvm
2020-02-04 borsAuto merge of #68377 - estebank:fn-obligations-spans...
2020-02-04 borsAuto merge of #68708 - Mark-Simulacrum:stage0-step...
2020-02-04 borsAuto merge of #68804 - ecstatic-morse:qualif-cursor...
2020-02-04 borsAuto merge of #68601 - 0dvictor:split, r=tmandry
2020-02-04 Victor DingSplit `join_codegen_and_link()` into two steps
2020-02-03 borsAuto merge of #67668 - matthewjasper:or-patterns, r...
2020-02-03 Dylan DPCRollup merge of #68800 - JohnTitor:stabilize-once-with...
2020-02-03 Dylan DPCRollup merge of #68798 - Centril:caller-loc-ctfe-rt...
2020-02-03 Dylan DPCRollup merge of #68797 - GuillaumeGomez:link-to-types...
2020-02-03 Dylan DPCRollup merge of #68787 - amosonn:patch-1, r=nagisa
2020-02-03 Dylan DPCRollup merge of #68777 - GuillaumeGomez:clean-up-e0263...
2020-02-03 Dylan DPCRollup merge of #68744 - JohnTitor:fix-ice-save-analysi...
2020-02-03 Dylan DPCRollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC
2020-02-03 Dylan DPCRollup merge of #68678 - Mark-Simulacrum:robots, r...
2020-02-03 borsAuto merge of #68665 - eddyb:debuginfo-early-create...
2020-02-03 Eduard-Mihai Burtescurustc_codegen_llvm: avoid redundant calls to span_start.
2020-02-03 Eduard-Mihai Burtescurustc_codegen_ssa: split declare_local into create_dbg_...
2020-02-03 borsAuto merge of #68778 - RalfJung:raw-addr-of, r=eddyb
2020-02-03 borsAuto merge of #68772 - matthewjasper:relate-opt, r...
2020-02-03 borsAuto merge of #68756 - JohnTitor:fix-ice-save-analysis...
2020-02-03 borsAuto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank
2020-02-02 borsAuto merge of #68720 - wesleywiser:llvm_time_trace...
2020-02-02 Mazdak FarrokhzadRollup merge of #68764 - Centril:self-semantic, r=petro...
2020-02-02 Mazdak FarrokhzadRollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC
2020-02-02 borsAuto merge of #68672 - jonas-schievink:dedup-witness...
2020-02-01 Yuki OkushiRollup merge of #68740 - JohnTitor:do-not-sugg-undersco...
2020-02-01 Yuki OkushiRollup merge of #68736 - TimDiekmann:remove-alloc,...
2020-02-01 Yuki OkushiRollup merge of #68727 - xfix:remove-comment-about...
2020-02-01 Yuki OkushiRollup merge of #68704 - jonas-schievink:ignore-build...
2020-02-01 Yuki OkushiRollup merge of #68688 - jbr:remind-bug-reporters-to...
2020-02-01 Yuki OkushiRollup merge of #68681 - bobrippling:fix-matched-angle...
2020-02-01 Yuki OkushiRollup merge of #68460 - sinkuu:emit_mir_buffered,...
2020-02-01 Wesley WiserAdd support for enabling the LLVM time-trace feature
2020-02-01 borsAuto merge of #68133 - Centril:slimmer-syntax, r=petroc...
2020-02-01 Mazdak FarrokhzadMove builtin attribute logic to new rustc_attr crate.
2020-02-01 borsAuto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa
2020-01-31 borsAuto merge of #68633 - JohnTitor:avoid-ice-in-diagnosti...
2020-01-31 borsAuto merge of #68080 - varkor:declared-here, r=petrochenkov
2020-01-31 Dylan DPCRollup merge of #68638 - GuillaumeGomez:links-cmp-trait...
2020-01-31 Dylan DPCRollup merge of #68588 - Centril:check-unsafety-clean...
2020-01-31 borsAuto merge of #67878 - Others:opt-3, r=Mark-Simulacrum
2020-01-30 borsAuto merge of #66577 - WaffleLapkin:iter_take_while_map...
2020-01-30 borsAuto merge of #68325 - faern:move-numeric-consts-to...
2020-01-30 Dylan DPCRollup merge of #68626 - Zoxc:termize, r=estebank
2020-01-30 Dylan DPCRollup merge of #68468 - ssomers:btreemap_prefer_middle...
2020-01-30 Dylan DPCRollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
2020-01-29 borsAuto merge of #68634 - JohnTitor:clippy-up, r=JohnTitor
2020-01-29 borsAuto merge of #68635 - JohnTitor:rollup-jsc34ac, r...
2020-01-29 borsAuto merge of #68572 - tmiasko:sanitizer-use-after...
2020-01-29 Yuki OkushiRollup merge of #68378 - billyrieger:btreemap-remove...
2020-01-28 Andrew PaverdAdd support for Control Flow Guard on Windows.
2020-01-28 borsAuto merge of #68234 - CAD97:slice-from-raw-parts,...
2020-01-28 Yuki OkushiRollup merge of #68581 - spastorino:support-ice-breaker...
next