| Age | Commit message (Expand) | Author | Lines |
| 2022-06-01 | Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoerister | Dylan DPC | -4/+5 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -7/+9 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -3/+7 |
| 2022-05-09 | review | lcnr | -1/+1 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+3 |
| 2022-05-09 | store `codegen_fn_attrs` in crate metadata | lcnr | -0/+4 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -3/+3 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -20/+39 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -2/+2 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -3/+9 |
| 2022-04-27 | Plumb through rustc_lint_defs::Level as enum rather than string. | Jeremy Fitzhardinge | -4/+1 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -9/+9 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -0/+4 |
| 2022-04-21 | [WIP] rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -0/+8 |
| 2022-04-19 | rustc_metadata: Store a flag telling whether an item may have doc links in it... | Vadim Petrochenkov | -3/+34 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -3/+3 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -18/+2 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -3/+26 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -9/+9 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -70/+43 |
| 2022-04-16 | Auto merge of #95899 - petrochenkov:modchild2, r=cjgillot | bors | -71/+71 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -3/+26 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -18/+2 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -9/+16 |
| 2022-04-13 | rustc_metadata: Do not encode unnecessary module children | Vadim Petrochenkov | -71/+71 |
| 2022-04-10 | Simplify FixedSizeEncoding using const generics. | Camille GILLOT | -107/+86 |
| 2022-04-10 | Directly encode DefId in metadata. | Camille GILLOT | -10/+77 |
| 2022-04-10 | Directly encode DefPathHash in metadata. | Camille GILLOT | -7/+25 |
| 2022-04-10 | Directly encode DefKind in metadata. | Camille GILLOT | -14/+64 |
| 2022-04-10 | Directly encode IsAsync in metadata. | Camille GILLOT | -5/+12 |
| 2022-04-10 | Directly encode Defaultness in metadata. | Camille GILLOT | -2/+10 |
| 2022-04-10 | Directly encode Constness in metadata. | Camille GILLOT | -10/+17 |
| 2022-04-10 | Directly encode ImplPolarity in metadata. | Camille GILLOT | -2/+46 |
| 2022-04-09 | use ItemId.def_id and avoid fetching Item | Miguel Guarniz | -16/+12 |
| 2022-04-08 | remove ItemLikeVisitor impls and add fast paths using DefKind | Miguel Guarniz | -39/+21 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -36/+17 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -5/+19 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -9/+15 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -6/+6 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -15/+4 |
| 2022-03-31 | Create trait_def table. | Camille GILLOT | -58/+14 |
| 2022-03-31 | Store fn constness in impl_constness. | Camille GILLOT | -49/+32 |
| 2022-03-31 | Introduce repr_options table. | Camille GILLOT | -33/+36 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -2/+40 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -28/+11 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -2/+40 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | typo | lcnr | -1/+1 |