]> git.lizzy.rs Git - rust.git/history - src/bootstrap/builder.rs
Auto merge of #99034 - RalfJung:miri, r=Mark-Simulacrum
[rust.git] / src / bootstrap / builder.rs
2022-07-08 borsAuto merge of #99034 - RalfJung:miri, r=Mark-Simulacrum
2022-07-08 borsAuto merge of #98614 - oli-obk:take_unsound_opaque_type...
2022-07-08 Dylan DPCRollup merge of #98794 - compiler-errors:conflicting...
2022-07-08 Dylan DPCRollup merge of #98657 - compiler-errors:rustc-const...
2022-07-08 Dylan DPCRollup merge of #98654 - nnethercote:pest-2.1.3-opt...
2022-07-08 Dylan DPCRollup merge of #98533 - jyn514:drop-tracking-debugging...
2022-07-08 borsAuto merge of #98758 - nnethercote:more-derive-output...
2022-07-08 borsAuto merge of #98638 - bjorn3:less_string_interning...
2022-07-08 borsAuto merge of #99047 - matthiaskrgr:rollup-01vn70s...
2022-07-08 Matthias KrügerRollup merge of #99026 - anall:buffix/clippy-9131,...
2022-07-08 Matthias KrügerRollup merge of #99019 - pierwill:doc-mir-statement...
2022-07-08 Matthias KrügerRollup merge of #98798 - jyn514:download-rustc-cached...
2022-07-08 Matthias KrügerRollup merge of #98718 - yoshuawuyts:stabilize-into...
2022-07-08 Matthias KrügerRollup merge of #95635 - davidtwco:terminal-width-stabi...
2022-07-08 borsAuto merge of #98482 - cjgillot:short-struct-span-closu...
2022-07-07 borsAuto merge of #98360 - estebank:uninit-binding, r=oli-obk
2022-07-07 borsAuto merge of #99024 - matthiaskrgr:rollup-8ygpcpg...
2022-07-07 Matthias KrügerRollup merge of #99017 - GuillaumeGomez:rustdoc-ending...
2022-07-07 Matthias KrügerRollup merge of #99004 - TaKO8Ki:add-test-for-70408...
2022-07-07 Matthias KrügerRollup merge of #99002 - fee1-dead-contrib:sugg_derive...
2022-07-07 Matthias KrügerRollup merge of #98995 - TaKO8Ki:add-test-for-80471...
2022-07-07 Matthias KrügerRollup merge of #98994 - kons-9:dont_use_process_exit...
2022-07-07 Matthias KrügerRollup merge of #97917 - AronParker:master, r=ChrisDenton
2022-07-07 Dylan DPCRollup merge of #98692 - camelid:more-fixmes, r=Guillau...
2022-07-07 Dylan DPCRollup merge of #98507 - xFrednet:rfc-2383-manual-expec...
2022-07-07 Dylan DPCRollup merge of #97711 - Nilstrieb:rustc-arena-ub,...
2022-07-07 borsAuto merge of #98675 - eddyb:cg-array-literal, r=nikic
2022-07-07 borsAuto merge of #98841 - Kobzol:hir-validator-bitset...
2022-07-07 toshiki gotosquash the commits
2022-07-07 borsAuto merge of #98827 - aDotInTheVoid:suggest-extern...
2022-07-07 borsAuto merge of #98487 - cjgillot:variance-nohir, r=wesle...
2022-07-06 Guillaume GomezRollup merge of #98939 - GuillaumeGomez:rustdoc-disamb...
2022-07-06 Guillaume GomezRollup merge of #98911 - notriddle:notriddle/rustdoc...
2022-07-06 Guillaume GomezRollup merge of #96935 - thomcc:atomicptr-strict-prov...
2022-07-06 borsAuto merge of #98959 - cjgillot:late-bound-order, r...
2022-07-06 borsAuto merge of #98567 - Patryk27:update-llvm, r=nikic
2022-07-06 Dylan DPCRollup merge of #98967 - ClementTsang:fix_inaccessible_...
2022-07-06 Dylan DPCRollup merge of #98964 - RalfJung:typo, r=Dylan-DPC
2022-07-06 Dylan DPCRollup merge of #98884 - davidtwco:translation-on-lints...
2022-07-06 Dylan DPCRollup merge of #98881 - cjgillot:q-def-kind, r=fee1...
2022-07-06 borsAuto merge of #98206 - eggyal:align-to-chalk-folding...
2022-07-05 borsAuto merge of #98963 - GuillaumeGomez:rollup-n030us5...
2022-07-05 Guillaume GomezRollup merge of #98951 - ehuss:update-books, r=ehuss
2022-07-05 Guillaume GomezRollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC
2022-07-05 Guillaume GomezRollup merge of #98880 - topjohnwu:macos-dylib-cross...
2022-07-05 Guillaume GomezRollup merge of #98256 - GuillaumeGomez:whitespace...
2022-07-05 Guillaume GomezRollup merge of #96814 - RalfJung:enum-repr-align,...
2022-07-05 Guillaume GomezRollup merge of #95503 - jyn514:build-single-crate...
2022-07-05 Dylan DPCRollup merge of #98856 - GuillaumeGomez:rustdoc-test...
2022-07-05 Dylan DPCRollup merge of #98776 - notriddle:notriddle/mobile...
2022-07-05 Dylan DPCRollup merge of #98624 - davidtwco:translation-on-lints...
2022-07-05 Dylan DPCRollup merge of #97712 - RalfJung:untyped, r=scottmcm
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-07-05 Dylan DPCRollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean...
2022-07-05 Dylan DPCRollup merge of #98847 - RalfJung:box-is-special, r...
2022-07-05 Dylan DPCRollup merge of #98811 - RalfJung:interpret-alloc-range...
2022-07-05 Dylan DPCRollup merge of #97300 - ChayimFriedman2:patch-1, r...
2022-07-05 borsAuto merge of #98872 - JakobDegen:no-invalidate, r...
2022-07-05 borsAuto merge of #98846 - RalfJung:alignment-is-a-type...
2022-07-04 Matthias KrügerRollup merge of #98898 - GuillaumeGomez:new-eslint...
2022-07-04 Matthias KrügerRollup merge of #98879 - compiler-errors:async-closure...
2022-07-04 Matthias KrügerRollup merge of #98814 - fmease:minimal-fix-for-issue...
2022-07-04 Matthias KrügerRollup merge of #98793 - Mark-Simulacrum:fix-tidy-bins...
2022-07-04 Matthias KrügerRollup merge of #98782 - compiler-errors:specialization...
2022-07-04 Matthias KrügerRollup merge of #98738 - tmiasko:checked-binop, r=oli-obk
2022-07-04 borsAuto merge of #98627 - RalfJung:interpret-arith, r...
2022-07-04 borsAuto merge of #98573 - krasimirgg:nlmb-llvm-nm, r=nikic
2022-07-04 borsAuto merge of #98817 - the8472:dont-optimize-ui-tests...
2022-07-04 Matthias KrügerRollup merge of #98870 - TaKO8Ki:add-regression-test...
2022-07-04 Matthias KrügerRollup merge of #98823 - compiler-errors:rust-call...
2022-07-04 Matthias KrügerRollup merge of #98806 - GuillaumeGomez:decl-trailing...
2022-07-04 Matthias KrügerRollup merge of #98774 - notriddle:notriddle/source...
2022-07-04 Matthias KrügerRollup merge of #98501 - Enselic:err_if_attr_found...
2022-07-04 borsAuto merge of #98731 - InfRandomness:fix-#98728, r...
2022-07-04 borsAuto merge of #98446 - nnethercote:derive-no-match...
2022-07-03 borsAuto merge of #98864 - RalfJung:rollup-ptzklyc, r=RalfJung
2022-07-03 Ralf JungRollup merge of #98799 - jyn514:rustdoc-lint-help,...
2022-07-03 Ralf JungRollup merge of #98773 - notriddle:notriddle/source...
2022-07-03 Ralf JungRollup merge of #98764 - InfRandomness:miri-rustdoc...
2022-07-03 Ralf JungRollup merge of #94831 - yaahc:lib-tracking-issue-templ...
2022-07-03 InfRandomnessAdd miri to the rustc docs.rs page
2022-07-03 borsAuto merge of #98439 - ehuss:cleanup-ci-script, r=Mark...
2022-07-03 borsAuto merge of #98373 - joshtriplett:bootstrap-locking...
2022-07-03 borsAuto merge of #97437 - jyn514:impl-asrawfd-arc, r=dtolnay
2022-07-03 borsAuto merge of #98755 - nnethercote:faster-vec-insert...
2022-07-03 borsAuto merge of #98673 - pietroalbini:pa-bootstrap-update...
2022-07-03 borsAuto merge of #98570 - SparrowLii:deadlock, r=cjgillot
2022-07-03 Joshua NelsonAllow building single crates for the compiler and stand...
2022-07-02 borsAuto merge of #98569 - nnethercote:finalize_resolutions...
2022-07-02 Ralf JungRollup merge of #98812 - gimbles:docs-template, r=Mark...
2022-07-02 Ralf JungRollup merge of #98805 - ChrisDenton:rel-notes, r=Dylan-DPC
2022-07-02 Ralf JungRollup merge of #98753 - jyn514:dist-rust-dev, r=Mark...
2022-07-02 Ralf JungRollup merge of #98715 - matthiaskrgr:test_97047, r...
2022-07-02 Ralf JungRollup merge of #98701 - TaKO8Ki:add-regression-test...
2022-07-02 borsAuto merge of #97585 - lqd:const-alloc-intern, r=RalfJung
2022-07-02 borsAuto merge of #97235 - nbdd0121:unwind, r=Amanieu
2022-07-02 borsAuto merge of #91743 - cjgillot:enable_mir_inlining_inl...
2022-07-02 borsAuto merge of #98802 - Dylan-DPC:rollup-u6mwx27, r...
2022-07-02 Dylan DPCRollup merge of #98783 - RalfJung:jumpscares, r=fee1...
2022-07-02 Dylan DPCRollup merge of #98766 - lcnr:mir-visit-pass_by_value...
next