| Age | Commit message (Expand) | Author | Lines |
| 2022-03-04 | Fix a bug in `x.py fmt` that prevents some files being formatted. | Nicholas Nethercote | -1/+6 |
| 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 #94499 - RandomInsano:patch-1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 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 | Auto merge of #92214 - ehuss:submodule-bg-exit, r=Mark-Simulacrum | bors | -5/+16 |
| 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 | rename ErrorReported -> ErrorGuaranteed | mark | -13/+13 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -12/+255 |
| 2022-03-02 | Rollup merge of #94513 - RalfJung:miri, r=RalfJung | Matthias Krüger | -8/+8 |
| 2022-03-02 | Rollup merge of #94503 - joshtriplett:core-ffi-c, r=Amanieu | Matthias Krüger | -1/+1 |
| 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 #94490 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -1/+34 |
| 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 | update Miri | Ralf Jung | -8/+8 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -1/+1 |
| 2022-03-01 | Use CHECK-DAG in codegen/debuginfo-generic-closure-env-names.rs | Josh Stone | -9/+9 |
| 2022-03-01 | Demote Windows XP to no_std only | Edwin Amsler | -3/+3 |
| 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 | Move submodule checkout before msys2 installation. | Eric Huss | -4/+4 |
| 2022-03-01 | update (bless) test results | Fausto | -34/+34 |
| 2022-03-01 | Update books | Eric Huss | -0/+0 |
| 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 | -112/+1322 |
| 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 | Fix panic when intra-doc link comes from a generated doc comment | Guillaume Gomez | -1/+1 |
| 2022-03-01 | Rollup merge of #94470 - lnicola:rust-analyzer-2022-03-01, r=lnicola | Matthias Krüger | -16/+18 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -96/+1304 |
| 2022-03-01 | Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa | bors | -52/+19 |
| 2022-03-01 | Auto merge of #94471 - matthiaskrgr:rollup-ffz65qt, r=matthiaskrgr | bors | -8/+37 |
| 2022-03-01 | Rollup merge of #94459 - jonhoo:bump-cargo, r=Dylan-DPC | Matthias Krüger | -0/+0 |
| 2022-03-01 | Rollup merge of #94438 - compiler-errors:check-method-inputs-once, r=davidtwco | Matthias Krüger | -8/+37 |
| 2022-03-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+18 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -162/+493 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -42/+40 |
| 2022-03-01 | Rollup merge of #91545 - compiler-errors:deref-suggestion-improvements, r=est... | Dylan DPC | -0/+120 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -29/+2 |
| 2022-03-01 | Direct users towards using Rust feature names in CLI | Simonas Kazlauskas | -15/+80 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -4/+4 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -0/+210 |
| 2022-02-28 | Fix inconsistent symbol mangling of integers constants with -Zverbose | Tomasz Miąsko | -2/+472 |