about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-18On macOS, make strip="symbols" not pass any options to stripJosh Triplett-12/+10
2021-08-18Auto merge of #87985 - nbdd0121:asm, r=Amanieubors-5/+37
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-78/+346
2021-08-18Auto merge of #87728 - GuillaumeGomez:doc-test-attr-checks, r=jyn514bors-2/+156
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-221/+13
2021-08-17Auto merge of #86808 - fee1-dead:constify-1, r=oli-obkbors-28/+77
2021-08-17Auto merge of #86977 - vakaras:body_with_borrowck_facts, r=nikomatsakisbors-17/+342
2021-08-17Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebankbors-33/+288
2021-08-17Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obkbors-21/+81
2021-08-17Fix obtain-borrowck failure on Windows.Vytautas Astrauskas-1/+1
2021-08-17Add ui testDeadbeef-0/+30
2021-08-17Constified `Default` implementationsDeadbeef-28/+47
2021-08-17Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obkbors-1922/+3164
2021-08-17Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrumbors-16/+7
2021-08-17Auto merge of #87990 - Aaron1011:moved-src-dir, r=cjgillotbors-19/+65
2021-08-16Auto merge of #88094 - m-ou-se:rollup-2fxss0q, r=m-ou-sebors-261/+352
2021-08-16Rollup merge of #88089 - dns2utf8:rustdoc_font_test, r=GuillaumeGomezMara Bos-2/+26
2021-08-16Rollup merge of #88080 - fee1-dead:iterator-const, r=oli-obkMara Bos-1/+26
2021-08-16Rollup merge of #88055 - Mark-Simulacrum:relnotes-1.55, r=Mark-SimulacrumMara Bos-0/+142
2021-08-16Rollup merge of #88052 - bjorn3:update_redox_syscall, r=Mark-SimulacrumMara Bos-2/+2
2021-08-16Rollup merge of #88030 - fee1-dead:fixme, r=oli-obkMara Bos-18/+5
2021-08-16Rollup merge of #88011 - jyn514:check-all-targets, r=Mark-SimulacrumMara Bos-42/+36
2021-08-16Rollup merge of #87967 - m-ou-se:non-fmt-panic-detect-fake-spans, r=cjgillotMara Bos-3/+11
2021-08-16Rollup merge of #87958 - m-ou-se:closure-migration-multispan-suggestions, r=e...Mara Bos-189/+97
2021-08-16Rollup merge of #87677 - amalik18:issue-2788-fix, r=pietroalbiniMara Bos-0/+4
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-4/+3
2021-08-16Move working checks into separate test filesGuillaume Gomez-4/+17
2021-08-16Add UI tests for doc(test(...)) attribute checksGuillaume Gomez-0/+100
2021-08-16Add check for doc(test(...)) attributeGuillaume Gomez-2/+43
2021-08-16Merge the two test files as they are testing the same featuresStefan Schindler-21/+19
2021-08-16Add a font test based on #85669Stefan Schindler-0/+21
2021-08-16Fix double output of the summary lineStefan Schindler-2/+7
2021-08-16Use note to point at bound introducing requirementEsteban Küber-1922/+3164
2021-08-16Show correct macro name in non_fmt_panics message.Mara Bos-12/+12
2021-08-16Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearthbors-7/+49
2021-08-16Add more assert!() tests for non_fmt_panics.Mara Bos-4/+60
2021-08-16Add tests for non_fmt_panics in generic functions.Mara Bos-1/+105
2021-08-16Update non_fmt_panics test.Mara Bos-15/+68
2021-08-16Improve non_fmt_panics suggestion based on trait impls.Mara Bos-12/+54
2021-08-16Add ui testDeadbeef-0/+18
2021-08-16Skip assert ICE with default_method_body_is_constDeadbeef-1/+8
2021-08-16Update test output.Mara Bos-152/+44
2021-08-16Use multi span suggestions for closure migrations.Mara Bos-37/+53
2021-08-16Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkovbors-17/+19
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-437/+639
2021-08-16feature gate doc(primitive)Joshua Nelson-7/+49
2021-08-16Only run expensive calculations if the method name is recognizedJoshua Nelson-2/+4
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-437/+637
2021-08-16Auto merge of #87696 - ssomers:btree_lazy_iterator_cleanup, r=Mark-Simulacrumbors-56/+56
2021-08-15add regression testErik Desjardins-0/+25