| Age | Commit message (Expand) | Author | Lines |
| 2022-03-04 | Auto merge of #94159 - erikdesjardins:align-load, r=nikic | bors | -8/+36 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -378/+425 |
| 2022-03-04 | Auto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r=Dylan-DPC | bors | -67/+0 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -67/+0 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -0/+76 |
| 2022-03-03 | Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr | bors | -0/+41 |
| 2022-03-03 | add tests | Michael Goulet | -0/+76 |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -0/+20 |
| 2022-03-03 | Rollup merge of #94550 - GuillaumeGomez:HKF-macros, r=notriddle | Matthias Krüger | -0/+21 |
| 2022-03-03 | Bless nll tests. | Camille GILLOT | -2/+2 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -0/+590 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -267/+231 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -107/+175 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -67/+0 |
| 2022-03-03 | Bless test. | Camille GILLOT | -2/+17 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -59/+53 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -0/+20 |
| 2022-03-03 | Add test for higher kinded functions generated by macros | Guillaume Gomez | -0/+21 |
| 2022-03-03 | Rollup merge of #94101 - notriddle:notriddle/strip-test-cases, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2022-03-02 | make test work on noopt builder | Erik Desjardins | -1/+1 |
| 2022-03-03 | Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank | Dylan DPC | -1/+41 |
| 2022-03-03 | Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav... | Dylan DPC | -9/+9 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -0/+62 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -0/+310 |
| 2022-03-03 | Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugari... | Dylan DPC | -12/+74 |
| 2022-03-02 | fix tests on platforms where Align16 is represented as i128 | Erik Desjardins | -1/+1 |
| 2022-03-02 | Update unused_doc_comments ui test | Guillaume Gomez | -1/+41 |
| 2022-03-02 | Update test output. | Mara Bos | -4/+6 |
| 2022-03-02 | Add more tests for mismatched Option/Result return types. | Mara Bos | -8/+68 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -19/+19 |
| 2022-03-02 | Test `expect` with `forbid` and fix doc errors (RFC-2383) | xFrednet | -6/+119 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -42/+97 |
| 2022-03-02 | Add UI tests for the `expect` attribute (RFC-2383) | xFrednet | -0/+422 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -2/+245 |
| 2022-03-02 | Rollup merge of #94496 - durin42:llvm-15-moar-intrinsic, r=nikic | Matthias Krüger | -2/+2 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -0/+33 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -0/+210 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -15/+65 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -59/+53 |
| 2022-03-01 | Use CHECK-DAG in codegen/debuginfo-generic-closure-env-names.rs | Josh Stone | -9/+9 |
| 2022-03-01 | tests: avoid problems on 32 bit machines | Augie Fackler | -2/+2 |
| 2022-03-01 | tests: accept llvm intrinsic in align-checking test | Augie Fackler | -2/+2 |
| 2022-03-01 | update (bless) test results | Fausto | -34/+34 |
| 2022-03-01 | Use rustfix in copy suggestion test | Maybe Waffle | -25/+119 |
| 2022-03-01 | Add a test for Adt copy suggestions | Maybe Waffle | -0/+216 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -0/+62 |
| 2022-03-01 | Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgr | bors | -96/+1304 |
| 2022-03-01 | Add test to ensure it does not panic when an intra-doc link is generated from... | Guillaume Gomez | -0/+33 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -96/+1304 |