about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-28std: Switch from libbacktrace to gimliAlex Crichton-4/+17
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-28Replace write-to-vec hack by introducing a display renderer for allocationsOliver Scherer-26/+32
2020-07-28Replace all uses of `log::log_enabled` with `Debug` printersOliver Scherer-161/+219
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-28symbol mangling: use ty::print::Print for constsBastian Kauschke-3/+1
2020-07-28Enable docs on dist-x86_64-muslDavid Sonder-1/+0
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
2020-07-27mv std libs to library/mark-267405/+1208
2020-07-28Make closures and generators a must use typesTomasz Miąsko-31/+355
2020-07-27Auto merge of #73583 - anp:location-eq, r=dtolnaybors-1/+23
2020-07-27More requested changesJoseph Ryan-89/+69
2020-07-27Suppress debuginfo on naked function argumentsNathaniel McCallum-3/+53
2020-07-27rustbuild: refactor how the wrapper deals with exit codesXimin Luo-26/+24
2020-07-27rustbuild: format both Ok/Err separately, since Result doesn't do itXimin Luo-2/+2
2020-07-27Enable the profiler on FreeBSDAlan Somers-2/+2
2020-07-27rustbuild: use Display for exit status instead of Debug, see #74832 for justi...Ximin Luo-1/+1
2020-07-27Make requested changesJoseph Ryan-20/+24
2020-07-27TODO -> FIXMEJoseph Ryan-1/+1
2020-07-27Pull out more types from htmlJoseph Ryan-14/+16