about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-25Refine instruction_set inline rulesLokathor-21/+56
2022-11-26add start_stmt to handle postfix incrementyukang-8/+177
2022-11-25Rollup merge of #104896 - notriddle:notriddle/tooltip, r=GuillaumeGomezMatthias Krüger-1/+1
2022-11-25Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomezMatthias Krüger-0/+10
2022-11-25rustdoc: revert tooltip background color on light theme to readableMichael Howell-1/+1
2022-11-25jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPathNixon Enraght-Moony-0/+10
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-8/+36
2022-11-25`super_relate_consts` do not spurriously fail on assoc constsBoxy-0/+20
2022-11-25fmtBoxy-1/+1
2022-11-25handle assoc consts in fulfill `ConstEquate`Boxy-151/+61
2022-11-25handle nested obligations in `satisfied_from_param_env`Boxy-8/+79
2022-11-25Add expand_abstract_constkadmin-21/+1
2022-11-25Add empty ConstKind::Abstractkadmin-35/+163
2022-11-25fix #104867, Properly handle postfix inc/dec in standalone and subexpr scenariosyukang-22/+163
2022-11-25Use "must be init" instead of "must not be uninit" everywhereOli Scherer-11/+11
2022-11-25Add a `because` to errors derived from fieldsOli Scherer-12/+12
2022-11-25Add a test for OOB rangesOli Scherer-0/+21
2022-11-25Don't show fields from other cratesOli Scherer-34/+4
2022-11-25Reinstate the previous compact form of "in this field" errorsOli Scherer-42/+21
2022-11-25Add a test for scalar pair layout validationOli Scherer-3/+32
2022-11-25Compute layout instead of manually procesisng the layout restriction attributesOli Scherer-0/+63
2022-11-25Print a trace through types to show how to get to the problematic typeOli Scherer-13/+46
2022-11-25Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obkbors-6/+50
2022-11-25fix #104700, account for item-local in inner scope for E0425yukang-0/+32
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-0/+7
2022-11-24Don't suggest associated function call for associated const.Luqman Aden-7/+1
2022-11-24Strenghten GUI test to include extra state in selectorGuillaume Gomez-6/+12
2022-11-24Extend GUI test to include more source code elements checksGuillaume Gomez-2/+24
2022-11-24Rollup merge of #104796 - notriddle:notriddle/unused-issue-104397, r=oli-obkMatthias Krüger-0/+18
2022-11-24Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G...Matthias Krüger-1/+2
2022-11-24Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelixMatthias Krüger-4/+4
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-0/+16
2022-11-24Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkovMatthias Krüger-0/+24
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-33/+195
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-35/+35
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-74/+80
2022-11-24make `error_reported` check for delayed bugsBoxy-0/+16
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-74/+80
2022-11-24Rollup merge of #104771 - est31:if_let_chain_broken_mir_test, r=davidtwcoMatthias Krüger-0/+31
2022-11-24Rollup merge of #104753 - compiler-errors:drop-tracking-var-ice, r=oli-obkMatthias Krüger-0/+168
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-6/+11
2022-11-24Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebankMatthias Krüger-4/+137
2022-11-24Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errorsMatthias Krüger-28/+1179
2022-11-24fix #104513, Use node_ty_opt to avoid ICE in visit_tyyukang-0/+24
2022-11-24Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errorsbors-13/+13
2022-11-24Adjust testsMichael Goulet-5/+21
2022-11-24Properly handle `Pin<&mut dyn* Trait>` receiver in codegenMichael Goulet-0/+62
2022-11-24Disable dyn* upcastingMichael Goulet-2/+57
2022-11-23lint: do not warn unused parens around higher-ranked function pointersMichael Howell-0/+18
2022-11-23rustdoc: simplify `.search-results-title` CSSMichael Howell-1/+2