| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomez | Yuki Okushi | -74/+2 |
| 2022-05-10 | fix typo | lcnr | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -9/+9 |
| 2022-05-09 | Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillot | bors | -21/+52 |
| 2022-05-09 | review | lcnr | -3/+3 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -21/+52 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -2/+74 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -2/+2 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -1/+27 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -1/+27 |
| 2022-05-04 | Cleanup broken doc links. | ridwanabdillahi | -1/+1 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+199 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -9/+8 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -2/+2 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+5 |
| 2022-04-25 | Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors | bors | -1/+2 |
| 2022-04-23 | Fix lints. | Camille GILLOT | -35/+14 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -4/+14 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -2/+2 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -1/+2 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -35/+26 |
| 2022-04-18 | Make `#[used]` considered reachable | Gary Guo | -0/+5 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -35/+26 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -59/+48 |
| 2022-04-16 | Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser | Dylan DPC | -0/+16 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -6/+54 |
| 2022-04-15 | Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-dead | Dylan DPC | -3/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -6/+54 |
| 2022-04-14 | remove redundant function param in check_for_self_assign_helper() | Matthias Krüger | -3/+2 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-04-09 | restrict access to span only when we emit diagnostic | Miguel Guarniz | -1/+1 |
| 2022-04-08 | add mapping from DefKind to Target and remove more ItemLikeVisitor impls | Miguel Guarniz | -62/+36 |
| 2022-04-08 | remove some uses of visit_all_item_likes in typeck, symbol_mangling and passe... | Miguel Guarniz | -1/+16 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -32/+28 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -3/+22 |
| 2022-04-02 | Rollup merge of #95544 - jam1garner:improve-naked-noreturn-diagnostic, r=tmiasko | Dylan DPC | -1/+14 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -4/+7 |
| 2022-04-01 | Reword purpose description of noreturn in naked function | jam1garner | -1/+1 |
| 2022-04-01 | Don't emit non-asm contents error for naked function composed of errors | jam1garner | -3/+22 |
| 2022-03-31 | Add error message suggestion for missing noreturn in naked function | jam1garner | -1/+14 |
| 2022-03-31 | Handle rustc_const_stable attribute in library feature collector | David Tolnay | -4/+7 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -4/+4 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -5/+5 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+21 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |