about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-06Handle discriminants in dataflow-const-prop.Camille GILLOT-10/+77
2023-02-06Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPCbors-133/+550
2023-02-06Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obkDylan DPC-133/+334
2023-02-06Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errorsDylan DPC-0/+57
2023-02-06Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame...Dylan DPC-0/+14
2023-02-06Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL...Dylan DPC-0/+145
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-0/+94
2023-02-06Suggest return type for async function without return type许杰友 Jieyou Xu (Joe)-0/+57
2023-02-06Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum...bors-9/+24
2023-02-05Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errorsbors-0/+18
2023-02-05Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errorsbors-0/+39
2023-02-05Add ui test for missing expression in for loopObei Sideg-0/+18
2023-02-05Auto merge of #102842 - rol1510:issue-85566-fix, r=notriddlebors-10/+44
2023-02-05Bless 32bit tests.Camille GILLOT-19/+21
2023-02-05Run SROA to fixpoint.Camille GILLOT-25/+44
2023-02-05Simplify construction of replacement map.Camille GILLOT-70/+126
2023-02-05Make SROA expand assignments.Camille GILLOT-9/+123
2023-02-05Fix SROA without deaggregation.Camille GILLOT-82/+92
2023-02-05emit `ConstEquate` in `TypeRelating<D>`Boxy-0/+70
2023-02-04Suggest null ptr if 0 is given as a raw ptr argEdward Shen-0/+145
2023-02-04Recover from default value for a lifetime in generic parameters.Lenko Donchev-0/+14
2023-02-04Rollup merge of #107646 - estebank:specific-span, r=compiler-errorsMatthias Krüger-24/+41
2023-02-04rustdoc: trait bound formattingRoland Strasser-10/+44
2023-02-04Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obkbors-821/+528
2023-02-04don't point at nonexisting code beyond EOF when warning about unused delimsMatthias Krüger-0/+39
2023-02-03Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomezMichael Goulet-5/+5
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-3/+13
2023-02-03Make const/fn return params more suggestableMichael Goulet-0/+36
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-24/+41
2023-02-03Auto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r=Dylan-DPCbors-45/+285
2023-02-03Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=NilstriebDylan DPC-9/+77
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-10/+25
2023-02-03Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnrDylan DPC-0/+41
2023-02-03Autotrait bounds on dyn-safe trait methodsDavid Tolnay-0/+38
2023-02-03Disallow impl autotrait for trait objectDavid Tolnay-26/+104
2023-02-04Fix #103320, add explanatory message for [#must_use]yukang-0/+94
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-5/+5
2023-02-03Auto merge of #107599 - clubby789:debug-less-ref, r=nnethercotebors-7/+7
2023-02-03Fix suggestion for coercing Option<&String> to Option<&str>clubby789-9/+77
2023-02-03Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger-27/+125
2023-02-03Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-e...Matthias Krüger-0/+94
2023-02-03Rollup merge of #106805 - madsravn:master, r=compiler-errorsMatthias Krüger-0/+69
2023-02-03Rollup merge of #106575 - estebank:issue-64008, r=pnkfelixMatthias Krüger-5/+64
2023-02-02Bless 32bit.Camille GILLOT-8/+8
2023-02-02Add partial propagation test.Camille GILLOT-20/+162
2023-02-02Bless tests.Camille GILLOT-406/+234
2023-02-02Stop deaggregating enums in MIR.Camille GILLOT-383/+120
2023-02-02Interpret aggregates.Camille GILLOT-8/+8
2023-02-02Don't generate unecessary `&&self.field` in deriving Debugclubby789-7/+7
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-8/+129