about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-04-14Derive Default for ExternEntryAaron Hill-20/+11
2019-04-14Fix ExternEntry testAaron Hill-25/+11
2019-04-14Refactor structure of ExternEntryAaron Hill-38/+28
2019-04-14Move new_public to 'tess' moduleAaron Hill-8/+10
2019-04-14Improve formattingAaron Hill-24/+1
2019-04-14Fix testsAaron Hill-7/+28
2019-04-14Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddybMazdak Farrokhzad-75/+232
2019-04-14Rollup merge of #59856 - albins:update-polonius, r=nikomatsakisMazdak Farrokhzad-1/+1
2019-04-14Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkovbors-1/+1
2019-04-14HirIdify hir::Defljedrz-75/+232
2019-04-14Fix tidyAaron Hill-1/+1
2019-04-14Combine 'Extern' and 'ExternPrivate'Aaron Hill-27/+50
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-6/+48
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-6/+32
2019-04-14Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertjMazdak Farrokhzad-6/+32
2019-04-14Rollup merge of #59899 - nnethercote:sort-enum-variants-by-size, r=pnkfelixMazdak Farrokhzad-1/+7
2019-04-14Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=CentrilMazdak Farrokhzad-9/+1
2019-04-14Rollup merge of #59735 - matklad:deadcode, r=sanxiynMazdak Farrokhzad-3/+3
2019-04-13Auto merge of #59515 - wesleywiser:measureme, r=michaelwoeristerbors-396/+143
2019-04-12Use measureme in self-profilerWesley Wiser-396/+143
2019-04-12Rollup merge of #59859 - davidtwco:issue-59756, r=cramertjMazdak Farrokhzad-1/+30
2019-04-12Auto merge of #59651 - tmandry:discr-index, r=eddybbors-0/+4
2019-04-12Rollup merge of #59809 - Zoxc:trait_methods_not_found, r=estebankMazdak Farrokhzad-2/+2
2019-04-12Uplift `get_def_path` from Clippyflip1995-6/+28
2019-04-12Auto merge of #59536 - Zoxc:the-arena, r=eddybbors-19/+283
2019-04-11Continue evaluating after missing mainEsteban Küber-1/+0
2019-04-12In `-Zprint-type-size` output, sort enum variants by size.Nicholas Nethercote-1/+7
2019-04-11Add discr_index to multi-variant layoutsTyler Mandry-0/+4
2019-04-11Auto merge of #59227 - Zoxc:fix-get, r=eddybbors-3/+3
2019-04-11Clean up handling of -Zpgo-gen commandline option.Michael Woerister-6/+32
2019-04-10forgot oneMark Mansi-1/+0
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-8/+1
2019-04-10Suggest removing `?` to resolve type errors.David Wood-1/+30
2019-04-10update polonius-engineAlbin Stjerna-1/+1
2019-04-09Do not render ascii colors to buffersOliver Scherer-2/+2
2019-04-09Fix a typoJohn Kåre Alsaker-1/+1
2019-04-09Make trait_methods_not_found use a lockJohn Kåre Alsaker-2/+2
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-1/+12
2019-04-06Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,ManishearthMazdak Farrokhzad-107/+114
2019-04-06Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoeristerbors-1/+0
2019-04-05Move match_path from DefId to lint::LateContextflip1995-107/+114
2019-04-05remove lookup_char_pos_adjAleksey Kladov-3/+3
2019-04-05Remove no_force from coherent_traitJohn Kåre Alsaker-1/+0
2019-04-05Increase `Span` from 4 bytes to 8 bytes.Nicholas Nethercote-1/+1
2019-04-05Add DropArena and use it to allocate types with few allocationsJohn Kåre Alsaker-22/+148
2019-04-05Impl UseSpecializedDecodable for &TJohn Kåre Alsaker-9/+0
2019-04-05Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...John Kåre Alsaker-28/+28
2019-04-05Introduce an arena type which may be used to allocate a list of types with de...John Kåre Alsaker-18/+165
2019-04-04Placate tidyFelix S Klock II-2/+2
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-0/+4