about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-25Don't use spaces before type ascription like colonsOliver Scherer-36/+35
2020-01-25Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichtonbors-24/+66
2020-01-25Auto merge of #68269 - csmoe:temp, r=estebankbors-6/+75
2020-01-25Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichtonYuki Okushi-5/+39
2020-01-25Rollup merge of #68511 - tmiasko:ignore-license, r=alexcrichtonYuki Okushi-38/+1
2020-01-25Rollup merge of #68509 - GuillaumeGomez:clean-up-err-codes-e0223-e0225, r=Dyl...Yuki Okushi-3/+7
2020-01-25Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichtonYuki Okushi-31/+31
2020-01-25Rollup merge of #68374 - gitletH:patch-1, r=nikomatsakisYuki Okushi-1/+1
2020-01-25Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obkYuki Okushi-12/+52
2020-01-24Support feature process_set_argv0 for VxWorksBaoshanPang-5/+39
2020-01-24Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakisbors-33/+89
2020-01-24Print constants in `type_name` for const genericsvarkor-12/+52
2020-01-24Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichtonbors-160/+212
2020-01-24Clean up error codes E0223 and E0225 explanationsGuillaume Gomez-3/+7
2020-01-24Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichtonTyler Mandry-1/+1
2020-01-24Rollup merge of #68479 - Tyg13:unused_parens_return, r=CentrilTyler Mandry-27/+50
2020-01-24Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichtonTyler Mandry-3/+25
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-2/+16
2020-01-24Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebankTyler Mandry-2/+36
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-4/+69
2020-01-23Clear out std, not std toolsMark Rousskov-1/+1
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-38/+1
2020-01-23Make pointers to statics internalMatthew Jasper-33/+89
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-24/+66
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-7/+19
2020-01-23Auto merge of #68391 - tmiasko:compiletest-debuginfo, r=alexcrichtonbors-286/+215
2020-01-23Add projection query for upstream drop-glue instances.Michael Woerister-98/+138
2020-01-23Make drop-glue take advantage of -Zshare-generics.Michael Woerister-16/+52
2020-01-23Always just use symbol name for sorting exported symbols.Michael Woerister-38/+0
2020-01-23Make ExportedSymbols type more local because it's not supposed to beMichael Woerister-4/+6
2020-01-23Clarify some methods around instance instantiation via comments and clearer n...Michael Woerister-7/+19
2020-01-23compiletest: Do not run debuginfo tests with gdb on msvc targetsTomasz Miąsko-0/+4
2020-01-23Auto merge of #68435 - tmandry:llvmup-2-the-return-of-phibitcast-transform-fi...bors-0/+0
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-27/+50
2020-01-23Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkovbors-8/+45
2020-01-22Rollup merge of #68462 - matthiaskrgr:novec, r=varkorTyler Mandry-3/+3
2020-01-22Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-SimulacrumTyler Mandry-2/+2
2020-01-22Rollup merge of #68440 - matthiaskrgr:xpyclippy, r=Mark-SimulacrumTyler Mandry-1/+1
2020-01-22Rollup merge of #68425 - phi-gamma:try-method, r=varkorTyler Mandry-21/+90
2020-01-22Rollup merge of #68410 - tmiasko:msan-lto, r=varkorTyler Mandry-22/+52
2020-01-22Rollup merge of #68409 - sinkuu:temp_path, r=Mark-SimulacrumTyler Mandry-30/+34
2020-01-22Rollup merge of #68388 - varkor:toogeneric-wf, r=eddybTyler Mandry-16/+45
2020-01-22Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichtonTyler Mandry-1/+3
2020-01-22Rollup merge of #68253 - japaric:bare-metal-cortex-a, r=alexcrichtonTyler Mandry-0/+93
2020-01-23Add `-Z no-link` flagVictor Ding-13/+64
2020-01-23Use check-pass mode for lint testsTomasz Miąsko-16/+16
2020-01-23Use check-pass mode for nll testsTomasz Miąsko-15/+15
2020-01-22Fix tidy warningsAaron Green-2/+6
2020-01-22Enable ASan on FuchsiaAaron Green-2/+20
2020-01-22Avoid overflow in `std::iter::Skip::count`Oliver Middleton-2/+16