| Age | Commit message (Expand) | Author | Lines |
| 2022-04-03 | Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcm | bors | -0/+1 |
| 2022-04-03 | Auto merge of #95624 - Dylan-DPC:rollup-r8w7ui3, r=Dylan-DPC | bors | -1308/+1421 |
| 2022-04-03 | Rollup merge of #95618 - adamse:master, r=dtolnay | Dylan DPC | -5/+8 |
| 2022-04-03 | Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2022-04-03 | Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle | Dylan DPC | -1/+13 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -4/+60 |
| 2022-04-03 | Rollup merge of #95202 - Urgau:check-cfg-perf-well-known-values, r=petrochenkov | Dylan DPC | -1296/+1337 |
| 2022-04-03 | Fix &mut invalidation in ptr::swap doctest | Ben Kimock | -2/+3 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -112/+79 |
| 2022-04-03 | Replace LinkArgs with Cow<'static, str> | Loïc BRANSTETT | -11/+12 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -53/+117 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -1243/+1252 |
| 2022-04-03 | Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPC | bors | -1/+1 |
| 2022-04-03 | Mark Location::caller() as #[inline] | bjorn3 | -0/+1 |
| 2022-04-03 | core: document that the align_of* functions return the alignment in bytes | Adam Sandberg Ericsson | -5/+8 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -128/+123 |
| 2022-04-03 | Add test for attribute display in rustdoc | Guillaume Gomez | -0/+7 |
| 2022-04-03 | Fix display of attributes in rustdoc | Guillaume Gomez | -1/+6 |
| 2022-04-03 | Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkov | bors | -4/+22 |
| 2022-04-03 | Auto merge of #85321 - cjgillot:mir-cycle, r=bjorn3 | bors | -17/+12 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -1/+514 |
| 2022-04-03 | Improve doc example of DerefMut | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -4/+22 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -8/+84 |
| 2022-04-02 | Less manipulation of the callee_def_id. | Camille GILLOT | -5/+6 |
| 2022-04-02 | Use only local hash. | Camille GILLOT | -2/+2 |
| 2022-04-02 | Use DefPathHash instead of HirId to break cycles. | Camille GILLOT | -14/+8 |
| 2022-04-02 | Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPC | bors | -11/+113 |
| 2022-04-02 | Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC | Dylan DPC | -3/+18 |
| 2022-04-02 | Rollup merge of #95593 - notriddle:notriddle/size-of-in-const-context, r=comp... | Dylan DPC | -0/+24 |
| 2022-04-02 | Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3 | Dylan DPC | -5/+67 |
| 2022-04-02 | Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-04-02 | Add test for multi-line attribute handling in doctests | Guillaume Gomez | -0/+18 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -8/+66 |
| 2022-04-02 | Refer to u8 by absolute path in expansion of thread_local | David Tolnay | -3/+3 |
| 2022-04-02 | Add test of thread_local! breaking on redefined u8 | David Tolnay | -0/+15 |
| 2022-04-02 | Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors | bors | -44/+240 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -44/+240 |
| 2022-04-02 | diagnostics: add test case for bogus T:Sized suggestion | Michael Howell | -0/+24 |
| 2022-04-02 | Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddle | bors | -2/+2 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -7/+38 |
| 2022-04-02 | Include a header in .rlink files to provide nicer error messages when a wrong... | Jakub Beránek | -5/+36 |
| 2022-04-02 | Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPC | bors | -1/+4 |
| 2022-04-02 | Improve TyCtxt::type_of documentation | Guillaume Gomez | -1/+4 |
| 2022-04-02 | Auto merge of #95571 - petrochenkov:nowrapident2, r=Aaron1011 | bors | -18/+10 |
| 2022-04-02 | Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov | bors | -95/+120 |
| 2022-04-02 | Auto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r=Dylan-DPC | bors | -192/+389 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -45/+51 |
| 2022-04-02 | Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk | Dylan DPC | -52/+17 |
| 2022-04-02 | Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay | Dylan DPC | -8/+16 |