| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Do not suggest using a const parameter when there are bounds on an unused typ... | Chayim Refael Friedman | -7/+67 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -66/+44 |
| 2022-02-25 | Auto merge of #93878 - Aaron1011:newtype-macro, r=cjgillot | bors | -457/+342 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -79/+41 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -1459/+58 |
| 2022-02-24 | Make internal mask implementation safe | Caleb Zulawski | -30/+75 |
| 2022-02-24 | Manually implement for supported lanes | Caleb Zulawski | -59/+38 |
| 2022-02-24 | Use bitmask trait | Caleb Zulawski | -60/+93 |
| 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 | -32/+43 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -1143/+1497 |
| 2022-02-24 | revert implementation of `slice::swap` | Ibraheem Ahmed | -5/+11 |
| 2022-02-24 | diagnostic: suggest parens when users want logical ops, but get closures | Michael Howell | -3/+151 |
| 2022-02-25 | Remove a duplicate space | Chayim Refael Friedman | -1/+1 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -2/+90 |
| 2022-02-24 | Auto merge of #94333 - Dylan-DPC:rollup-7yxtywp, r=Dylan-DPC | bors | -268/+1078 |
| 2022-02-24 | Fix intra-doc link issues exposed by new macro | Aaron Hill | -1/+2 |
| 2022-02-24 | Address review comments | Aaron Hill | -24/+10 |
| 2022-02-24 | Fix test | Aaron Hill | -1/+5 |
| 2022-02-24 | Convert `newtype_index` to a proc macro | Aaron Hill | -455/+349 |
| 2022-02-24 | Rollup merge of #94327 - Mark-Simulacrum:avoid-macro-sp, r=petrochenkov | Dylan DPC | -2/+8 |
| 2022-02-24 | Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=pet... | Dylan DPC | -40/+45 |
| 2022-02-24 | Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obk | Dylan DPC | -7/+33 |
| 2022-02-24 | Rollup merge of #94308 - tmiasko:normalize-main-ret-ty, r=oli-obk | Dylan DPC | -3/+12 |
| 2022-02-24 | Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael... | Dylan DPC | -18/+49 |
| 2022-02-24 | Rollup merge of #94212 - scottmcm:swapper, r=dtolnay | Dylan DPC | -97/+263 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -47/+511 |
| 2022-02-24 | Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac... | Dylan DPC | -5/+65 |
| 2022-02-24 | Rollup merge of #91795 - petrochenkov:nomacreexport, r=cjgillot | Dylan DPC | -49/+92 |
| 2022-02-24 | Update clippy tests | Vadim Petrochenkov | -2/+2 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -23/+47 |
| 2022-02-24 | metadata: Tweak the way in which declarative macros are encoded | Vadim Petrochenkov | -5/+8 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -19/+35 |
| 2022-02-24 | don't ice when an extern static is too big | asquared31415 | -4/+88 |
| 2022-02-24 | Auto merge of #8468 - flip1995:rustup, r=flip1995 | bors | -137/+143 |
| 2022-02-24 | Bump nightly version -> 2022-02-24 | flip1995 | -1/+1 |
| 2022-02-24 | Bump Clippy Version -> 0.1.61 | flip1995 | -3/+3 |
| 2022-02-24 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -1357/+3184 |
| 2022-02-24 | Restrict query recursion in `needs_significant_drop` | Jakob Degen | -19/+31 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -80/+84 |
| 2022-02-24 | restore spans for issue-50480 | Michael Goulet | -19/+30 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -22/+71 |
| 2022-02-24 | Avoid emitting full macro body into JSON | Mark Rousskov | -2/+8 |
| 2022-02-24 | Remove an unnecessary restriction in `dest_prop` | Jakob Degen | -33/+20 |
| 2022-02-24 | don't special case `DefKind::Ctor` in encoding | lcnr | -51/+46 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -3/+19 |
| 2022-02-24 | Remove redundant hashing configuration logic in type interner | Oli Scherer | -7/+2 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -12/+51 |
| 2022-02-24 | Add test for nested structures. | Petr Sumbera | -0/+20 |