about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-83/+24
2019-06-20Rollup merge of #61968 - eddyb:hir-noclone, r=petrochenkovMazdak Farrokhzad-576/+567
2019-06-20Rollup merge of #61782 - Electron-libre:suggest_tuple_struct_syntax, r=estebankMazdak Farrokhzad-34/+63
2019-06-20Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcmMazdak Farrokhzad-21/+68
2019-06-20Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcmMazdak Farrokhzad-0/+48
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-237/+196
2019-06-19Auto merge of #61947 - estebank:ice-ice-revolution, r=matthewjasperbors-1/+34
2019-06-19Auto merge of #61967 - lzutao:clippy-update, r=oli-obkbors-7/+7
2019-06-19fix compile-fail test for targets without thread localstyler-4/+3
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-474/+476
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-102/+91
2019-06-19fix indentationCedric-4/+4
2019-06-19Update clippy from 868f168c to 149a988Lzu Tao-7/+7
2019-06-19review commentEsteban Küber-1/+1
2019-06-19Rollup merge of #61940 - spastorino:place-ty-iterate, r=oli-obkMazdak Farrokhzad-7/+19
2019-06-19Rollup merge of #61861 - topecongiro:rustfmt-1.3.0, r=topecongiroMazdak Farrokhzad-5/+21
2019-06-19Rollup merge of #61547 - petrochenkov:cfgen, r=CentrilMazdak Farrokhzad-106/+111
2019-06-19Rollup merge of #60667 - oli-obk:raw_from_raw_parts, r=sfacklerMazdak Farrokhzad-16/+50
2019-06-19Update rustfmt and rlstopecongiro-5/+21
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-19provide variant definition on tuple struct unknow field errorCedric-3/+11
2019-06-19Remove now-unnecessary lifetimeOliver Scherer-1/+1
2019-06-19adt hint pointing to adt spanCedric-10/+9
2019-06-19More FIXMEsOliver Scherer-0/+1
2019-06-19Support `cfg` and `cfg_attr` on generic parametersVadim Petrochenkov-106/+111
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-19Add functions to build raw slicesOliver Scherer-16/+50
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-923/+966
2019-06-18Fix ICE involving mut referencesEsteban Küber-1/+34
2019-06-19Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centrilMazdak Farrokhzad-129/+222