| 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 #93962 - joboet:branchless_slice_ord, r=Mark-Simulacrum | Matthias Krüger | -12/+11 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-16 | Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 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/+106 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -3/+76 |
| 2022-02-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+16 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -6/+67 |
| 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 | -18/+51 |
| 2022-02-16 | extract Res to `generics_of` def_id conversion | lcnr | -36/+37 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -9/+27 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -29/+44 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -7/+365 |
| 2022-02-16 | Rustup to rustc 1.60.0-nightly (09cb29c64 2022-02-15) | bjorn3 | -38/+5 |
| 2022-02-16 | Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306 | bjorn3 | -22/+22 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -1/+1 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -74/+105 |
| 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 | -1/+7 |
| 2022-02-16 | Cleanup uses | Lucas Kent | -5/+4 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -37/+45 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -4/+126 |
| 2022-02-16 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -64/+38 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -13/+23 |
| 2022-02-15 | Auto merge of #94021 - tmiasko:inline, r=nagisa | bors | -0/+20 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -29/+117 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -22/+42 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -5/+141 |
| 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 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -18/+16 |
| 2022-02-15 | bless mir-opt tests | b-naber | -4/+147 |
| 2022-02-15 | use mir::Visitor when collecting alloc_ids in pretty printing | b-naber | -7/+19 |
| 2022-02-15 | bless tests | b-naber | -179/+8 |
| 2022-02-15 | treat mir::ConstantKind::Val correctly in check_static_ptr | b-naber | -37/+4 |
| 2022-02-15 | use ConstantKind::Val in StaticRef | b-naber | -1/+6 |
| 2022-02-15 | Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726 | bors | -196/+306 |
| 2022-02-15 | Inline LocalExpnId::from_raw and LocalExpnId::as_raw | Tomasz Miąsko | -0/+2 |
| 2022-02-15 | Inline Target::deref | Tomasz Miąsko | -0/+2 |
| 2022-02-15 | Inline GenericArg conversion functions | Tomasz Miąsko | -0/+4 |
| 2022-02-15 | Inline UnifyKey::index and UnifyKey::from_index | Tomasz Miąsko | -0/+12 |
| 2022-02-15 | Add removed comments back in self-outlives-lint | Michael Goulet | -16/+18 |
| 2022-02-15 | add some more comments to GAT where clause check | Michael Goulet | -19/+62 |
| 2022-02-15 | add test for issue-93278, bless | Michael Goulet | -17/+44 |
| 2022-02-15 | make the gat wfcheck algorithm a loop | Michael Goulet | -57/+103 |