| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Fix list length | Esteban Kuber | -1/+1 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -38/+66 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -6/+73 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -58/+156 |
| 2022-04-04 | Auto merge of #95555 - nnethercote:parse_tt-new-representation, r=petrochenkov | bors | -335/+290 |
| 2022-04-04 | Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwco | bors | -5/+92 |
| 2022-04-04 | Reorder match arms in `parse_tt_inner`. | Nicholas Nethercote | -31/+31 |
| 2022-04-04 | A new matcher representation for use in `parse_tt`. | Nicholas Nethercote | -334/+289 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -11/+18 |
| 2022-04-04 | Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiser | bors | -1/+6 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -3/+22 |
| 2022-04-03 | Rollup merge of #95202 - Urgau:check-cfg-perf-well-known-values, r=petrochenkov | Dylan DPC | -1296/+1337 |
| 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 #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -4/+4 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -5/+92 |
| 2022-04-03 | Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkov | bors | -2/+17 |
| 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/+237 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -2/+17 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -0/+4 |
| 2022-04-03 | linker: Implicitly link native libs as whole-archive in some more cases | Vadim Petrochenkov | -1/+6 |
| 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 | -5/+60 |
| 2022-04-02 | Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3 | Dylan DPC | -5/+60 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -0/+4 |
| 2022-04-02 | Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors | bors | -14/+78 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -14/+78 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -7/+31 |
| 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 | -0/+4 |
| 2022-04-02 | Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov | bors | -95/+120 |
| 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 #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiasko | Dylan DPC | -1/+14 |
| 2022-04-02 | Rollup merge of #95430 - ChrisDenton:disable-tls-i686-msvc, r=nagisa | Dylan DPC | -0/+2 |
| 2022-04-02 | Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwco | Dylan DPC | -7/+16 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -4/+7 |
| 2022-04-01 | Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk | bors | -212/+131 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -0/+4 |
| 2022-04-01 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -94/+323 |
| 2022-04-01 | Reword purpose description of noreturn in naked function | jam1garner | -1/+1 |
| 2022-04-01 | Don't emit non-asm contents error for naked function composed of errors | jam1garner | -3/+22 |
| 2022-04-01 | invalid_value lint: detect invalid initialization of arrays | Ralf Jung | -7/+16 |