| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Rollup merge of #93850 - asquared31415:extern-static-size-ice, r=jackh726 | Matthias Krüger | -0/+63 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -343/+340 |
| 2022-02-25 | Test legacy type mangling | Tomasz Miąsko | -0/+640 |
| 2022-02-25 | Test legacy mangling of bool, char and integer constants | Tomasz Miąsko | -96/+194 |
| 2022-02-25 | Auto merge of #94357 - matthiaskrgr:rollup-xrjaof3, r=matthiaskrgr | bors | -1381/+257 |
| 2022-02-25 | Rollup merge of #94344 - notriddle:notriddle/suggest-parens-more, r=oli-obk | Matthias Krüger | -1/+135 |
| 2022-02-25 | Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-02-25 | Rollup merge of #94305 - JakobDegen:dp-1, r=oli-obk | Matthias Krüger | -7/+13 |
| 2022-02-25 | Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillot | Matthias Krüger | -44/+44 |
| 2022-02-25 | Rollup merge of #94155 - GuillaumeGomez:extend-toggle-gui-test, r=jsha | Matthias Krüger | -2/+26 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -1325/+37 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -5/+2 |
| 2022-02-25 | Bump bootstrap to 1.60 | Mark Rousskov | -336/+336 |
| 2022-02-25 | Fix debug_assert in unused lint pass | flip1995 | -6/+6 |
| 2022-02-25 | Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiser | bors | -1/+1 |
| 2022-02-25 | Extend toggle GUI test a bit | Guillaume Gomez | -2/+26 |
| 2022-02-25 | Auto merge of #94350 - matthiaskrgr:rollup-eesfiyr, r=matthiaskrgr | bors | -3/+124 |
| 2022-02-25 | Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandry | Matthias Krüger | -0/+114 |
| 2022-02-25 | Rollup merge of #93273 - bjorn3:rustbuild_improvements, r=Mark-Simulacrum | Matthias Krüger | -3/+4 |
| 2022-02-25 | Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum | Matthias Krüger | -0/+6 |
| 2022-02-25 | Do not suggest using a const parameter when there are bounds on an unused typ... | Chayim Refael Friedman | -3/+34 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -40/+20 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -2/+2 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -1323/+35 |
| 2022-02-25 | Add documentation for `--check-cfg` in rustdoc book | Loïc BRANSTETT | -0/+14 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -2/+66 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -2/+2 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -71/+54 |
| 2022-02-24 | diagnostic: suggest parens when users want logical ops, but get closures | Michael Howell | -1/+135 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -0/+6 |
| 2022-02-24 | Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obk | Dylan DPC | -7/+32 |
| 2022-02-24 | Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael... | Dylan DPC | -0/+29 |
| 2022-02-24 | Rollup merge of #94212 - scottmcm:swapper, r=dtolnay | Dylan DPC | -0/+140 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -1/+413 |
| 2022-02-24 | Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac... | Dylan DPC | -1/+40 |
| 2022-02-24 | Update clippy tests | Vadim Petrochenkov | -2/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -4/+4 |
| 2022-02-24 | don't ice when an extern static is too big | asquared31415 | -0/+63 |
| 2022-02-24 | Restrict query recursion in `needs_significant_drop` | Jakob Degen | -0/+14 |
| 2022-02-24 | restore spans for issue-50480 | Michael Goulet | -18/+16 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -17/+58 |
| 2022-02-24 | Remove an unnecessary restriction in `dest_prop` | Jakob Degen | -7/+13 |
| 2022-02-24 | don't special case `DefKind::Ctor` in encoding | lcnr | -44/+44 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -4/+4 |
| 2022-02-24 | Add test for nested structures. | Petr Sumbera | -0/+20 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -2/+2 |
| 2022-02-24 | update auto trait lint | lcnr | -7/+32 |
| 2022-02-24 | Rollup merge of #94296 - lnicola:rust-analyzer-2022-02-23, r=lnicola | Matthias Krüger | -16/+16 |
| 2022-02-24 | Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obk | Matthias Krüger | -18/+92 |