about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-2/+2
2020-07-09Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514Manish Goregaokar-0/+71
2020-07-09Ignore changes when debug assertions are enabled.Eric Huss-3/+3
2020-07-09Add testManish Goregaokar-1/+3
2020-07-09Tweak `::` -> `:` typo heuristic and reduce verbosityEsteban Küber-18/+11
2020-07-09Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...bors-6/+6
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
2020-07-08Disable 44056 test with debug on macos.Eric Huss-0/+1
2020-07-08Avoid running test on Windows platformsSeth Pellegrino-0/+1
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
2020-07-08Apply #![crate_type = "rlib"] directly to the linkerSeth Pellegrino-0/+3
2020-07-08Correctly mark the ending span of a match armAyaz Hafiz-86/+114
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-3/+4
2020-07-08rustdoc: Allow linking from private items to private typesDennis Hamester-0/+43
2020-07-07ignore-tidy-linelength for @has assertionsSeth Pellegrino-0/+5
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-6/+6
2020-07-07Assert current behavior for linksSeth Pellegrino-0/+12
2020-07-07Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obkbors-5/+16
2020-07-07Update reference to CONTRIBUTING.mdYuki Okushi-1/+1
2020-07-06build extern docs as wellSeth Pellegrino-0/+1
2020-07-06Two new rustdoc tests for intra linksSeth Pellegrino-0/+49
2020-07-06Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiserManish Goregaokar-0/+9
2020-07-06Rollup merge of #74078 - jyn514:lut, r=ManishearthManish Goregaokar-0/+12
2020-07-06Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte...Manish Goregaokar-0/+30
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-310/+1793
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-39/+23
2020-07-06Add test for issue 74083Gary Guo-0/+21
2020-07-06Add UI test for issue 74082Gary Guo-0/+28
2020-07-05Always resolve type@primitive as a primitive, not a moduleJoshua Nelson-0/+12
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-0/+97
2020-07-05Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasperManish Goregaokar-12/+51
2020-07-05Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkorManish Goregaokar-0/+61
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-0/+53
2020-07-05Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morseManish Goregaokar-78/+78
2020-07-05Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obkbors-16/+44
2020-07-05Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33)Roman Proskuryakov-7/+7
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-567/+215
2020-07-05const validation: add test for uninit boolRalf Jung-2/+13
2020-07-05catch errors more locally around read_discriminantRalf Jung-3/+3
2020-07-04Fix #71977Nadrieril-12/+51
2020-07-05Address code reviewsYuki Okushi-14/+25
2020-07-04Fix const prop ICEOliver Scherer-0/+9
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-0/+50
2020-07-04Make `rustc_peek` a safe intrinsicOliver Scherer-78/+78
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-0/+97
2020-07-03Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obkManish Goregaokar-26/+1293
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-8/+11
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+200
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2