about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-19Derive HashStable in librustc.Camille GILLOT-18/+7
2019-11-19Mark -Zgenerate-arange-section as TRACKEDJosh Stone-1/+1
2019-11-19Auto merge of #66454 - cjgillot:lift, r=Zoxcbors-312/+33
2019-11-19Rollup merge of #66536 - nnethercote:mv-QueryResult, r=CentrilMazdak Farrokhzad-13/+11
2019-11-19Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkorMazdak Farrokhzad-0/+5
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-62/+133
2019-11-19Move the definition of `QueryResult` into `plumbing.rs`.Nicholas Nethercote-13/+11
2019-11-18Generate DWARF address ranges for faster lookupsJosh Stone-0/+2
2019-11-18rustc: lowering: Lower type args as const args when resolved in valueGabriel Smith-5/+56
2019-11-18rustc: hir: Add method to check validity of a Res/Def in a namespaceGabriel Smith-0/+38
2019-11-18review commentsEsteban Küber-33/+45
2019-11-18review commentsEsteban Küber-48/+60
2019-11-18Surround types with backticks in type errorsEsteban Küber-6/+6
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-45/+108
2019-11-18review comments: tweak prefix stringsEsteban Küber-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-14/+51
2019-11-18Replace bool with new `FallbackMode` enumAaron Hill-1/+1
2019-11-18Fix 'type annotations needed' error with opaque typesAaron Hill-0/+5
2019-11-18Retire EnumLiftImpl.Camille GILLOT-126/+9
2019-11-18Retire BraceStructLiftImpl.Camille GILLOT-186/+24
2019-11-18Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasperbors-8/+90
2019-11-17Derive HashStable for PanicStrategy.Camille GILLOT-8/+0
2019-11-17HashStable in libsyntax.Camille GILLOT-10/+0
2019-11-17Derive HashStable in librustc_target.Camille GILLOT-152/+0
2019-11-17HashStable_Generic for librustc_target.Camille GILLOT-23/+0
2019-11-17HashStable_Generic for libsyntax_pos.Camille GILLOT-48/+0
2019-11-17HashStable literals in libsyntax.Camille GILLOT-19/+0
2019-11-17Further HashStable_Generic derives.Camille GILLOT-47/+0
2019-11-17Move impl HashStable for Symbol in libsyntax_pos.Camille GILLOT-20/+1
2019-11-17Move impl HashStable for SymbolStr in libsyntax_pos.Camille GILLOT-19/+0
2019-11-17Use proc_macro for HashStable derive in libsyntax.Camille GILLOT-33/+0
2019-11-17Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddybbors-5/+14
2019-11-17Auto merge of #66384 - cjgillot:typefoldable, r=Zoxcbors-751/+98
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-5/+4
2019-11-17Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasperYuki Okushi-9/+2
2019-11-16review commentsEsteban Küber-81/+91
2019-11-16Suggest calling async closure when neededEsteban Küber-52/+101
2019-11-16review comments and fix rebaseEsteban Küber-3/+3
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-8/+12
2019-11-16Remove unnecessary noteEsteban Küber-11/+10
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-0/+5
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-2/+72
2019-11-16Tweak code formattingEsteban Küber-6/+10
2019-11-16ast: Keep string literals in ABIs preciselyVadim Petrochenkov-3/+3
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-3/+11
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-9/+2
2019-11-16make simd_size return a u64Ralf Jung-5/+5
2019-11-16rename and move read_vector_tyRalf Jung-4/+14
2019-11-16Auto merge of #66255 - ehuss:update-cc, r=alexcrichtonbors-4/+0
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-5/+4