about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-29Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandrybors-1072/+1203
2020-07-29Pass by valueJoseph Ryan-3/+3
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-55/+34
2020-07-29Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandrybors-690/+794
2020-07-29Auto merge of #74837 - xldenis:mir-dump-crate-file, r=oli-obkbors-422/+224
2020-07-29Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakisbors-25/+4
2020-07-29Move mir-opt tests to toplevelXavier Denis-266/+67
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-214/+227
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-14/+61
2020-07-29Add test for #50176Mateusz Mikuła-0/+14
2020-07-29MinGW: emit dllexport/dllimport by rustcMateusz Mikuła-14/+47
2020-07-29add crate name to mir dumpsXavier Denis-157/+158
2020-07-29Fix opening docs for std crates with ./x.py doc --open library/*Tomasz Miąsko-1/+1
2020-07-29Auto merge of #74887 - Mark-Simulacrum:cache-non-exhaustive, r=petrochenkovbors-14/+16
2020-07-28FunctionCoverage: improve type checking with newtype_index typesRich Kadel-40/+88
2020-07-29Rollup merge of #74891 - lcnr:auto-trait-finder, r=varkorYuki Okushi-0/+50
2020-07-29Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomezYuki Okushi-3/+2
2020-07-29Rollup merge of #74859 - mark-i-m:patch-1, r=JohnTitorYuki Okushi-1/+1
2020-07-29Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakisYuki Okushi-0/+11
2020-07-29Rollup merge of #74266 - GuillaumeGomez:cleanup-e0720, r=Dylan-DPCYuki Okushi-3/+5
2020-07-28Refactor MIR coverage instrumentationRich Kadel-120/+151
2020-07-29handle ConstEquate in rustdocBastian Kauschke-0/+50
2020-07-28Auto merge of #74861 - mark-i-m:mv-std-followup, r=Mark-Simulacrumbors-16/+16
2020-07-28Cache non-exhaustive separately from attributesMark Rousskov-14/+16
2020-07-28Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkovbors-1/+6
2020-07-28Collect library features from library/Mark Rousskov-3/+6
2020-07-28reenable tests after moving stdmark-13/+10
2020-07-28Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrumbors-533/+654
2020-07-28Use --stage 2 in checktoolsJoshua Nelson-6/+6
2020-07-28Fix bad rebaseJoshua Nelson-1/+1
2020-07-28Auto merge of #74855 - jyn514:separate-lints, r=Manishearthbors-103/+113
2020-07-28ayu theme: Change doccomment color to `#a1ac88`Lzu Tao-3/+2
2020-07-28update stderr for polymorphic ui testAshley Mannix-4/+4
2020-07-28Auto merge of #74841 - infinity0:fix-exec, r=Mark-Simulacrumbors-26/+24
2020-07-28remove unstable const_type_id featureAshley Mannix-2/+0
2020-07-28stabilize const_type_id featureAshley Mannix-19/+0
2020-07-27private_items_doc_tests -> doc_test_lintsJoshua Nelson-3/+3
2020-07-27Use exhaustive match for assertJoshua Nelson-1/+1
2020-07-27Add assert that tests happen with stage 2 in CIJoshua Nelson-18/+32
2020-07-27Use --stage 2 explicitly in CIJoshua Nelson-33/+33
2020-07-27Add tests for the new behaviorJoshua Nelson-3/+92
2020-07-27Move tests into a submoduleJoshua Nelson-461/+470
2020-07-27Fix most bootstrap testsJoshua Nelson-2/+3
2020-07-27Change debuginfo to default to 1 if `debug = true` is setJoshua Nelson-1/+1
2020-07-27Don't build rustc without stdJoshua Nelson-2/+2
2020-07-27Make the default stage dependent on the subcommandJoshua Nelson-1/+14
2020-07-27Don't duplicate builder codeJoshua Nelson-19/+14
2020-07-27Update outdated readmeWho? Me?!-1/+1
2020-07-27Move `look_for_tests` to `private_items_doc_tests`Joshua Nelson-56/+61
2020-07-27Separate `missing_doc_code_examples` from intra-doc linksJoshua Nelson-29/+34