]> git.lizzy.rs Git - rust.git/history - src/test
suggest adding array lengths to references to arrays
[rust.git] / src / test /
2022-09-06 Takayuki Maedasuggest adding array lengths to references to arrays
2022-09-05 borsAuto merge of #101261 - TaKO8Ki:separate-receiver-from...
2022-09-05 Takayuki Maedause `propagate_through_exprs` instead of `propagate_thr...
2022-09-05 borsAuto merge of #101228 - nnethercote:simplify-hir-PathSe...
2022-09-05 borsAuto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r...
2022-09-05 Dylan DPCRollup merge of #101429 - compiler-errors:issue-101119...
2022-09-05 Dylan DPCRollup merge of #101420 - kraktus:doc_hir_local, r...
2022-09-05 Dylan DPCRollup merge of #101409 - WaffleLapkin:rust_2021_compat...
2022-09-05 Dylan DPCRollup merge of #101391 - matthiaskrgr:perf0309, r...
2022-09-05 Dylan DPCRollup merge of #101367 - compiler-errors:suggest-copie...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-05 borsAuto merge of #101414 - mystor:pm_nested_cross_thread...
2022-09-05 Michael GouletDon't suggest reborrow if usage is inside a closure
2022-09-05 borsAuto merge of #101386 - aDotInTheVoid:rdj-discriminant...
2022-09-05 borsAuto merge of #100759 - fee1-dead-contrib:const_eval_se...
2022-09-04 borsAuto merge of #100576 - joboet:movable_const_remutex...
2022-09-04 borsAuto merge of #93455 - asquared31415:vec-zero-opts...
2022-09-04 borsAuto merge of #101411 - matthiaskrgr:rollup-uj24yb5...
2022-09-04 Nika Layzellproc_macro/bridge: use the cross-thread executor for...
2022-09-04 Matthias KrügerRollup merge of #101407 - GuillaumeGomez:rm-duplicated...
2022-09-04 Matthias KrügerRollup merge of #101401 - mx00s:expand-const, r=fee1...
2022-09-04 Matthias KrügerRollup merge of #101397 - notriddle:notriddle/source...
2022-09-04 Matthias KrügerRollup merge of #101394 - CAD97:patch-3, r=Mark-Simulacrum
2022-09-04 Matthias KrügerRollup merge of #101388 - compiler-errors:issue-101376...
2022-09-04 Matthias KrügerRollup merge of #101385 - BartMassey-upstream:file...
2022-09-04 Matthias KrügerRollup merge of #101322 - ChrisDenton:internal-doc...
2022-09-04 Maybe WaffleDon't fire `rust_2021_incompatible_closure_captures...
2022-09-04 Guillaume GomezRemove duplicated test (superseeded by search-form...
2022-09-04 borsAuto merge of #101296 - compiler-errors:head-span-for...
2022-09-04 DeadbeefMake `const_eval_select` a real intrinsic
2022-09-04 borsAuto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC
2022-09-04 borsAuto merge of #100726 - jswrenn:transmute, r=oli-obk
2022-09-04 Michael GouletAlso suggest dereferencing LHS when both &mut T and...
2022-09-04 borsAuto merge of #101312 - nikic:update-llvm-7, r=cuviper
2022-09-04 borsAuto merge of #101396 - matthiaskrgr:rollup-9n0257m...
2022-09-04 Michael GouletAddress nits, rename enclosing_scope => parent_label
2022-09-04 Michael GouletUse head span for rustc_on_unimplemented's enclosing_sc...
2022-09-03 Matthias KrügerRollup merge of #101369 - compiler-errors:global-asm...
2022-09-03 Matthias KrügerRollup merge of #101349 - notriddle:notriddle/flex...
2022-09-03 Matthias KrügerRollup merge of #100647 - obeis:issue-99875, r=nagisa
2022-09-03 Matthias KrügerRollup merge of #100302 - compiler-errors:deref-path...
2022-09-03 Nixon Enraght-MoonyRustdoc-Json: Add enum discriminant
2022-09-03 borsAuto merge of #101214 - cjgillot:old-no-lt, r=estebank
2022-09-03 Camille GILLOTDo not call object_lifetime_default on lifetime params.
2022-09-03 borsAuto merge of #101342 - saethlin:update-backtrace,...
2022-09-03 borsAuto merge of #101378 - matthiaskrgr:rollup-s1awa47...
2022-09-03 Matthias KrügerRollup merge of #101365 - matthiaskrgr:clones2, r=fee1...
2022-09-03 Matthias KrügerRollup merge of #101364 - compiler-errors:arg-suggestio...
2022-09-03 Matthias KrügerRollup merge of #101347 - diminishedprime:patch-4,...
2022-09-03 Matthias KrügerRollup merge of #101335 - notriddle:notriddle/methods...
2022-09-03 borsAuto merge of #100574 - Urgau:check-cfg-warn-cfg, r...
2022-09-03 borsAuto merge of #101154 - RalfJung:validation-perf, r...
2022-09-03 Michael GouletFix global_asm macro pretty printing
2022-09-03 Michael GouletSuggest copied or cloned
2022-09-03 Michael GouletSuggest associated method on deref types
2022-09-03 borsAuto merge of #101361 - Dylan-DPC:rollup-xj1syld, r...
2022-09-03 Michael GouletShrink suggestion span of argument mismatch error
2022-09-03 Dylan DPCRollup merge of #101348 - GuillaumeGomez:cleanup-css...
2022-09-03 Dylan DPCRollup merge of #101338 - diminishedprime:patch-2,...
2022-09-03 Dylan DPCRollup merge of #101330 - wkordalski:hashset-drain...
2022-09-03 Dylan DPCRollup merge of #101325 - ChrisDenton:BCRYPT_RNG_ALG_HA...
2022-09-03 Dylan DPCRollup merge of #101217 - eholk:drop-tracking-73137...
2022-09-03 Dylan DPCRollup merge of #100928 - CleanCut:rustc_metadata_diagn...
2022-09-03 Dylan DPCRollup merge of #99736 - lopopolo:lopopolo/gh-80996...
2022-09-03 borsAuto merge of #101139 - nnethercote:shrink-thir-Pat...
2022-09-03 borsAuto merge of #100966 - compiler-errors:revert-remove...
2022-09-02 Guillaume GomezUpdate rustdoc-gui tests for search-input border color...
2022-09-02 borsAuto merge of #97802 - Enselic:add-no_ignore_sigkill...
2022-09-02 Michael Howellrustdoc: put in rule to get alignment in desktop and...
2022-09-02 borsAuto merge of #101333 - matthiaskrgr:rollup-qpf1otj...
2022-09-02 Matthias KrügerRollup merge of #101323 - GuillaumeGomez:remove-unused...
2022-09-02 Matthias KrügerRollup merge of #101260 - ChrisDenton:attribute-tag...
2022-09-02 Matthias KrügerRollup merge of #101215 - est31:rustdoc_version_placeho...
2022-09-02 Matthias KrügerRollup merge of #100814 - gabrielBusta:port_trait_selec...
2022-09-02 Matthias KrügerRollup merge of #100200 - petrochenkov:zgccld2, r=lqd...
2022-09-02 Matthias KrügerRollup merge of #100121 - Nilstrieb:mir-validator-param...
2022-09-02 borsAuto merge of #101318 - GuillaumeGomez:rollup-qsr51z4...
2022-09-02 UrgauAdd warning against unexpected --cfg with --check-cfg
2022-09-02 Guillaume GomezRollup merge of #101304 - jyn514:jnelson/tag-query...
2022-09-02 Guillaume GomezRollup merge of #101298 - notriddle:notriddle/rustdoc...
2022-09-02 Guillaume GomezRollup merge of #101294 - Xiretza:fix-100844-accident...
2022-09-02 Guillaume GomezRollup merge of #101166 - GuillaumeGomez:error-index...
2022-09-02 Guillaume GomezRollup merge of #100827 - JakobDegen:better-tests,...
2022-09-02 Guillaume GomezRollup merge of #100552 - petrochenkov:flavorcompat...
2022-09-02 Guillaume GomezRollup merge of #100147 - Bryanskiy:private-in-public...
2022-09-02 Guillaume GomezRollup merge of #99583 - shepmaster:provider-plus-plus...
2022-09-02 Guillaume GomezRollup merge of #97739 - a2aaron:let_underscore, r...
2022-09-02 borsAuto merge of #100943 - jyn514:query-system-2, r=cjgillot
2022-09-02 Jakob DegenSimplify MIR opt tests
2022-09-02 borsAuto merge of #100935 - cuviper:upgrade-android-ci...
2022-09-02 borsAuto merge of #100395 - Dylan-DPC:rollup-ajrwo1s, r...
2022-09-02 borsAuto merge of #101248 - RalfJung:miri, r=RalfJung
2022-09-01 borsAuto merge of #101295 - matthiaskrgr:rollup-046o38p...
2022-09-01 Matthias KrügerRollup merge of #101292 - rust-lang:notriddle/rustdoc...
2022-09-01 Matthias KrügerRollup merge of #101285 - TaKO8Ki:do-not-suggest-adding...
2022-09-01 Matthias KrügerRollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_n...
2022-09-01 Matthias KrügerRollup merge of #101274 - aDotInTheVoid:comment-typo...
2022-09-01 Matthias KrügerRollup merge of #101271 - QuinnPainter:patch-1, r=Dylan-DPC
2022-09-01 Matthias KrügerRollup merge of #101270 - m-ou-se:update-comment, r...
2022-09-01 Matthias KrügerRollup merge of #101256 - andrewpollack:fuchsia-docs...
next