about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-13Add more tests for generic associated type boundsMatthew Jasper-76/+190
2021-02-13Make ProjectionTy::trait_ref truncate substs againMatthew Jasper-0/+108
2021-02-13Fix pretty printing of generic associated type constraintsMatthew Jasper-0/+2
2021-02-13a wild test has appeared uwuEllen-0/+24
2021-02-13Fix clippy's path to the copy intrinsics.Mara Bos-2/+2
2021-02-13Heat up the ICE-y error reportingEllen-0/+35
2021-02-13CTFE validation: catch ReadPointerAsBytes and better errorRalf Jung-1/+1
2021-02-13Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrumbors-14/+17
2021-02-13Add match pattern diagnostics regression testBram van den Heuvel-0/+29
2021-02-13add testb-naber-0/+30
2021-02-13Disabled SHELL=dash on Windows due to invalid path backslash handlingRich Kadel-0/+2
2021-02-13Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpiderYuki Okushi-0/+6
2021-02-13Rollup merge of #82033 - magurotuna:issue82016, r=jyn514Yuki Okushi-17/+16
2021-02-13Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e...Yuki Okushi-0/+64
2021-02-13Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-SimulacrumYuki Okushi-285/+285
2021-02-13spell the real selftypecsmoe-1/+1
2021-02-12Modifiers -> QualifiersRune Tynan-9/+9
2021-02-12Remove unnecessary documentation pagedylni-10/+0
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-10/+10
2021-02-12Improve design of `assert_len`dylni-10/+10
2021-02-12Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakisDylan DPC-0/+71
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-5/+117
2021-02-12Rollup merge of #81479 - osa1:issue24151, r=lcnrDylan DPC-7/+29
2021-02-12Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomezDylan DPC-7/+10
2021-02-12Add test to prevent src link regressionGuillaume Gomez-0/+6
2021-02-13Rename to `inline_attr` and use if-let to extract `NestedMetaItem`Yusuke Tanaka-12/+13
2021-02-13Refactor `get_word_attr` to return only `Option`Yusuke Tanaka-7/+5
2021-02-12Add nll test0yoyoyo-0/+17
2021-02-12Rollup merge of #82013 - Mark-Simulacrum:better-ci-error, r=jyn514Yuki Okushi-1/+5
2021-02-12Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-hellerYuki Okushi-9/+31
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-71/+63
2021-02-12Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-SimulacrumYuki Okushi-0/+8
2021-02-12Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebankYuki Okushi-0/+56
2021-02-12Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-SimulacrumYuki Okushi-1/+1
2021-02-12Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomezYuki Okushi-23/+8
2021-02-12Rollup merge of #81955 - dtolnay:dwp, r=Mark-SimulacrumYuki Okushi-2/+5
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-2/+87
2021-02-12Update .stderrKevin Per-2/+128
2021-02-12spell out nested self typecsmoe-0/+11
2021-02-12add testcase for issue 78600csmoe-0/+12
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-7/+71
2021-02-11Tell user how to fix CI file being not up to dateMark Rousskov-1/+5
2021-02-11Fix private intra-doc warnings on associated itemsJoshua Nelson-9/+31
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-7/+10
2021-02-11Re-blessed the partial_eq.rs coverage testRich Kadel-35/+5
2021-02-11Set SHELL = /bin/dash only if it existsRich Kadel-4/+11
2021-02-11Ensures `make` tests run under /bin/dash, like CI, and fixes a MakefileRich Kadel-4/+7
2021-02-11clean up clean::Static structGuillaume Gomez-71/+63
2021-02-11Add test for "const stability on macro"Esteban Küber-0/+33
2021-02-11Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelixbors-35/+32