about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-02-08Remove obsolete no-op #[main] attribute from compiler.Jeremy Banks-0/+35
2022-02-07Drop tracking: improve break and continue handlingEric Holk-0/+19
2022-02-07Drop tracking: track borrows of projectionsEric Holk-0/+12
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-1611/+2149
2022-02-07Fix hover effects in sidebarJacob Hoffman-Andrews-5/+5
2022-02-07Change inference var check to be in project_typeJack Huey-21/+16
2022-02-07Don't match any projection predicates when the obligation has inference types...Jack Huey-0/+52
2022-02-07Update rustdoc testGuillaume Gomez-1/+1
2022-02-07Add test for block doc comments horizontal trimGuillaume Gomez-0/+21
2022-02-07Add a test showing that we don't infer across multiple uses of the same opaqu...Oli Scherer-0/+27
2022-02-07Print opaque types from type aliases via their pathOli Scherer-58/+138
2022-02-07Auto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m-ou-sebors-183/+167
2022-02-07Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_...Mara Bos-18/+18
2022-02-07Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomezMara Bos-1/+8
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-150/+18
2022-02-07Rollup merge of #93394 - m-ou-se:fix-93378, r=estebankMara Bos-0/+41
2022-02-07Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelidMara Bos-14/+82
2022-02-07Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrumbors-1/+1
2022-02-07Add `#[no_coverage]` tests for nested functionsArpad Borsos-9/+109
2022-02-07add fut/back compat tests for implied trait boundslcnr-0/+98
2022-02-06apply noundef explicitly in all cases instead of relying on dereferenceable i...Erik Desjardins-14/+14
2022-02-06test that MaybeUninit<bool> is not noundefErik Desjardins-0/+8
2022-02-06rustdoc: Special-case macro lookups lessJoshua Nelson-0/+9
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-43/+187
2022-02-07add tests and fix commentscynecx-0/+38
2022-02-06Build libcore as 2021 in a few more placesScott McMurray-1/+1
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-18/+18
2022-02-06Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obkMatthias Krüger-8/+28
2022-02-05Linkify sidebar headings for sibling itemsJacob Hoffman-Andrews-1/+8
2022-02-06Rollup merge of #93669 - compiler-errors:const-generic-args, r=lcnrMatthias Krüger-0/+36
2022-02-06Rollup merge of #93649 - WaffleLapkin:regression_test_80309, r=oli-obkMatthias Krüger-0/+31
2022-02-06Rollup merge of #93556 - dtolnay:trailingcomma, r=cjgillotMatthias Krüger-22/+23
2022-02-06Rollup merge of #92651 - jsha:impl-spacing, r=GuillaumeGomezMatthias Krüger-5/+2
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+24
2022-02-05Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoeristerbors-0/+19
2022-02-05Auto merge of #93597 - GuillaumeGomez:update-browser-ui-test, r=jshabors-0/+1
2022-02-05resolve lifetimes for const generic defaultsMichael Goulet-0/+36
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-19/+34
2022-02-04Specify min llvm version for issue 80309 regression testsMaybe Waffle-0/+2
2022-02-04Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomezMatthias Krüger-98/+99
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-14/+14
2022-02-04Add regression tests for issue 80309Maybe Waffle-0/+29
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+19
2022-02-04Rollup merge of #93593 - JulianKnodt:master, r=oli-obkMatthias Krüger-0/+31
2022-02-04Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jshaMatthias Krüger-0/+30
2022-02-04Add comment in GUI testGuillaume Gomez-0/+1
2022-02-03Fix some tests to use -Cinstrument-coverageWesley Wiser-3/+3
2022-02-03Add missing const stability attributesJacob Pratt-7/+9
2022-02-03Require const stability on all stable const itemsJacob Pratt-9/+27
2022-02-03Add GUI test for crate filter URL parameterGuillaume Gomez-0/+30