]> git.lizzy.rs Git - rust.git/history - compiler/rustc_passes
Rollup merge of #85253 - RafaelKr:patch-1, r=varkor
[rust.git] / compiler / rustc_passes /
2021-05-15 Guillaume GomezRollup merge of #85253 - RafaelKr:patch-1, r=varkor
2021-05-15 Guillaume GomezRollup merge of #85246 - ayushmishra2005:minor-reactori...
2021-05-15 Guillaume GomezRollup merge of #85221 - ijackson:dbg-doc-re-tests...
2021-05-15 Guillaume GomezRollup merge of #85215 - richkadel:ice-fixes-minus...
2021-05-15 Guillaume GomezRollup merge of #85207 - andrewhalle:typo-rootseparator...
2021-05-15 Guillaume GomezRollup merge of #84461 - jyn514:remove-strip-item,...
2021-05-15 borsAuto merge of #84997 - pietroalbini:ci-verify-channel...
2021-05-14 borsAuto merge of #85211 - Aaron1011:metadata-invalid-span...
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
2021-05-14 borsAuto merge of #85236 - nikic:update-llvm-submodule...
2021-05-14 borsAuto merge of #85233 - FabianWolff:issue-85227, r=petro...
2021-05-14 borsAuto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
2021-05-14 borsAuto merge of #85195 - Mark-Simulacrum:variant-by-idx...
2021-05-13 borsAuto merge of #84107 - Amanieu:global_asm2, r=nagisa
2021-05-13 Amanieu d'AntrasAdd support for const operands and options to global_asm!
2021-05-13 borsAuto merge of #85186 - nikomatsakis:issue-83538-pollute...
2021-05-13 borsAuto merge of #85258 - GuillaumeGomez:rollup-kzay7o5...
2021-05-13 Guillaume GomezRollup merge of #85177 - tspiteri:wrapping-bits, r...
2021-05-13 Guillaume GomezRollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup...
2021-05-13 Guillaume GomezRollup merge of #85068 - luqmana:78708-xcrate-diag...
2021-05-13 borsAuto merge of #85110 - RalfJung:no-rustc_args_required_...
2021-05-13 borsAuto merge of #83129 - LeSeulArtichaut:thir-unsafeck...
2021-05-13 borsAuto merge of #85041 - mibac138:suggest-generics, r...
2021-05-13 borsAuto merge of #84732 - DrChat:asm_powerpc, r=Amanieu
2021-05-13 borsAuto merge of #83759 - SkiFire13:fix-diag, r=estebank
2021-05-12 borsAuto merge of #85218 - kornelski:pointerinline, r=scottmcm
2021-05-12 borsAuto merge of #85188 - RalfJung:miri, r=RalfJung
2021-05-12 Guillaume GomezRollup merge of #85205 - ehuss:update-books, r=ehuss
2021-05-12 Guillaume GomezRollup merge of #85174 - GuillaumeGomez:doc-code-block...
2021-05-12 Guillaume GomezRollup merge of #85141 - GuillaumeGomez:maybe_collapsed...
2021-05-12 Guillaume GomezRollup merge of #85117 - jsha:bubble-bubble-toil-and...
2021-05-12 Guillaume GomezRollup merge of #84793 - estebank:parse-struct-field...
2021-05-12 Ralf Jungentirely remove rustc_args_required_const attribute
2021-05-12 borsAuto merge of #84730 - sexxi-goose:rox-auto-trait,...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-12 borsAuto merge of #85206 - ehuss:update-cargo, r=ehuss
2021-05-12 borsAuto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrum
2021-05-11 borsAuto merge of #85199 - JohnTitor:rollup-gz5m06c, r...
2021-05-11 Yuki OkushiRollup merge of #85196 - richkadel:reverts-cover-unreac...
2021-05-11 Yuki OkushiRollup merge of #85191 - GuillaumeGomez:improve-rustdoc...
2021-05-11 Yuki OkushiRollup merge of #85187 - FabianWolff:issue-84976, r...
2021-05-11 Yuki OkushiRollup merge of #85162 - LingMan:patch-1, r=varkor
2021-05-11 Yuki OkushiRollup merge of #85136 - shirshak55:master, r=dtolnay
2021-05-11 Yuki OkushiRollup merge of #85124 - jsha:trust-the-bool, r=Guillau...
2021-05-11 Yuki OkushiRollup merge of #85018 - hi-rustin:rustin-patch-84637...
2021-05-11 borsAuto merge of #84904 - ssomers:btree_drop_kv_in_place...
2021-05-11 borsAuto merge of #85023 - RalfJung:array-to-raw-elem,...
2021-05-11 borsAuto merge of #85109 - RalfJung:remove-const_fn, r...
2021-05-11 borsAuto merge of #85100 - HKalbasi:issue-68049-fix, r...
2021-05-11 borsAuto merge of #80300 - LeSeulArtichaut:80275-doc-inline...
2021-05-10 Andy WangSplit span_to_string into span_to_diagnostic/embeddable...
2021-05-10 borsAuto merge of #84677 - CDirkx:pal, r=Mark-Simulacrum
2021-05-10 Guillaume GomezRollup merge of #84465 - jyn514:primitive, r=GuillaumeGomez
2021-05-10 LeSeulArtichautAdd documentation
2021-05-09 borsAuto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
2021-05-08 LeSeulArtichautError on conflicting `#[doc(inline)]`/`#[doc(no_inline...
2021-05-08 LeSeulArtichautEmit `invalid_doc_attributes` warnings in more cases
2021-05-08 borsAuto merge of #84470 - jyn514:lints, r=GuillaumeGomez
2021-05-07 Dylan DPCRollup merge of #84655 - CDirkx:wasm, r=m-ou-se
2021-05-07 Dylan DPCRollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov
2021-05-07 hi-rustinshrinking the deprecated method span
2021-05-06 Dylan DPCRollup merge of #84755 - jyn514:core-links, r=kennytm
2021-05-06 Dylan DPCRollup merge of #84734 - tmandry:compiletest-needs...
2021-05-06 Dylan DPCRollup merge of #84728 - camelid:sized-param-sugg-test...
2021-05-06 Dylan DPCRollup merge of #84500 - tmandry:compiletest-run-flag...
2021-05-06 Dylan DPCRollup merge of #84409 - mzohreva:mz/tls-dtors-before...
2021-05-06 borsAuto merge of #79930 - tgnottingham:bufwriter_performan...
2021-05-06 borsAuto merge of #84559 - jackh726:issue-84398, r=nikomatsakis
2021-05-06 Dylan DPCRollup merge of #84712 - joshtriplett:simplify-chdir...
2021-05-06 Dylan DPCRollup merge of #84328 - Folyd:stablize_map_into_keys_v...
2021-05-06 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-06 borsAuto merge of #84468 - iladin:iladin/fix-84467, r=petro...
2021-05-05 Ralf JungRollup merge of #84709 - joshtriplett:doc-alias-chdir...
2021-05-05 Ralf JungRollup merge of #84183 - rust-lang:relnotes-1.52.0...
2021-05-05 Ralf JungRollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-05-02 Dylan DPCRollup merge of #84072 - nagisa:target-family-two-the...
2021-05-02 borsAuto merge of #82576 - gilescope:to_string, r=Amanieu
2021-05-02 Dylan DPCRollup merge of #84763 - tdelabro:shrink-doctree-module...
2021-05-02 Dylan DPCRollup merge of #84752 - lrh2000:generator-debuginfo...
2021-05-02 Dylan DPCRollup merge of #84392 - dario23:fmt-assert-args-pub...
2021-05-02 borsAuto merge of #84750 - jyn514:nix-cargo, r=Mark-Simulacrum
2021-05-02 borsAuto merge of #84725 - sebpop:arm64-isb, r=joshtriplett
2021-05-02 borsAuto merge of #84638 - mark-i-m:unignore-tests, r=Mark...
2021-05-01 borsAuto merge of #84471 - jyn514:linkcheck-llvm, r=Mark...
2021-05-01 borsAuto merge of #84410 - BoxyUwU:blue, r=varkor
2021-05-01 borsAuto merge of #83114 - cjgillot:hop, r=eddyb
2021-05-01 borsAuto merge of #83857 - ABouttefeux:master, r=jyn514
2021-05-01 borsAuto merge of #84658 - Amanieu:reserved_regs, r=petroch...
2021-05-01 Yuki OkushiRollup merge of #84740 - r00ster91:patch-6, r=Guillaume...
2021-05-01 Yuki OkushiRollup merge of #84724 - MaskRay:sys-fs, r=petrochenkov
2021-05-01 Yuki OkushiRollup merge of #84704 - joshtriplett:platform-support...
2021-05-01 Yuki OkushiRollup merge of #84601 - tdelabro:rustdoc-get-rid-of...
2021-05-01 borsAuto merge of #84582 - richkadel:issue-84561, r=tmandry
2021-04-30 borsAuto merge of #84719 - Mark-Simulacrum:reduce-query...
2021-04-30 Erin PowerMerge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a...
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-30 borsAuto merge of #84716 - joshtriplett:chroot, r=dtolnay
2021-04-30 borsAuto merge of #84522 - CDirkx:cmath, r=yaahc
next