about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-09-01Account for arbitrary self types in E0599Esteban Küber-0/+18
2019-09-01review commentEsteban Küber-2/+1
2019-08-31Reorder AllocationDefinedness membersAndreas Molzer-2/+3
2019-08-31Improve documentation around allocation accessorsAndreas Molzer-8/+13
2019-08-31Check impl trait substs when checking for recursive typesMatthew Jasper-2/+4
2019-08-31fix rebaseEsteban Küber-1/+1
2019-08-31review comments: reword commentEsteban Küber-4/+4
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-7/+61
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-14/+23
2019-08-30Move librustc panic handler into the new oneJonas Schievink-39/+0
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-2/+6
2019-08-30Move relocation range copies into allocationAndreas Molzer-0/+50
2019-08-30Add a "diagnostic item" schemeOliver Scherer-14/+175
2019-08-29Add `Place::is_indirect`Dylan MacKenzie-0/+25
2019-08-29Make allocation relocation field privateAndreas Molzer-4/+9
2019-08-29Rollup merge of #63914 - hvenev:repr-fields, r=eddybMazdak Farrokhzad-41/+36
2019-08-29Auto merge of #63990 - Centril:rollup-q1nt0b0, r=Centrilbors-14/+25
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-14/+18
2019-08-29Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obkMazdak Farrokhzad-0/+7
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-7/+11
2019-08-28Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebankbors-2/+23
2019-08-28Add some comments to `mir::Static` and `mir::StaticKind`Wesley Wiser-0/+7
2019-08-28Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakisbors-71/+3
2019-08-28Address naming and comments from reviewsAndreas Molzer-4/+4
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-14/+18
2019-08-27Add default serialization for `Ident`sMatthew Jasper-2/+23
2019-08-27Changing error messages and renaming tests #63127Kevin Per-4/+4
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-181/+182
2019-08-26Rollup merge of #63317 - estebank:dead-code, r=matthewjasperMazdak Farrokhzad-6/+20
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-7/+32
2019-08-26ty: use Align for ReprOptions pack and align.Hristo Venev-41/+36
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-24/+103
2019-08-25Point at method call on missing annotation errorEsteban Küber-7/+32
2019-08-25HirIdify hir::Crate.modulesljedrz-11/+11
2019-08-25Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centrilbors-10/+7
2019-08-24Join arms patterns, body is empty in all armsSantiago Pastorino-7/+4
2019-08-24Allow lifetime parameters to be inferredSantiago Pastorino-3/+3
2019-08-25Rollup merge of #63854 - c410-f3r:attrs-visit, r=petrochenkovMazdak Farrokhzad-52/+26
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-1/+1
2019-08-24review commentEsteban Küber-1/+0
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-7/+11
2019-08-24Modifies how Arg, Arm, Field, FieldPattern and Variant are visitedCaio-52/+26
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-1/+2
2019-08-23Remove default macro transparenciesVadim Petrochenkov-1/+0
2019-08-23Simplify eager normalization of constantsOliver Scherer-71/+3
2019-08-23incremental: Do not rely on default transparency when decoding syntax contextsVadim Petrochenkov-10/+10
2019-08-22Rollup merge of #63796 - estebank:opaque_future, r=CentrilMazdak Farrokhzad-6/+18
2019-08-22Handle statics in `Subst::subst()` by implementing `TypeFoldable`Wesley Wiser-4/+54
2019-08-22Fix tidyWesley Wiser-1/+5
2019-08-22Move def_id out add substsrefWesley Wiser-8/+12