about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-21submodules: Update clippy from 149a988 to 5a11ed7bLzu Tao-7/+34
2019-06-21Auto merge of #62003 - christianpoveda:master, r=oli-obkbors-21/+20
2019-06-20Update mdbookEric Huss-22/+21
2019-06-20Auto merge of #60293 - nagisa:rustdoc-all-the-auto-traits, r=eddybbors-83/+24
2019-06-20Fix merge issuesChristian Poveda-3791/+7693
2019-06-20Updated tag methods for consistencyChristian Poveda-12/+12
2019-06-20Auto merge of #62006 - Centril:rollup-4my59er, r=Centrilbors-24/+75
2019-06-20Rollup merge of #62000 - JohnTitor:add-test-issue-54189, r=cramertjMazdak Farrokhzad-0/+15
2019-06-20Rollup merge of #61996 - Xanewok:unescape-raw-strings, r=matkladMazdak Farrokhzad-0/+30
2019-06-20Rollup merge of #61981 - rust-lang:generators-clone-doc, r=cramertjMazdak Farrokhzad-1/+1
2019-06-20Rollup merge of #61979 - spastorino:fmt-place-base, r=oli-obkMazdak Farrokhzad-23/+25
2019-06-20Rollup merge of #61900 - s3bk:master, r=sfacklerMazdak Farrokhzad-0/+4
2019-06-20Replace MemoryExtra by Memory in intptrcast methodsChristian Poveda-9/+8
2019-06-20Auto merge of #61827 - golddranks:lldb_fix, r=nikomatsakisbors-3/+3
2019-06-21Add test for issue-54189Yuki Okushi-0/+15
2019-06-20Auto merge of #61998 - eddyb:type-name-params, r=oli-obkbors-21/+45
2019-06-20rustc_mir: support type parameters by printing them as `_`.Eduard-Mihai Burtescu-21/+45
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-83/+24
2019-06-20Implement Debug for PlaceBaseSantiago Pastorino-23/+25
2019-06-20Auto merge of #61929 - 95th:master, r=GuillaumeGomezbors-13/+13
2019-06-20Fix Into trait linksGurwinder Singh-13/+13
2019-06-20Add unit tests for unescaping raw (byte) stringsIgor Matuszewski-0/+30
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-19Closures implement Copy and Clone, generators don'tJake Goulding-1/+1
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