about summary refs log tree commit diff
path: root/src
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-28Rollup merge of #79344 - JRF63:fix_install_script_win, r=Mark-SimulacrumJonas Schievink-1/+5
2020-11-28Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-SimulacrumJonas Schievink-2/+2
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/+3
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-67/+49
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+3
2020-11-27Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri...bors-1/+2
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-109/+85
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-26Remove ForeignMod struct.Camille GILLOT-5/+5
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+19
2020-11-26Update coverage output now that primitives have proper spansJoshua Nelson-2/+1
2020-11-26Remove unused `attrs` field from `keywords`Joshua Nelson-23/+17
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-44/+35
2020-11-26Use `Item::from_def_id` for StructFieldJoshua Nelson-9/+7
2020-11-26Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearthbors-3104/+1
2020-11-26Auto merge of #77467 - jyn514:query-docs, r=oli-obkbors-284/+435
2020-11-26Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievinkbors-49/+146
2020-11-26Remove redundant `lift_to_tcx`Joshua Nelson-4/+4
2020-11-26Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomezJonas Schievink-1/+1
2020-11-26Rollup merge of #79413 - Swatinem:rustdoc-persist-crate, r=GuillaumeGomezJonas Schievink-4/+5
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 #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiserJonas Schievink-2/+2
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-26Add to platform-support.mdBenedikt Terhechte-1/+1
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-0/+1
2020-11-25Mirror centos vault to S3Mark Rousskov-3/+5
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-25fixes a word typo in librustdocNelson J Morais-1/+1
2020-11-25add testsb-naber-32/+346
2020-11-25Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkovbors-4/+524
2020-11-25Fix persisted doctests on Windows / when using workspacesArpad Borsos-4/+5
2020-11-25Auto merge of #79400 - camelid:rustdoc-summary_opts, r=GuillaumeGomezbors-6/+8
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