about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2019-11-29Rollup merge of #66613 - Areredify:trait-ref-print, r=eddybRalf Jung-10/+37
2019-11-29improve lifetime errors with implicit trait object lifetimesMark Mansi-1/+1
2019-11-29Auto merge of #66697 - petrochenkov:nocstore, r=eddybbors-14/+2
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-10/+37
2019-11-29Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelixbors-1/+8
2019-11-28rustc: hide HirId's fmt::Debug output from -Z span_free_formats.Eduard-Mihai Burtescu-1/+1
2019-11-28rustc: Move some queries to `rustc_metadata`Vadim Petrochenkov-18/+2
2019-11-28rustc_metadata: Move `has_global_allocator` from session to cstoreVadim Petrochenkov-0/+4
2019-11-27Misc renames.Camille GILLOT-2/+2
2019-11-26Fix spelling typosBrian Wignall-3/+3
2019-11-26Record temporary static references in generator witnessesMatthew Jasper-0/+17
2019-11-26Move local Arena to Queries.Camille GILLOT-2/+3
2019-11-25review feedback: comments and spacingRalf Jung-2/+3
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-8/+23
2019-11-24Rollup merge of #66594 - Aaron1011:fix/debug-print-cycle, r=matthewjasperMazdak Farrokhzad-38/+65
2019-11-23Highlight parts of fn in type errorsEsteban Küber-8/+23
2019-11-22remove the 'dereferenceable' attribute from BoxRalf Jung-1/+7
2019-11-22Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxcbors-152/+0
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-57/+65
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-57/+65
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-53/+144
2019-11-21Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obkMazdak Farrokhzad-1/+1
2019-11-21Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obkMazdak Farrokhzad-6/+16
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-3/+4
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-1/+5
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-5/+1
2019-11-20Fix cycle when debug-printing opaque typesAaron Hill-38/+65
2019-11-21reduce size of hir::ExprKindMazdak Farrokhzad-1/+1
2019-11-19Fix derive syntax.Camille GILLOT-1/+1
2019-11-19Fix project syntax.Camille GILLOT-1/+1
2019-11-19Derive HashStable more.Camille GILLOT-21/+5
2019-11-19More HashStable.Camille GILLOT-6/+1
2019-11-19Derive HashStable in librustc.Camille GILLOT-18/+7
2019-11-19Auto merge of #66454 - cjgillot:lift, r=Zoxcbors-60/+9
2019-11-19Move the definition of `QueryResult` into `plumbing.rs`.Nicholas Nethercote-13/+11
2019-11-18review commentsEsteban Küber-44/+58
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-29/+75
2019-11-18review comments: tweak prefix stringsEsteban Küber-4/+4
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-0/+31
2019-11-18Retire EnumLiftImpl.Camille GILLOT-9/+2
2019-11-18Retire BraceStructLiftImpl.Camille GILLOT-51/+7
2019-11-17Derive HashStable in librustc_target.Camille GILLOT-152/+0
2019-11-17Auto merge of #66384 - cjgillot:typefoldable, r=Zoxcbors-270/+48
2019-11-16make simd_size return a u64Ralf Jung-5/+5
2019-11-16rename and move read_vector_tyRalf Jung-4/+14
2019-11-15Cleaned up unused labelsBart Massey-1/+1
2019-11-15Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=ZoxcYuki Okushi-3/+13
2019-11-14Use multiple derive clauses.Camille GILLOT-30/+30
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+2