| Age | Commit message (Expand) | Author | Lines |
| 2022-03-13 | Auto merge of #94897 - camelid:query-doc-hidden, r=cjgillot | bors | -11/+16 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -11/+16 |
| 2022-03-12 | Auto merge of #90358 - DevinR528:omitted-field-fix, r=jackh726 | bors | -3/+10 |
| 2022-03-12 | Fix rebase conflicts with stderr files | Devin Ragotzy | -1/+1 |
| 2022-03-12 | Format reordered imports in tyck/pat | Devin Ragotzy | -1/+1 |
| 2022-03-12 | Only filter doc(hidden) fields/variants when not crate local | Devin Ragotzy | -4/+5 |
| 2022-03-12 | Fix omitted_patterns lint showing unstable/doc hidden fields | Devin Ragotzy | -0/+6 |
| 2022-03-12 | Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi... | bors | -0/+13 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -1/+1 |
| 2022-03-12 | don't call multipart_suggestion | ouz-a | -7/+1 |
| 2022-03-12 | Use consistent prose for `::` | Michael Howell | -1/+1 |
| 2022-03-12 | Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obk | bors | -1/+8 |
| 2022-03-12 | Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obk | bors | -1/+19 |
| 2022-03-12 | Auto merge of #94875 - matthiaskrgr:rollup-tq1li2d, r=matthiaskrgr | bors | -10/+147 |
| 2022-03-12 | Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkov | Matthias Krüger | -10/+147 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -586/+600 |
| 2022-03-11 | fix another assumption about box | DrMeepster | -1/+8 |
| 2022-03-11 | diagnostics: do not spurriously claim something is "not an iterator" | Michael Howell | -1/+19 |
| 2022-03-11 | diagnostics: single colon within `<>` probably, not type ascription | Michael Howell | -0/+13 |
| 2022-03-11 | Implement macro meta-variable expression | Caio | -10/+147 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+10 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -41/+51 |
| 2022-03-11 | Rollup merge of #94798 - nnethercote:parse_tt-refactor, r=petrochenkov | Dylan DPC | -118/+128 |
| 2022-03-11 | Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillot | bors | -4/+4 |
| 2022-03-11 | Rollup merge of #94840 - lcnr:update-comment, r=Dylan-DPC | Dylan DPC | -7/+4 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -1/+1 |
| 2022-03-11 | update comment | lcnr | -7/+4 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+10 |
| 2022-03-11 | Move a `parse_tt` error case into a separate function. | Nicholas Nethercote | -24/+35 |
| 2022-03-11 | Make next_items a `SmallVec`. | Nicholas Nethercote | -3/+2 |
| 2022-03-11 | Move `eof_items` handling entirely within `inner_parse_loop`. | Nicholas Nethercote | -50/+40 |
| 2022-03-11 | Add a useful assertion. | Nicholas Nethercote | -0/+2 |
| 2022-03-11 | Disallow `TokenTree::{MetaVar,MetaVarExpr}` in matchers. | Nicholas Nethercote | -4/+5 |
| 2022-03-11 | Refactor the second half of `parse_tt`. | Nicholas Nethercote | -61/+68 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -586/+600 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -2/+154 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -41/+51 |
| 2022-03-10 | Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe... | Dylan DPC | -1/+3 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -44/+322 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -46/+117 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -7/+7 |
| 2022-03-10 | Rollup merge of #94809 - durin42:llvm-15-modulepass, r=nikic | Matthias Krüger | -0/+1 |
| 2022-03-10 | Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnr | Matthias Krüger | -25/+63 |
| 2022-03-10 | RustWrapper: add missing include | Augie Fackler | -0/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-03-10 | Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr | bors | -175/+319 |
| 2022-03-10 | Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -154/+223 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -20/+29 |
| 2022-03-10 | Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet... | Matthias Krüger | -1/+42 |