about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-13/+32
2022-07-13assigning to a union field can never drop nowRalf Jung-19/+3
2022-07-13remove untagged_union feature gateRalf Jung-373/+349
2022-07-13also allow arrays of allowed typesRalf Jung-4/+8
2022-07-13allow unions with mutable references and tuples of allowed typesRalf Jung-7/+37
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-492/+350
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-200/+196
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-0/+29
2022-07-13Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkovDylan DPC-10/+19
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-453/+86
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-29/+216
2022-07-13Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomezbors-234/+396
2022-07-13Limit test to x86 targets for reproducabilityOli Scherer-0/+1
2022-07-13Rollup merge of #99176 - lnicola:rust-analyzer-2022-07-12, r=lnicolaGuillaume Gomez-7/+7
2022-07-13Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPCGuillaume Gomez-0/+30
2022-07-13Rollup merge of #99152 - GuillaumeGomez:css-theme-var, r=jshaGuillaume Gomez-163/+45
2022-07-13Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r...Guillaume Gomez-0/+241
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-19/+28
2022-07-13Rollup merge of #98789 - aDotInTheVoid:rjdt-derives, r=jshaGuillaume Gomez-45/+45
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-39/+47
2022-07-13Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrumbors-13/+15
2022-07-12ignore wasm=32 & blessouz-a-130/+133
2022-07-12Rollup merge of #99171 - GuillaumeGomez:rustdoc-ui-test-regex, r=Dylan-DPCDylan DPC-19/+70
2022-07-12Rollup merge of #98972 - TaKO8Ki:suggest-adding-missing-zero-to-floating-poin...Dylan DPC-0/+174
2022-07-12Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebankDylan DPC-293/+803
2022-07-12Rollup merge of #98622 - petrochenkov:executables, r=oli-obkDylan DPC-1/+1
2022-07-12add new rval, pull deref earlyouz-a-76/+69
2022-07-12:arrow_up: rust-analyzerLaurențiu Nicola-7/+7
2022-07-12add more testsDeadbeef-18/+122
2022-07-12check non_exhaustive attr and private fields for transparent typesDeadbeef-0/+137
2022-07-12Update -zhelp and -chelp rustdoc-ui tests to use regex-error-patternGuillaume Gomez-0/+4
2022-07-12Add regex-error-pattern flag in compiletestGuillaume Gomez-19/+66
2022-07-12Always check Cell alongside with `UnsafeCell`Oli Scherer-1/+12
2022-07-12Use some more visible sigils than `,`Oli Scherer-16/+16
2022-07-12add regression test for #74713Takayuki Maeda-0/+30
2022-07-12implement a suggestion for a floating point number with a type suffixTakayuki Maeda-2/+126
2022-07-12Auto merge of #99165 - matthiaskrgr:rollup-rqpelfa, r=matthiaskrgrbors-69/+470
2022-07-11add tests for async awaitDing Xiang Fei-0/+147
2022-07-11move else block into the `Local` structDing Xiang Fei-62/+52
2022-07-11lower let-else in MIR insteadDing Xiang Fei-74/+124
2022-07-11Remove box syntax from Box<BareFunctionDecl> constructionest31-3/+3
2022-07-11Remove box syntax for Box<rustdoc::clean::types::Type> constructionest31-11/+11
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-5/+5
2022-07-11Remove box syntax for Box<Attributes> constructionest31-6/+12
2022-07-11Remove box syntax from Box<dyn Iterator> constructionest31-6/+8
2022-07-11Rollup merge of #99161 - fee1-dead-contrib:compile-test-edition-trim, r=jyn514Matthias Krüger-2/+2
2022-07-11Rollup merge of #99146 - compiler-errors:issue-61525, r=lcnrMatthias Krüger-5/+59
2022-07-11Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut...Matthias Krüger-23/+66
2022-07-11Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obkMatthias Krüger-0/+45
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-25/+1