about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-5/+54
2020-08-22Rollup merge of #75781 - Amanieu:asm-fix, r=nagisaDylan DPC-0/+5
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-22Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514Dylan DPC-59/+111
2020-08-21Add regression testAmanieu d'Antras-0/+5
2020-08-21Strenghten tests for missing_doc_code_examples lintGuillaume Gomez-5/+54
2020-08-21Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obkbors-128/+128
2020-08-21Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakisYuki Okushi-2/+4
2020-08-21Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkovbors-2/+56
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-128/+128
2020-08-21Extend normalization in const-eval-query-stack testTomasz Miąsko-2/+3
2020-08-20Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko...bors-47/+103
2020-08-20Update how doc examples are countedGuillaume Gomez-8/+31
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-58/+49
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-47/+103
2020-08-20Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviperbors-6/+40
2020-08-20Rollup merge of #75731 - lzutao:mir-cmts-suppress-float-ty-const, r=oli-obkJosh Stone-3/+0
2020-08-20Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obkJosh Stone-1/+40
2020-08-20Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviperJosh Stone-2/+0
2020-08-20Suppress ty::Float in MIR comments of ty::ConstLzu Tao-3/+0
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-2/+40
2020-08-20Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiserbors-10/+59
2020-08-20Suppress MIR comments of Unit typeLzu Tao-985/+39
2020-08-20Suppress MIR comments for FnDef in ty::ConstLzu Tao-336/+11
2020-08-20Set RUST_BACKTRACE env variableThibsG-1/+2
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-2/+56
2020-08-20Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co...bors-0/+17
2020-08-19Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiserbors-46/+5
2020-08-19Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomezTyler Mandry-0/+32
2020-08-19Rollup merge of #75587 - RalfJung:mir-comment-fixes, r=ecstatic-morseTyler Mandry-5/+5
2020-08-19Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkorTyler Mandry-384/+155
2020-08-19Fix bad printing of const-eval queriesThibsG-1/+39
2020-08-19Add test for f32 and f64 methodsJoshua Nelson-2/+20
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-7/+146
2020-08-19Add a testJoshua Nelson-0/+14
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-51/+85
2020-08-19Rollup merge of #75658 - tgnottingham:issue-75599, r=estebankYuki Okushi-169/+41
2020-08-19Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomezYuki Okushi-0/+10
2020-08-19Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnrYuki Okushi-0/+119
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-46/+5
2020-08-19Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrumbors-0/+36
2020-08-19Enable stack-overflow detection on musl for non-main threadsTomasz Miąsko-2/+0
2020-08-18Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkovbors-45/+24
2020-08-18change const param ty warning messageBastian Kauschke-77/+57
2020-08-18run wfcheck in parralel again, add test for 74950Bastian Kauschke-11/+73
2020-08-18move const param structural match checks to wfcheckBastian Kauschke-311/+40
2020-08-18Don't emit "is not a logical operator" error outside of associative expressionsTyson Nottingham-169/+41
2020-08-18Don't panic in Vec::shrink_to_fitJosh Stone-0/+36
2020-08-18Update rustdoc-ui testsGuillaume Gomez-51/+85
2020-08-18mir building: fix some commentsRalf Jung-5/+5