about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-27rustc_metadata: use a separate TableBuilder type to build a Table.Eduard-Mihai Burtescu-33/+39
2019-11-27rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>.Eduard-Mihai Burtescu-113/+68
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-36/+78
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-106/+328
2019-11-27Auto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandrybors-402/+441
2019-11-26Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=CentrilTyler Mandry-0/+24
2019-11-26Rollup merge of #66786 - jyn514:const-if-match-tests, r=CentrilTyler Mandry-0/+21
2019-11-26Rollup merge of #66779 - guanqun:reorder-funcs, r=Dylan-DPCTyler Mandry-6/+6
2019-11-26Rollup merge of #66763 - Parth:patch-2, r=steveklabnikTyler Mandry-1/+1
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-300/+115
2019-11-26Rollup merge of #66737 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPCTyler Mandry-50/+39
2019-11-26Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=CentrilTyler Mandry-5/+8
2019-11-26Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=CentrilTyler Mandry-24/+37
2019-11-26Rollup merge of #66717 - dtolnay:tidy, r=Mark-SimulacrumTyler Mandry-3/+6
2019-11-26Rollup merge of #66713 - hermitcore:hermit, r=alexcrichtonTyler Mandry-0/+54
2019-11-26Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisaTyler Mandry-0/+1
2019-11-26Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obkTyler Mandry-13/+18
2019-11-26Rollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcrichtonTyler Mandry-0/+26
2019-11-26Rollup merge of #66128 - emilio:new-zeroed, r=SimonSapinTyler Mandry-0/+85
2019-11-26Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obkbors-135/+136
2019-11-26Remove test for #66758Dylan MacKenzie-6/+0
2019-11-26Move ErrorReported to rustc_errorsMark Rousskov-5/+8
2019-11-26Add regression test for #66756Dylan MacKenzie-0/+27
2019-11-26Allow `Unreachable` terminators behind `const_if_match`Dylan MacKenzie-0/+3
2019-11-26Test multiple variantsJoshua Nelson-0/+2
2019-11-26Auto merge of #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrumbors-10/+59
2019-11-26follow the same function order in the traitGuanqun Lu-6/+6
2019-11-26Revert "DO NOT MERGE: enable windows try builder"Mark Rousskov-10/+59
2019-11-26Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichtonbors-0/+251
2019-11-26PGO: Make branch-weights regression test more robust.Michael Woerister-10/+10
2019-11-26Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebankbors-7/+176
2019-11-26Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichtonbors-32/+215
2019-11-25Add wildcard test for const_if_matchJoshua Nelson-0/+19
2019-11-25Update documentation-tests.mdParth Mehrotra-1/+1
2019-11-25Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkorbors-47/+226
2019-11-25make sure we handle all transmute invocations, including diverging onesRalf Jung-3/+7
2019-11-25Various cleanupsEsteban Küber-21/+22
2019-11-25Tweak removed feature errorEsteban Küber-9/+4
2019-11-25Tweak bad `continue` errorEsteban Küber-9/+4
2019-11-25Tweak duplicate matcher binding errorEsteban Küber-29/+14
2019-11-25Tweak duplicate fmt arg errorEsteban Küber-8/+5
2019-11-25Tweak move error due to non-CopyEsteban Küber-175/+31
2019-11-25Tweak multiple allocators errorEsteban Küber-8/+7
2019-11-25miri: couple ret place and ret block together (they both exist or both don't)Ralf Jung-67/+65
2019-11-25Fix capitalization when mentioning different crate versions in E0308Esteban Küber-22/+9
2019-11-25Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbinibors-289/+251
2019-11-25Auto merge of #66748 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+1
2019-11-25Update cargo, rls, books.Eric Huss-0/+1
2019-11-25move ABI check out to cover all callsRalf Jung-24/+24
2019-11-25unify call_intrinsic handling of intruction pointer with other machine hooksRalf Jung-23/+5