]> git.lizzy.rs Git - rust.git/history - src/librustdoc/html/render/cache.rs
Improve code
[rust.git] / src / librustdoc / html / render / cache.rs
2021-02-05 Guillaume GomezImprove code
2021-02-05 Guillaume GomezImprove html::render::cache::get_real_types code
2021-02-05 Guillaume GomezRemove Function all_types and ret_types fields
2021-02-05 Mara BosRollup merge of #81682 - JulianKnodt:bit_set_iter_bench...
2021-02-05 Mara BosRollup merge of #81676 - jyn514:crate-not-found, r...
2021-02-05 Mara BosRollup merge of #81542 - RReverser:wasi-symlink, r...
2021-02-05 Mara BosRollup merge of #81500 - CraftSpider:union-kind, r...
2021-02-05 Mara BosRollup merge of #81497 - camelid:rustdoc-display_fn...
2021-02-05 Mara BosRollup merge of #81456 - Amanieu:remote-test-server...
2021-02-05 Mara BosRollup merge of #81318 - CraftSpider:json-trait-fix...
2021-02-05 Mara BosRollup merge of #81307 - estebank:invalid-byte-str...
2021-02-05 borsAuto merge of #81688 - pnkfelix:fix-llvm-version-check...
2021-02-04 borsAuto merge of #81762 - pietroalbini:fix-install-msys2...
2021-02-04 Mara BosRollup merge of #81727 - m-ou-se:unstabilize-bits,...
2021-02-04 Mara BosRollup merge of #81556 - nikomatsakis:forbidden-lint...
2021-02-03 Mara BosRollup merge of #81692 - Manishearth:clippyup, r=tmandry
2021-02-03 Mara BosRollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelix
2021-02-03 borsAuto merge of #81294 - pnkfelix:issue-81211-use-ufcs...
2021-02-03 borsAuto merge of #81699 - jethrogb:fix-81531, r=petrochenkov
2021-02-03 borsAuto merge of #81694 - GuillaumeGomez:rollup-odg6xqi...
2021-02-03 Guillaume GomezRollup merge of #81681 - Smittyvb:rustdoc-shortcuts...
2021-02-03 Guillaume GomezRollup merge of #81679 - GuillaumeGomez:clean-fixme...
2021-02-03 Guillaume GomezRollup merge of #81573 - ehuss:cell-links, r=jackh726
2021-02-03 Guillaume GomezRollup merge of #81144 - nhwn:typo-map-while, r=jackh726
2021-02-03 Manish GoregaokarMerge commit '3e4179766bcecd712824da04356621b8df012ea4...
2021-02-03 borsAuto merge of #81535 - nikic:update-test-various, r...
2021-02-02 Guillaume GomezBind all clean::Type variants and remove FIXME
2021-02-02 Jack HueyRollup merge of #81665 - jacob-hughes:mir_doc_fix,...
2021-02-02 Jack HueyRollup merge of #81647 - m-ou-se:assert-2021-fix, r...
2021-02-02 Jack HueyRollup merge of #81636 - LingMan:slice_not_vec, r=petro...
2021-02-02 Jack HueyRollup merge of #81634 - jesusprubio:jesusprubio/add...
2021-02-02 Jack HueyRollup merge of #81603 - ehuss:error-index-build, r...
2021-02-02 Jack HueyRollup merge of #81588 - xfix:delete-doc-alias, r=Mark...
2021-02-02 Jack HueyRollup merge of #81544 - JulianKnodt:sat_where, r=lcnr
2021-02-02 Jack HueyRollup merge of #81530 - ojeda:sys-use-abort-instead...
2021-02-02 Jack HueyRollup merge of #81517 - tmiasko:san-crates, r=Mark...
2021-02-02 Jack HueyRollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 Jack HueyRollup merge of #80593 - jackh726:chalk-upgrade, r...
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-02 Jonas SchievinkRollup merge of #81631 - LingMan:rem_var, r=davidtwco
2021-02-02 Jonas SchievinkRollup merge of #81630 - GuillaumeGomez:overflow-sideba...
2021-02-02 Jonas SchievinkRollup merge of #81609 - Julian-Wollersberger:no-query...
2021-02-02 Jonas SchievinkRollup merge of #81608 - Aaron1011:macro-res-parse...
2021-02-02 Jonas SchievinkRollup merge of #81599 - sdroege:fuse-trusted-len,...
2021-02-02 Jonas SchievinkRollup merge of #81577 - BoxyUwU:subexpr_const_evaluata...
2021-02-02 Jonas SchievinkRollup merge of #81492 - camelid:rustdoc-internal-mod...
2021-02-02 Jonas SchievinkRollup merge of #81485 - jackh726:atb-issues, r=Mark...
2021-02-02 Jonas SchievinkRollup merge of #81481 - lcnr:cast-tests, r=jackh726
2021-02-02 Jonas SchievinkRollup merge of #81022 - seanchen1991:feat/frames-iter...
2021-02-02 Jonas SchievinkRollup merge of #80629 - sexxi-goose:migrations_1,...
2021-02-02 borsAuto merge of #79015 - WaffleLapkin:vec_append_from_wit...
2021-02-02 borsAuto merge of #81539 - nikic:update-armhf-gnu, r=sanxiyn
2021-02-02 borsAuto merge of #81651 - ehuss:update-cargo, r=ehuss
2021-02-02 borsAuto merge of #81557 - GuillaumeGomez:primitive-search...
2021-02-01 Guillaume GomezPut back primitives in search
2021-02-01 Jonas SchievinkRollup merge of #81364 - camelid:improve-build-matches...
2021-02-01 Jonas SchievinkRollup merge of #79291 - JulianKnodt:ce_priv, r=petroch...
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 Jonas SchievinkRollup merge of #81549 - est31:wording_fix, r=jonas...
2021-01-31 Jonas SchievinkRollup merge of #81480 - b-naber:nested_fields_suggesti...
2021-01-31 Jonas SchievinkRollup merge of #81255 - sunfishcode:wasi-no-export...
2021-01-31 Jonas SchievinkRollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk
2021-01-31 borsAuto merge of #81327 - RalfJung:codegen-no-const-fail...
2021-01-31 Jonas SchievinkRollup merge of #81422 - estebank:dotdot_sugg, r=davidtwco
2021-01-31 Jonas SchievinkRollup merge of #81198 - dtolnay:partialeq, r=m-ou-se
2021-01-31 Jonas SchievinkRollup merge of #81048 - yoshuawuyts:stabilize-core...
2021-01-31 Jonas SchievinkRollup merge of #80945 - sdroege:downcast-send-sync...
2021-01-31 Jonas SchievinkRollup merge of #80470 - SimonSapin:array-intoiter...
2021-01-31 Jonas SchievinkRollup merge of #80279 - Yaulendil:str-as-mut, r=m...
2021-01-31 Jonas SchievinkRollup merge of #80053 - gilescope:include-ignore,...
2021-01-31 Jonas SchievinkRollup merge of #79285 - yoshuawuyts:stabilize-arc_muta...
2021-01-31 Jonas SchievinkRollup merge of #78044 - oberien:empty-seek, r=m-ou-se
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-30 Yuki OkushiRollup merge of #81505 - henryboisdequin:cold_path...
2021-01-30 Yuki OkushiRollup merge of #81468 - est31:cfg_version, r=petrochenkov
2021-01-30 Yuki OkushiRollup merge of #81409 - gilescope:chars_count, r=josht...
2021-01-30 Yuki OkushiRollup merge of #81291 - sexxi-goose:fix-struct-update...
2021-01-30 Yuki OkushiRollup merge of #80959 - jhpratt:unsigned_abs-stabiliza...
2021-01-30 Yuki OkushiRollup merge of #80886 - RalfJung:stable-raw-ref-macros...
2021-01-30 Yuki OkushiRollup merge of #79023 - yoshuawuyts:stream, r=KodrAus
2021-01-30 borsAuto merge of #81489 - nikic:x86-64-dist-update, r...
2021-01-29 borsAuto merge of #81073 - ssomers:btree_owned_root_vs_dyin...
2021-01-29 Yuki OkushiRollup merge of #81333 - RalfJung:const-err-simplify...
2021-01-29 Yuki OkushiRollup merge of #81306 - SkiFire13:fuse-flatten, r...
2021-01-29 Yuki OkushiRollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
2021-01-29 Yuki OkushiRollup merge of #81158 - 1000teslas:issue-80313-fix...
2021-01-29 Yuki OkushiRollup merge of #80215 - visigoth:issue-80202-fix,...
2021-01-29 Yuki OkushiRollup merge of #79570 - alexcrichton:split-debuginfo...
2021-01-28 borsAuto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikom...
2021-01-28 borsAuto merge of #81055 - matthewjasper:non-fatal-overflow...
2021-01-28 borsAuto merge of #81149 - Aaron1011:feature/better-no...
2021-01-28 Yuki OkushiRollup merge of #81433 - lcnr:stop-looking-into-ty...
2021-01-28 Yuki OkushiRollup merge of #81430 - lcnr:elaborate-const-eval...
2021-01-28 Yuki OkushiRollup merge of #81428 - phansch:compiletest-tests...
2021-01-28 Yuki OkushiRollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk
2021-01-28 Yuki OkushiRollup merge of #81416 - estebank:suggestion-span-tweak...
2021-01-28 Yuki OkushiRollup merge of #81379 - GuillaumeGomez:improve-urls...
2021-01-28 Yuki OkushiRollup merge of #81284 - jyn514:impl-times, r=wesleywiser
next