]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
Remove const_in_array_rep_expr
[rust.git] / compiler / rustc_trait_selection / src / traits / error_reporting / suggestions.rs
2021-01-30 kadminRemove const_in_array_rep_expr
2021-01-27 borsAuto merge of #81393 - pnkfelix:issue-81296-make-weak...
2021-01-26 borsAuto merge of #81417 - JohnTitor:rollup-yi3q05s, r...
2021-01-26 Yuki OkushiRollup merge of #81412 - hyd-dev:array-assume-init...
2021-01-26 Yuki OkushiRollup merge of #81407 - osa1:issue81098, r=estebank
2021-01-26 Yuki OkushiRollup merge of #81401 - ehuss:tidy-cleanup, r=Mark...
2021-01-26 Yuki OkushiRollup merge of #81399 - ehuss:update-books, r=ehuss
2021-01-26 Yuki OkushiRollup merge of #81389 - ehuss:rustdoc-cmark-extensions...
2021-01-26 Yuki OkushiRollup merge of #81369 - tgnottingham:codegen-to-llvm...
2021-01-26 Yuki OkushiRollup merge of #81353 - jockbert:spelling_in_e0207...
2021-01-26 Yuki OkushiRollup merge of #81325 - osa1:issue81293, r=estebank
2021-01-26 Yuki OkushiRollup merge of #81299 - GuillaumeGomez:fix-eslint...
2021-01-26 Yuki OkushiRollup merge of #81195 - estebank:suggest-bound-on...
2021-01-26 Yuki OkushiRollup merge of #80876 - ojeda:option-result-unwrap_unc...
2021-01-26 Yuki OkushiRollup merge of #80812 - rust-lang:relnotes-1.50.0...
2021-01-26 Ömer Sinan AğacanRefine "remove semicolon" suggestion in trait selection
2021-01-26 borsAuto merge of #80692 - Aaron1011:feature/query-result...
2021-01-26 borsAuto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se
2021-01-25 Esteban KüberAccount for generics when suggesting bound
2021-01-24 Jonas SchievinkRollup merge of #80933 - rcvalle:fix-sysroot-option...
2021-01-24 Jonas SchievinkRollup merge of #80855 - m-ou-se:assert-2021, r=petroch...
2021-01-24 Jonas SchievinkRollup merge of #79884 - Digital-Chaos:replace-magic...
2021-01-24 Jonas SchievinkRollup merge of #79174 - taiki-e:std-future, r=Mark...
2021-01-24 Jonas SchievinkRollup merge of #75180 - KodrAus:feat/error-by-ref...
2021-01-24 borsAuto merge of #80838 - nagisa:nagisa/stack-probe-type...
2021-01-23 Jonas SchievinkRollup merge of #81130 - pierwill:edit-depnode, r=jyn514
2021-01-23 Jonas SchievinkRollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk
2021-01-23 Jonas SchievinkRollup merge of #79841 - fintelia:patch-6, r=kennytm
2021-01-23 borsAuto merge of #80715 - JulianKnodt:skip_opt, r=nagisa
2021-01-22 Mara BosRollup merge of #81194 - m-ou-se:stabilize-panic-any...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-21 borsAuto merge of #81122 - tmiasko:no-drop, r=davidtwco
2021-01-21 Yuki OkushiRollup merge of #81184 - jyn514:combine-after, r=CraftS...
2021-01-21 Yuki OkushiRollup merge of #81046 - rylev:unknown-external-crate...
2021-01-21 Yuki OkushiRollup merge of #80601 - steffahn:improve_format_string...
2021-01-21 Yuki OkushiRollup merge of #80429 - JulianKnodt:ob_forest, r=Mark...
2021-01-21 Yuki OkushiRollup merge of #80172 - camelid:prelude-docs-consisten...
2021-01-20 borsAuto merge of #81118 - ojeda:metadata-obj, r=nagisa
2021-01-19 borsAuto merge of #79578 - alexcrichton:update-waasi, r...
2021-01-19 borsAuto merge of #80957 - tgnottingham:direct_serialize_de...
2021-01-19 borsAuto merge of #79705 - ijackson:bufwriter-disassemble...
2021-01-19 Guillaume GomezRollup merge of #81161 - GuillaumeGomez:remove-inline...
2021-01-19 Guillaume GomezRollup merge of #81147 - estebank:drop-suggestion,...
2021-01-19 Guillaume GomezRollup merge of #81112 - m-ou-se:alloc-std-ops-reexport...
2021-01-19 Guillaume GomezRollup merge of #80382 - GuillaumeGomez:search-result...
2021-01-19 borsAuto merge of #81110 - LeSeulArtichaut:fix-unused-unsaf...
2021-01-19 borsAuto merge of #81103 - zackmdavis:comma_trail, r=davidtwco
2021-01-18 borsAuto merge of #80707 - oli-obk:stability_hole_const_int...
2021-01-18 Ashley MannixRollup merge of #81153 - jyn514:linkcheck, r=Manishearth
2021-01-18 Ashley MannixRollup merge of #81142 - wcampbell0x2a:replace-Some...
2021-01-18 Ashley MannixRollup merge of #81131 - pierwill:edit-rustc_middle...
2021-01-18 Ashley MannixRollup merge of #81128 - RalfJung:validation-testing...
2021-01-18 Ashley MannixRollup merge of #81125 - jyn514:track-caller, r=lcnr
2021-01-18 Ashley MannixRollup merge of #81123 - sirh3e:sirh3e-patch-1, r=sfackler
2021-01-18 Ashley MannixRollup merge of #81121 - tmiasko:simplify-cfg-no-dbg...
2021-01-18 Ashley MannixRollup merge of #81116 - bugadani:body-span, r=wesleywiser
2021-01-18 Ashley MannixRollup merge of #81105 - LingMan:init_directly, r=nagisa
2021-01-18 Ashley MannixRollup merge of #81100 - lcnr:encode_with_shorthand...
2021-01-18 Ashley MannixRollup merge of #81071 - osa1:fix_81006, r=estebank
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-18 borsAuto merge of #81015 - jyn514:feature-gate-ptr, r=camelid
2021-01-18 borsAuto merge of #80995 - tmandry:instrument-method-checke...
2021-01-18 borsAuto merge of #80865 - oliviacrain:proj_based, r=RalfJung
2021-01-18 borsAuto merge of #81090 - ssomers:btree_drainy_refactor_2...
2021-01-17 borsAuto merge of #80537 - ehuss:macos-posix-spawn-chdir...
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-17 Mara BosRollup merge of #80983 - bjorn3:no_dup_is_dllimport_for...
2021-01-17 Mara BosRollup merge of #80765 - petrochenkov:traitsinscope...
2021-01-17 Mara BosRollup merge of #80635 - sexxi-goose:use-place-instead...
2021-01-16 Jack HueyReview changes
2021-01-16 Mara BosRollup merge of #80971 - camelid:feature-gate-testsuite...
2021-01-16 Mara BosRollup merge of #80968 - KodrAus:stabilize/poll_map...
2021-01-16 Mara BosRollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops...
2021-01-16 Mara BosRollup merge of #80901 - jyn514:better-colors, r=Mark...
2021-01-16 Mara BosRollup merge of #80764 - CAD97:weak-unsized-as-ptr...
2021-01-16 Mara BosRollup merge of #80681 - ChrisJefferson:logic-error...
2021-01-16 Mara BosRollup merge of #80670 - the8472:fix-zip-trusted-random...
2021-01-16 Mara BosRollup merge of #80614 - 1000teslas:issue-78938-fix...
2021-01-16 Mara BosRollup merge of #80144 - rust-lang:frewsxcv-patch-3...
2021-01-16 borsAuto merge of #80290 - RalfJung:less-intrinsic-write...
2021-01-16 borsAuto merge of #80873 - ssomers:btree_cleanup_slices_4...
2021-01-15 Guillaume GomezRollup merge of #80515 - GuillaumeGomez:js-for-loop...
2021-01-15 borsAuto merge of #80602 - tgnottingham:cratemetadata_you_a...
2021-01-15 borsAuto merge of #80974 - ehuss:update-cargo, r=ehuss
2021-01-15 borsAuto merge of #80625 - jyn514:python-what-python, r...
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2021-01-15 Yuki OkushiRollup merge of #81008 - tmiasko:generator-layout-err...
2021-01-15 Yuki OkushiRollup merge of #80834 - bugadani:vecdeque, r=oli-obk
2021-01-15 Yuki OkushiRollup merge of #80254 - Aaron1011:rustdoc-auto-param...
2021-01-15 borsAuto merge of #80993 - Aaron1011:collect-set-tokens...
2021-01-14 Mara BosRollup merge of #80991 - calebsander:fix/fmt-link,...
2021-01-14 Mara BosRollup merge of #80990 - cuviper:unused-debug-context...
2021-01-14 Mara BosRollup merge of #80985 - ijackson:slice-strip-fix,...
2021-01-14 Mara BosRollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas...
2021-01-14 Mara BosRollup merge of #80980 - trevarj:patch-1, r=nagisa
2021-01-14 Mara BosRollup merge of #80973 - ehuss:update-books, r=ehuss
2021-01-14 Mara BosRollup merge of #80972 - KodrAus:deprecate/remove_item...
2021-01-14 Mara BosRollup merge of #80969 - camelid:monomorph-ice-msg...
2021-01-14 Mara BosRollup merge of #80966 - KodrAus:deprecate/spin_loop_hi...
2021-01-14 Mara BosRollup merge of #80895 - sfackler:read-to-end-ub, r...
next