about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-102/+91
2019-06-19Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkorbors-548/+3429
2019-06-19Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJungbors-197/+758
2019-06-19packed -> repr(packed)Oliver Scherer-1/+1
2019-06-19Fix comment about alignmentsOliver Scherer-2/+2
2019-06-19Remove now-unnecessary lifetimeOliver Scherer-1/+1
2019-06-19More FIXMEsOliver Scherer-0/+1
2019-06-19Explain existance of `Align` fieldOliver Scherer-1/+4
2019-06-19Weave the alignment through `ByRef`Oliver Scherer-42/+41
2019-06-19Outright ignore any alignment in `const_field`Oliver Scherer-8/+4
2019-06-19Update ui test outputOliver Scherer-1/+1
2019-06-19Elaborate some more on what mutability field means whatOliver Scherer-0/+8
2019-06-19Update to `TyCtxt` lifetime changesOliver Scherer-10/+10
2019-06-19Fix typoOliver Scherer-1/+1
2019-06-19The future is nowOliver Scherer-4/+0
2019-06-19s/intern/intern_shallow/Oliver Scherer-4/+5
2019-06-19Add and update more testsOliver Scherer-1/+28
2019-06-19Elaborate on a commentOliver Scherer-0/+2
2019-06-19Merge `StaticMut` and `Static` logicOliver Scherer-6/+6
2019-06-19Fix rebase falloutOliver Scherer-8/+8
2019-06-19Elaborate on why we don't look at frozennessOliver Scherer-0/+2
2019-06-19Don't ICE when pattern matching packed structsOliver Scherer-2/+24
2019-06-19Prevent cyclic locks of `alloc_map`Oliver Scherer-1/+4
2019-06-19Make interning explicitly care about types and the mutability of memoryOliver Scherer-172/+668
2019-06-19Fixmes and style fixesOliver Scherer-0/+5
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-923/+966
2019-06-19Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centrilMazdak Farrokhzad-129/+222
2019-06-19Rollup merge of #61938 - RalfJung:miri-toolstate, r=kennytmMazdak Farrokhzad-8/+17
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-513/+379
2019-06-19Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkovMazdak Farrokhzad-53/+109
2019-06-19Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbiniMazdak Farrokhzad-3/+3
2019-06-19Rollup merge of #61842 - Zoxc:trim-lift, r=eddybMazdak Farrokhzad-89/+50
2019-06-19Rollup merge of #61839 - alexcrichton:pr-and-master-builds, r=pietroalbiniMazdak Farrokhzad-17/+51
2019-06-19Rollup merge of #61802 - mjbshaw:maybe-uninit-transparent, r=cramertjMazdak Farrokhzad-1/+16
2019-06-19Rollup merge of #61748 - estebank:transparent-span, r=CentrilMazdak Farrokhzad-102/+106
2019-06-19Rollup merge of #61701 - RalfJung:const-tests, r=cramertjMazdak Farrokhzad-0/+0
2019-06-19Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomezMazdak Farrokhzad-8/+13
2019-06-18Preserve generator and yield source for error messagesTaylor Cramer-129/+222
2019-06-18Address review commentsMatthew Jasper-19/+20
2019-06-18Improve the explicit_outlives_requirements lintMatthew Jasper-514/+3404
2019-06-18Remove an unnecessary HirId to DefId convertionMatthew Jasper-4/+3
2019-06-18Remove the HirId/NodeId from where clausesMatthew Jasper-30/+21
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-223/+419
2019-06-18create an issue for miri even in status test-failRalf Jung-8/+17
2019-06-18Auto merge of #61891 - eddyb:lifetime-cleanups, r=oli-obkbors-387/+399
2019-06-18ci: Add a script for generating CPU usage graphsAlex Crichton-17/+51
2019-06-18Auto merge of #61932 - matthiaskrgr:submodule_upd, r=oli-obkbors-9/+7
2019-06-18test: normalize away the line/column info in ui/pattern/const-pat-ice.Eduard-Mihai Burtescu-1/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-77/+103
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-30/+36