about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-01-18Handle empty loops betterEric Holk-4/+12
2022-01-18Handle reinits in match guardsEric Holk-0/+25
2022-01-18Update stderr filesEric Holk-5/+5
2022-01-18Address code review commentsEric Holk-0/+21
2022-01-18Update async-fn-nonsend.stderrEric Holk-29/+6
2022-01-18Handle more cases with conditionally initialized/dropped valuesEric Holk-2/+42
2022-01-18Basic loop supportEric Holk-1/+1
2022-01-18Support reinitialization of variablesEric Holk-22/+81
2022-01-18Support conditional dropsEric Holk-0/+22
2022-01-18Attribute drop to parent expression of the consume pointEric Holk-8/+40
2022-01-18Make generator and async-await tests passEric Holk-3/+2
2022-01-18Track drops across multiple yieldsEric Holk-0/+40
2022-01-18Track drop points in generator_interiorEric Holk-69/+7
2022-01-18Add test case for #57478Eric Holk-0/+14
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-4/+40
2022-01-18Rollup merge of #92692 - jsha:cool-sidebar, r=GuillaumeGomezMatthias Krüger-360/+228
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-0/+69
2022-01-18Rollup merge of #91150 - dtolnay:qpath, r=davidtwcoMatthias Krüger-1/+13
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-62/+90
2022-01-18Add a more complete test of rustdoc macro_rules matcher renderingDavid Tolnay-0/+30
2022-01-18Convert macro-generated-macro snapshot to /text() using PR 92914David Tolnay-6/+6
2022-01-18Invert the keyword list to list only *no* space before delimDavid Tolnay-38/+60
2022-01-18Eliminate string comparison from rustdoc keyword spacing logicDavid Tolnay-6/+33
2022-01-18Move test of macro-generated macro with linebreak to snapshotDavid Tolnay-6/+7
2022-01-18Move render_macro_matcher to own moduleDavid Tolnay-189/+194
2022-01-18Render more readable macro matchers in rustdocDavid Tolnay-8/+151
2022-01-18Extend rustdoc macro-generated-macro testDavid Tolnay-6/+13
2022-01-18Bless coverage-reports after format_args changeDavid Tolnay-3/+3
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-360/+228
2022-01-18Implement tuple array diagnosticthreadexception-4/+18
2022-01-18generic_arg_infer: placeholder in signature errlcnr-216/+375
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-102/+304
2022-01-18adjust testsMichael Goulet-67/+67
2022-01-18Auto merge of #93021 - matthiaskrgr:rollup-o7z8zoe, r=matthiaskrgrbors-240/+550
2022-01-17Fix Inline MIR pass on a function with un-satisfiable boundsMichael Goulet-0/+22
2022-01-17Disable docs on aarch64-apple-darwin.Eric Huss-2/+2
2022-01-18Rollup merge of #93004 - krasimirgg:threadlocal-llvm-up, r=nikicMatthias Krüger-2/+2
2022-01-18Rollup merge of #92997 - woppopo:test92114, r=Mark-SimulacrumMatthias Krüger-3/+23
2022-01-18Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelidMatthias Krüger-3/+3
2022-01-18Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-01-18Rollup merge of #92914 - camelid:snapshot-text, r=GuillaumeGomezMatthias Krüger-3/+11
2022-01-18Rollup merge of #92866 - maxwase:does_exist_typo, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-01-18Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomezMatthias Krüger-41/+62
2022-01-18Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomezMatthias Krüger-0/+12
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-161/+327
2022-01-18Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnrMatthias Krüger-0/+44
2022-01-18Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomezMatthias Krüger-22/+59
2022-01-18Auto merge of #93001 - flip1995:clippyup, r=Manishearthbors-100/+754
2022-01-17add more info to invalid use of #[test] on invalid itemsasquared31415-35/+265
2022-01-17Add staged_api for testsJacob Hoffman-Andrews-0/+41