about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-09Add documentation of tool testing with x.py scriptChris Simpkins-2/+6
2020-03-09add documentation of x.py tool testingChris Simpkins-0/+3
2020-03-09update tidy documentation to recommend ./x.py test tidyChris Simpkins-1/+1
2020-02-29[tidy] update documentation from `make check` to `x.py test`Chris Simpkins-2/+2
2020-02-29Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPCbors-46/+65
2020-02-29Rollup merge of #69587 - petrochenkov:reqname, r=CentrilDylan DPC-3/+4
2020-02-29Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=va...Dylan DPC-1/+1
2020-02-29Rollup merge of #69582 - RalfJung:vec-parts, r=CentrilDylan DPC-7/+15
2020-02-29Rollup merge of #69581 - RalfJung:align_to_mut, r=CentrilDylan DPC-1/+15
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-31/+27
2020-02-29Rollup merge of #69571 - matthiaskrgr:useless_asref, r=CentrilDylan DPC-3/+3
2020-02-29Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisabors-7/+15
2020-02-29rustc_parse: Tweak the function parameter name checkVadim Petrochenkov-3/+4
2020-02-29Fix typoRalf Jung-1/+1
2020-02-29Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebankbors-5/+29
2020-02-29fix aliasing violation in align_to_mutRalf Jung-1/+15
2020-02-29correct comment to match behaviorZan Tysor-1/+1
2020-02-29clarify alignment requirements in Vec::from_raw_partsRalf Jung-1/+5
2020-02-29transmute: improve Vec exampleRalf Jung-6/+10
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-141/+152
2020-02-29Auto merge of #69227 - Marwes:buffer_stderr, r=varkorbors-3/+5
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-158/+635
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-30/+26
2020-02-29don't use question mark operator on Err(), return the Result directly instead.Matthias Krüger-1/+1
2020-02-29Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisaDylan DPC-45/+44
2020-02-29Rollup merge of #69563 - andre-richter:fix_no_std_match, r=Mark-SimulacrumDylan DPC-1/+1
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-76/+76
2020-02-29Rollup merge of #69546 - matthiaskrgr:slice_to_vec, r=davidtwco,nagisaDylan DPC-2/+2
2020-02-29Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodtDylan DPC-17/+20
2020-02-29Rollup merge of #69477 - Pulkit07:issue69298, r=cramertjDylan DPC-0/+9
2020-02-29remove unneeded .as_ref() calls.Matthias Krüger-3/+3
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-45/+44
2020-02-29Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrumbors-5/+19
2020-02-28Fix no_std detection for target triplesAndre Richter-1/+1
2020-02-28Ignore output for some platforms with diverging test outputEsteban Küber-6/+18
2020-02-28Do not suggest implementing traits if present in predicatesEsteban Küber-10/+11
2020-02-28Reword messageEsteban Küber-4/+4
2020-02-28Reduce verbosity when suggesting restricting type paramsEsteban Küber-13/+3
2020-02-28keep predicate order and tweak outputEsteban Küber-79/+129
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-17/+33
2020-02-28Account for arbitrary self types in E0599Esteban Küber-17/+60
2020-02-28Suggest constraining type parametersEsteban Küber-17/+144
2020-02-28Tweak wordingEsteban Küber-26/+28
2020-02-28Mention the full path of the implementing traitEsteban Küber-27/+32
2020-02-28Point at closure definitionsEsteban Küber-22/+32
2020-02-28Show information of chain of bound obligationsEsteban Küber-60/+111
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-103/+134
2020-02-28Deduplicate information in E0599Esteban Küber-48/+46
2020-02-28On single local candidate, use span labelEsteban Küber-59/+95
2020-02-28Reduce vebosity of E0599Esteban Küber-62/+20