]> git.lizzy.rs Git - rust.git/history - compiler/rustc_query_system/src/query/plumbing.rs
Move Sharded maps into each QueryCache impl
[rust.git] / compiler / rustc_query_system / src / query / plumbing.rs
2022-02-20 Mark RousskovMove Sharded maps into each QueryCache impl
2022-02-18 Matthias KrügerRollup merge of #93847 - solid-rs:fix-kmc-solid-fs...
2022-02-18 Matthias KrügerRollup merge of #93814 - Itus-Shield:mips64-openwrt...
2022-02-18 Matthias KrügerRollup merge of #93497 - willcrichton:rustdoc-scrape...
2022-02-18 Matthias KrügerRollup merge of #93634 - matthiaskrgr:clippy_complexity...
2022-02-18 Matthias KrügerRollup merge of #93613 - crlf0710:rename_to_async_iter...
2022-02-18 Matthias KrügerRollup merge of #93024 - compiler-errors:inline-mir...
2022-02-18 Matthias KrügerRollup merge of #92959 - asquared31415:test-non-fn...
2022-02-18 Matthias KrügerRollup merge of #92933 - bjorn3:no_bin_lib_mixing,...
2022-02-17 Matthias KrügerRollup merge of #93976 - SUPERCILEX:separator_str,...
2022-02-17 Matthias KrügerRollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko
2022-02-17 Matthias KrügerRollup merge of #93479 - smoelius:master, r=yaahc
2022-02-17 Matthias KrügerRollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-16 Matthias KrügerRollup merge of #93382 - GuillaumeGomez:search-input...
2022-02-16 Matthias KrügerRollup merge of #92366 - jhpratt:derive-default-enum...
2022-02-15 borsAuto merge of #93752 - eholk:drop-tracking-break-contin...
2022-02-13 borsAuto merge of #93837 - nikic:arm-update, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93685 - Mark-Simulacrum:drop-time, r...
2022-02-13 borsAuto merge of #91673 - ChrisDenton:path-absolute, r...
2022-02-13 borsAuto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93696 - Amanieu:compiler-builtins-0...
2022-02-13 borsAuto merge of #93670 - erikdesjardins:noundef, r=nikic
2022-02-12 borsAuto merge of #93697 - the8472:fix-windows-path-hash...
2022-02-12 Matthias KrügerRollup merge of #93898 - GuillaumeGomez:error-code...
2022-02-12 Matthias KrügerRollup merge of #93759 - dtolnay:usetree, r=nagisa
2022-02-12 Matthias KrügerRollup merge of #93757 - jackh726:gat-bug-tests, r...
2022-02-12 Matthias KrügerRollup merge of #93595 - compiler-errors:ice-on-lifetim...
2022-02-12 borsAuto merge of #93671 - Kobzol:stable-hash-const, r...
2022-02-11 Matthias KrügerRollup merge of #93660 - aDotInTheVoid:rustdoc-type...
2022-02-11 Matthias KrügerRollup merge of #93635 - GuillaumeGomez:missing-platfor...
2022-02-11 Matthias KrügerRollup merge of #91607 - FabianWolff:issue-91560-const...
2022-02-11 Matthias KrügerRollup merge of #93862 - Mark-Simulacrum:apple-split...
2022-02-11 Matthias KrügerRollup merge of #93852 - GuillaumeGomez:remove-multi...
2022-02-11 Matthias KrügerRollup merge of #93742 - Mark-Simulacrum:skip-rustc...
2022-02-11 Matthias KrügerRollup merge of #93443 - spastorino:add-stable-hash...
2022-02-11 Matthias KrügerRollup merge of #92242 - compiler-errors:layout-modulo...
2022-02-10 flip1995Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c...
2022-02-10 Matthias KrügerRollup merge of #93843 - solid-rs:fix-kmc-solid-condvar...
2022-02-10 Matthias KrügerRollup merge of #93830 - camelid:cleanup-section-code...
2022-02-10 Matthias KrügerRollup merge of #93824 - Amanieu:stable_cfg_target_has_...
2022-02-10 Matthias KrügerRollup merge of #93808 - GuillaumeGomez:headings-indent...
2022-02-10 Matthias KrügerRollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwU
2022-02-10 Matthias KrügerRollup merge of #93756 - tmandry:llvm-build-config...
2022-02-10 Matthias KrügerRollup merge of #92670 - hermitcore:kernel, r=davidtwco
2022-02-10 borsAuto merge of #93511 - cjgillot:query-copy, r=oli-obk
2022-02-09 Matthias KrügerRollup merge of #93813 - xldenis:public-mir-passes...
2022-02-09 Matthias KrügerRollup merge of #93799 - wooorm:patch-1, r=dtolnay
2022-02-09 Matthias KrügerRollup merge of #93753 - jeremyBanks:main-conflict...
2022-02-09 Matthias KrügerRollup merge of #93503 - michaelwoerister:fix-vtable...
2022-02-09 Matthias KrügerRollup merge of #91504 - cynecx:used_retain, r=nikic
2022-02-09 Matthias KrügerRollup merge of #91443 - compiler-errors:bad_collect_in...
2022-02-09 borsAuto merge of #93741 - Mark-Simulacrum:global-job-id...
2022-02-08 Mark RousskovSwitch QueryJobId to a single global counter
2022-02-08 Matthias KrügerRollup merge of #91950 - estebank:point-at-type-of...
2022-02-07 Mara BosRollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum
2022-02-06 Matthias KrügerRollup merge of #91939 - GKFX:feature-91866, r=cjgillot
2022-02-04 Matthias KrügerRollup merge of #90132 - joshtriplett:stabilize-instrum...
2022-02-03 Yuki OkushiRollup merge of #92802 - compiler-errors:deduplicate...
2022-02-03 Yuki OkushiRollup merge of #92310 - ehuss:rustdoc-ice, r=estebank
2022-02-02 Matthias KrügerRollup merge of #92528 - tmiasko:combine-commutative...
2022-02-01 Matthias KrügerRollup merge of #92021 - woodenarrow:br_single_fp_eleme...
2022-02-01 Matthias KrügerRollup merge of #91828 - oxalica:feat/waker-getters...
2022-02-01 Matthias KrügerRollup merge of #86374 - bossmc:enable-static-pie-for...
2022-02-01 borsAuto merge of #86988 - thomcc:chunky-splitz-says-no...
2022-01-31 Matthias KrügerRollup merge of #90277 - pierwill:fix-70258-inference...
2022-01-29 Matthias KrügerRollup merge of #88205 - danii:e0772, r=GuillaumeGomez
2022-01-27 Matthias KrügerRollup merge of #91641 - dtolnay:cchar-if, r=Mark-Simul...
2022-01-27 Jubilee YoungSync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f...
2022-01-27 flip1995Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6...
2022-01-26 Matthias KrügerRollup merge of #92134 - nico-abram:patch-1, r=michaelw...
2022-01-26 Matthias KrügerRollup merge of #92098 - semarie:openbsd-platform,...
2022-01-26 borsAuto merge of #91840 - JakobDegen:fix_early_otherwise...
2022-01-25 Matthias KrügerRollup merge of #88794 - sunfishcode:sunfishcode/try...
2022-01-24 Matthias KrügerRollup merge of #92513 - Xuanwo:path-buf, r=dtolnay
2022-01-23 Matthias KrügerRollup merge of #92555 - m-ou-se:scoped-threads, r...
2022-01-23 Matthias KrügerRollup merge of #91122 - dtolnay:not, r=m-ou-se
2022-01-23 Matthias KrügerRollup merge of #90666 - bdbai:arc_new_cyclic, r=m...
2022-01-21 Matthias KrügerRollup merge of #92586 - esp-rs:bugfix/allocation-align...
2022-01-21 Matthias KrügerRollup merge of #92467 - Aaron1011:extern-local-region...
2022-01-20 Matthias KrügerRollup merge of #91606 - joshtriplett:stabilize-print...
2022-01-20 Matthias KrügerRollup merge of #89764 - tmiasko:uninhabited-enums...
2022-01-19 Matthias KrügerRollup merge of #92630 - steffahn:lift_bounds_on_BuildH...
2022-01-19 Matthias KrügerRollup merge of #92316 - petrochenkov:extmangle, r...
2022-01-19 Matthias KrügerRollup merge of #92124 - AngelicosPhosphoros:remove_ext...
2022-01-19 Matthias KrügerRollup merge of #91278 - SparrowLii:place, r=spastorino
2022-01-19 Matthias KrügerRollup merge of #89621 - digama0:patch-2, r=yaahc
2022-01-18 Matthias KrügerRollup merge of #92780 - b-naber:postpone-const-eval...
2022-01-18 Matthias KrügerRollup merge of #92425 - calebzulawski:simd-cast, r...
2022-01-18 Matthias KrügerRollup merge of #91150 - dtolnay:qpath, r=davidtwco
2022-01-18 Matthias KrügerRollup merge of #90782 - ricobbe:binutils-dlltool,...
2022-01-17 Matthias KrügerRollup merge of #90498 - joshtriplett:target-tier-polic...
2022-01-17 flip1995Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97...
2022-01-16 Matthias KrügerRollup merge of #92710 - jackh726:issue-92280, r=nikoma...
2022-01-16 Matthias KrügerRollup merge of #92646 - mdibaiee:76935/pass-by-value...
2022-01-16 Matthias KrügerRollup merge of #92619 - Alexendoo:macro-diagnostic...
2022-01-16 Matthias KrügerRollup merge of #92581 - Meziu:armv6k-3ds-target, r...
2022-01-16 Matthias KrügerRollup merge of #92487 - dtolnay:traitalias, r=matthewj...
2022-01-16 borsAuto merge of #92356 - kellerkindt:saturating_int_assig...
2022-01-16 borsAuto merge of #92598 - Badel2:panic-update-hook, r...
2022-01-15 borsAuto merge of #92441 - cjgillot:resolve-trait-impl...
next