| Age | Commit message (Expand) | Author | Lines |
| 2022-02-16 | Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddle | Matthias Krüger | -1/+14 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-16 | rustdoc: resolve intra-doc links when checking HTML | Michael Howell | -2/+120 |
| 2022-02-16 | Do not suggest "is a function" for free variables | Michael Howell | -0/+94 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+71 |
| 2022-02-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+16 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -3/+36 |
| 2022-02-16 | add llvm-nm to bootstrap dist bin's | Krasimir Georgiev | -0/+1 |
| 2022-02-16 | Auto merge of #94044 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -4/+4 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -0/+23 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -27/+37 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -1/+106 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -43/+70 |
| 2022-02-15 | Update cargo | Eric Huss | -0/+0 |
| 2022-02-15 | Update books | Eric Huss | -0/+0 |
| 2022-02-15 | fix assumption that ScalarPair Box is always a fat pointer | DrMeepster | -0/+6 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -16/+16 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -0/+113 |
| 2022-02-16 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -43/+6 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -8/+23 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+72 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -11/+2 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -0/+78 |
| 2022-02-15 | Add documentation for rustdoc --check option | Guillaume Gomez | -0/+11 |
| 2022-02-15 | Fix GUI test | Guillaume Gomez | -1/+1 |
| 2022-02-15 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2022-02-15 | bless mir-opt tests | b-naber | -4/+147 |
| 2022-02-15 | bless tests | b-naber | -179/+8 |
| 2022-02-15 | Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726 | bors | -4/+34 |
| 2022-02-15 | Add removed comments back in self-outlives-lint | Michael Goulet | -15/+18 |
| 2022-02-15 | add test for issue-93278, bless | Michael Goulet | -17/+44 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726 | Matthias Krüger | -0/+29 |
| 2022-02-15 | adapt static-nobundle test to use llvm-nm | Krasimir Georgiev | -2/+4 |
| 2022-02-15 | Auto merge of #93148 - nnethercote:Uniq, r=fee1-dead | bors | -108/+109 |
| 2022-02-15 | Clean up rustdoc command line args doc | Guillaume Gomez | -1/+3 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-se | bors | -0/+117 |
| 2022-02-15 | Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum | bors | -31/+66 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -18/+18 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -12/+12 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -78/+79 |
| 2022-02-15 | Auto merge of #93863 - pierwill:fix-93676, r=Mark-Simulacrum | bors | -2/+3 |
| 2022-02-15 | Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakis | bors | -0/+19 |
| 2022-02-14 | Don't allow error annotations in known-bug tests | Jack Huey | -7/+11 |
| 2022-02-14 | Add test for duplicated macros in the sidebar | Guillaume Gomez | -0/+21 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-02-14 | suggest using raw string literals when invalid escapes appear | Erin Petra Sofiya Moon | -0/+29 |
| 2022-02-14 | Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom... | bors | -6/+48 |