about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-258/+254
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-5/+13
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-119/+376
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+1
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-2/+1
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+1
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-104/+79
2020-11-26Use custom macro instead of printlnAaron Hill-141/+152
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-32/+346
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-20/+20
2020-11-26Add additional semicolon testAaron Hill-108/+126
2020-11-26Only eat semicolons for statements that need themAaron Hill-6/+1
2020-11-26Properly handle attributes on statementsAaron Hill-74/+297
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-0/+50
2020-11-26Bless test.Camille GILLOT-8/+8
2020-11-26Update test.Camille GILLOT-78/+53
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+18
2020-11-26Update coverage output now that primitives have proper spansJoshua Nelson-2/+1
2020-11-26Auto merge of #77467 - jyn514:query-docs, r=oli-obkbors-0/+80
2020-11-26Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievinkbors-42/+138
2020-11-26Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514Jonas Schievink-36/+15
2020-11-26Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiserJonas Schievink-3/+40
2020-11-26Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkorJonas Schievink-3/+83
2020-11-26Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obkbors-0/+11
2020-11-25Resolve inference variables before trying to remove overloaded indexingAaron Hill-0/+11
2020-11-25Auto merge of #79411 - tmiasko:naked-params, r=Amanieubors-49/+100
2020-11-25add testsb-naber-32/+346
2020-11-25Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkovbors-4/+524
2020-11-25Clean up rustdoc tests by removing unnecessary featuresGuillaume Gomez-36/+15
2020-11-25Auto merge of #79388 - tmiasko:naked-def-only, r=lcnrbors-13/+94
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-56/+56
2020-11-24Apply suggestions from code reviewRich Kadel-1/+1
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-17/+17
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-49/+100
2020-11-24Invoke attributes on the statement for statement itemsAaron Hill-4/+524
2020-11-24Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel-2/+30
2020-11-24Track `ParamEnv`s properlyJoshua Nelson-1/+6
2020-11-24Normalize `<X as Y>::T` for rustdocJoshua Nelson-0/+75
2020-11-24Get rid of doctree::FunctionJoshua Nelson-8/+8
2020-11-24Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnrJonas Schievink-53/+111
2020-11-24Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievinkJonas Schievink-0/+20
2020-11-24Rollup merge of #79321 - camelid:intra-doc-bang, r=ManishearthJonas Schievink-0/+3
2020-11-24Rollup merge of #79312 - jyn514:doctree-impl, r=GuillaumeGomezJonas Schievink-9/+9
2020-11-24Swap note for helpmendess-111/+111
2020-11-24Requested changesmendess-40/+58
2020-11-24Add note to use nightly when using expr in const genericsmendess-0/+40
2020-11-24Auto merge of #79294 - petrochenkov:determ, r=varkorbors-88/+95
2020-11-24Validate that `#[naked]` is applied to a function definitionTomasz Miąsko-13/+94