about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-29Test building of libraries with rustc logging enabledTomasz Miąsko-1/+2
2020-10-29Add support for rustc-env and unset-rustc-env for aux-buildsTomasz Miąsko-0/+5
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-672/+2832
2020-10-28rustdoc: Use Vec::into_iter() rather than drain()Ian Jackson-2/+2
2020-10-28Add a comment about non-panicking of splitn().next().unwrap()Ian Jackson-0/+1
2020-10-28rustdoc: Fix some nitsIan Jackson-4/+4
2020-10-28Update cargoEric Huss-0/+0
2020-10-28rustdoc: Provide a --default-theme THEME optionIan Jackson-0/+21
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-2/+26
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-2/+39
2020-10-28Update booksEric Huss-0/+0
2020-10-28rustdoc: js: Use getSettingValue for all rustdoc-* valuesIan Jackson-24/+25
2020-10-28Auto merge of #78409 - pietroalbini:build-manifest-checksum-cache, r=Mark-Sim...bors-50/+106
2020-10-28Fix typo "compiltest"Guillaume Gomez-1/+1
2020-10-28build-manifest: include artifacts in a new tablePietro Albini-22/+125
2020-10-28Assert in every case.Hameer Abbasi-19/+22
2020-10-28Extend test to cover dyn methods/functions.Hameer Abbasi-20/+44
2020-10-28Adjust turbofish help message for const genericsvarkor-25/+25
2020-10-28Add const generics tests for supertraits + dyn traits.Hameer Abbasi-0/+58
2020-10-28Merge remote-tracking branch 'upstream/master' into sync-from-rustTakayuki Nakata-5/+54
2020-10-28Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPCbors-192/+625
2020-10-28Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obkDylan DPC-0/+19
2020-10-28Rollup merge of #78401 - davidtwco:issue-75906-tuple-construct-private-field,...Dylan DPC-13/+47
2020-10-28Rollup merge of #78391 - JulianKnodt:mc_test, r=lcnrDylan DPC-0/+17
2020-10-28Rollup merge of #78379 - estebank:fn-signature-parse, r=varkorDylan DPC-30/+34
2020-10-28Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obkDylan DPC-0/+140
2020-10-28Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obkDylan DPC-9/+16
2020-10-28Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obkDylan DPC-9/+49
2020-10-28Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obkDylan DPC-131/+303
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-140/+59
2020-10-27Add UI test for invalid values for bool & charkadmin-0/+105
2020-10-27improve MATCH_LIKE_MATCHES_MACRO lintAleksei Latyshev-1/+1
2020-10-27Add const_fn in generics testkadmin-0/+17
2020-10-27Merge unsized locals pat testsSantiago Pastorino-39/+29
2020-10-27Bless tests againSantiago Pastorino-3/+3
2020-10-27Add comment explaining why in these tests unsized locals are not acceptedSantiago Pastorino-0/+4
2020-10-27Do not use unsized_fn_params in patternsSantiago Pastorino-1/+35
2020-10-27Test that unsized locals fail when turning unsized_fn_params feature flag onSantiago Pastorino-0/+20
2020-10-27Better test unsized_fn_paramsSantiago Pastorino-8/+8
2020-10-27Bless issue-53448 testSantiago Pastorino-1/+1
2020-10-27unsized_locals feature is not needed in this testSantiago Pastorino-1/+1
2020-10-27Fix unstable-book doc testsSantiago Pastorino-3/+4
2020-10-27Using unsized_local feature is not needed in these testsSantiago Pastorino-30/+9
2020-10-27Make tidy happySantiago Pastorino-24/+25
2020-10-27This flag is not really needed in the testSantiago Pastorino-1/+0
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-57/+154
2020-10-27Add unsized_fn_params featureSantiago Pastorino-68/+115
2020-10-27Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obkbors-0/+331
2020-10-27Added suggestion to `function_item_references` lint and fixed warning messageAyrton-84/+84
2020-10-27Added documentation for `function_item_references` lintAyrton-29/+29