]> git.lizzy.rs Git - rust.git/history - src/tools/rust-analyzer/crates/flycheck/src/lib.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rust-analyzer / crates / flycheck / src / lib.rs
2022-08-23 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-22 borsAuto merge of #99963 - cjgillot:iter-submodule, r=compi...
2022-08-22 Dylan DPCRollup merge of #99957 - chotchki:ip-globally-reachable...
2022-08-22 Dylan DPCRollup merge of #99770 - Nilstrieb:mir-pass-unit-test...
2022-08-22 Dylan DPCRollup merge of #98200 - ouz-a:issue-98177, r=oli-obk
2022-08-22 Dylan DPCRollup merge of #99915 - WaffleLapkin:recover_keyword_b...
2022-08-22 Dylan DPCRollup merge of #99386 - AngelicosPhosphoros:add_retain...
2022-08-20 Matthias KrügerRollup merge of #97963 - devnexen:net_listener_neg...
2022-08-20 Matthias KrügerRollup merge of #99544 - dylni:expose-utf8lossy, r...
2022-08-20 Matthias KrügerRollup merge of #99415 - ferrocene:pa-reuse-initial...
2022-08-19 borsAuto merge of #100209 - cjgillot:source-file-index...
2022-08-19 Dylan DPCRollup merge of #100208 - RalfJung:dyn-upcast-nop,...
2022-08-19 Dylan DPCRollup merge of #100081 - RalfJung:unused-unsafe-in...
2022-08-19 borsAuto merge of #99541 - timvermeulen:flatten_cleanup...
2022-08-18 borsAuto merge of #99860 - oli-obk:revert_97346, r=pnkfelix
2022-08-18 borsAuto merge of #98655 - nnethercote:dont-derive-PartialE...
2022-08-18 Matthias KrügerRollup merge of #99966 - RalfJung:try-dont-panic, r...
2022-08-18 Matthias KrügerRollup merge of #97962 - eholk:drop-tracking-must-not...
2022-08-17 Matthias KrügerRollup merge of #99972 - RalfJung:1zst, r=lcnr
2022-08-17 Matthias KrügerRollup merge of #99474 - aDotInTheVoid:rustdoc-json...
2022-08-16 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-16 borsAuto merge of #100237 - cjgillot:no-special-hash-hir...
2022-08-15 borsAuto merge of #100007 - ChrisDenton:dtor-inline-never...
2022-08-15 Matthias KrügerRollup merge of #100031 - GoldsteinE:try-removing-the...
2022-08-15 Matthias KrügerRollup merge of #100277 - m-ou-se:format-args-1, r...
2022-08-14 Matthias KrügerRollup merge of #100253 - obeis:issue-100197, r=cjgillot
2022-08-14 Matthias KrügerRollup merge of #100249 - Meziu:master, r=joshtriplett
2022-08-14 Dylan DPCRollup merge of #100115 - obeis:issue-99910, r=cjgillot
2022-08-14 Dylan DPCRollup merge of #100026 - WaffleLapkin:array-chunks...
2022-08-14 Dylan DPCRollup merge of #99861 - lcnr:orphan-check-cg, r=jackh726
2022-08-14 Dylan DPCRollup merge of #99582 - compiler-errors:issue-99566...
2022-08-14 Michael GouletRollup merge of #100446 - TaKO8Ki:suggest-removing...
2022-08-13 Michael GouletRollup merge of #100445 - krasimirgg:llvm-16-msan,...
2022-08-12 Dylan DPCRollup merge of #100229 - RalfJung:extra-const-ub-check...
2022-08-12 Dylan DPCRollup merge of #100030 - WaffleLapkin:nice_pointer_sis...
2022-08-12 Dylan DPCRollup merge of #100022 - joboet:faster_threadid, r...
2022-08-12 borsAuto merge of #99464 - nikic:llvm-15, r=cuviper
2022-08-11 Matthias KrügerRollup merge of #100392 - nnethercote:simplify-visitors...
2022-08-11 Matthias KrügerRollup merge of #100307 - nnethercote:fix-96847, r...
2022-08-11 Matthias KrügerRollup merge of #100203 - compiler-errors:command-args...
2022-08-11 Matthias KrügerRollup merge of #100112 - RalfJung:assert_send_and_sync...
2022-08-11 Matthias KrügerRollup merge of #99992 - jyn514:shell-scripts, r=Mark...
2022-08-11 Matthias KrügerRollup merge of #99511 - RalfJung:raw_eq, r=wesleywiser
2022-08-11 Matthias KrügerRollup merge of #99500 - tmandry:fuchsia-flags, r=petro...
2022-08-11 Matthias KrügerRollup merge of #99337 - jsha:simplify-highlight, r...
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-11 Dylan DPCRollup merge of #100398 - nnethercote:improve-Zhir...
2022-08-11 Dylan DPCRollup merge of #100391 - nnethercote:improve-size...
2022-08-11 Dylan DPCRollup merge of #100287 - cuviper:no-linux-prctl, r...
2022-08-11 Dylan DPCRollup merge of #100192 - tmiasko:rm-duplicated-locals...
2022-08-11 Dylan DPCRollup merge of #100184 - Kixunil:stabilize_ptr_const_c...
2022-08-11 Dylan DPCRollup merge of #99110 - audunhalland:match_has_guard_f...
2022-08-11 borsAuto merge of #100315 - compiler-errors:norm-ct-in...
2022-08-11 borsAuto merge of #100298 - BlackHoleFox:hashmap_keygen_cle...
2022-08-10 borsAuto merge of #99174 - scottmcm:reoptimize-layout-array...
2022-08-10 Michael GouletRollup merge of #100349 - TaKO8Ki:remove-type-string...
2022-08-10 Michael GouletRollup merge of #100348 - camelid:test-93205, r=jyn514
2022-08-10 Michael GouletRollup merge of #100286 - Thog:rust-lld-macosx-target...
2022-08-10 borsAuto merge of #100260 - ehuss:compiletest-target-cfg...
2022-08-10 Matthias KrügerRollup merge of #100340 - spastorino:fix-100187, r...
2022-08-10 Matthias KrügerRollup merge of #100086 - JakobDegen:better-tests,...
2022-08-10 Matthias KrügerRollup merge of #99573 - tbodt:stabilize-backtrace...
2022-08-09 Matthias KrügerRollup merge of #100319 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100314 - JakobDegen:test-docs, r=RalfJung
2022-08-09 Matthias KrügerRollup merge of #100275 - RalfJung:anyhow, r=bjorn3
2022-08-09 Matthias KrügerRollup merge of #100261 - luqmana:suggestions-overflow...
2022-08-09 Matthias KrügerRollup merge of #100256 - camelid:typeck-ctxt-doc,...
2022-08-09 Matthias KrügerRollup merge of #100240 - cjgillot:noice-structural...
2022-08-09 Matthias KrügerRollup merge of #100226 - cjgillot:noice-multibyte...
2022-08-09 Matthias KrügerRollup merge of #100098 - compiler-errors:field-suggest...
2022-08-09 Matthias KrügerRollup merge of #100072 - oToToT:patch-1, r=michaelwoer...
2022-08-09 Matthias KrügerRollup merge of #100040 - ChrisDenton:broken-pipe,...
2022-08-09 Matthias KrügerRollup merge of #99479 - Enselic:import-can-be-without...
2022-08-09 Matthias KrügerRollup merge of #98775 - notriddle:notriddle/mobile...
2022-08-09 borsAuto merge of #100150 - notriddle:notriddle/implementor...
2022-08-09 Dan VailMerge branch 'rust-lang:master' into issue-98861-fix
2022-08-09 borsAuto merge of #99217 - lcnr:implied-bounds-pre-norm...
2022-08-09 Dylan DPCRollup merge of #100305 - TaKO8Ki:suggest-adding-approp...
2022-08-09 Dylan DPCRollup merge of #100301 - TaKO8Ki:avoid-&str-to-String...
2022-08-09 Dylan DPCRollup merge of #100228 - luqmana:suggestion-ice, r...
2022-08-09 Dylan DPCRollup merge of #100221 - compiler-errors:impossible...
2022-08-09 Dylan DPCRollup merge of #100181 - RalfJung:alloc-ref-mutability...
2022-08-09 Dylan DPCRollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camel...
2022-08-09 Dylan DPCRollup merge of #96478 - WaffleLapkin:rustc_default_bod...
2022-08-09 borsAuto merge of #100089 - JakobDegen:no-invalidate-visito...
2022-08-09 borsAuto merge of #100304 - matthiaskrgr:rollup-gs56vlw...
2022-08-09 Matthias KrügerRollup merge of #100303 - lnicola:rust-analyzer-2022...
2022-08-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-05 borsAuto merge of #100035 - workingjubilee:merge-functions...
2022-08-04 Matthias KrügerRollup merge of #98796 - compiler-errors:no-semi-if...
2022-08-03 Dylan DPCRollup merge of #99614 - RalfJung:transmute-is-not...
2022-08-03 Dylan DPCRollup merge of #99371 - ChrisDenton:simplify-gen-rando...
2022-08-03 borsAuto merge of #99509 - lcnr:commit_unconditionally...
2022-08-02 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-02 Matthias KrügerRollup merge of #99293 - jo3bingham:issue-98720-fix...
2022-08-02 Matthias KrügerRollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser
2022-08-01 borsAuto merge of #98246 - joshtriplett:times, r=m-ou-se
2022-07-31 borsAuto merge of #99052 - tmiasko:bitset-clone-from, r...
2022-07-31 Matthias KrügerRollup merge of #99519 - Urgau:check-cfg-implicit,...
2022-07-31 borsAuto merge of #78802 - faern:simplify-socketaddr, r...
next