| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -8/+5 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -8/+5 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -4/+4 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -80/+50 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -7/+1 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -2/+2 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -2/+8 |
| 2022-11-22 | rustc_metadata: Cleanup to `get_module_children` | Vadim Petrochenkov | -49/+26 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -59/+54 |
| 2022-11-22 | rustc_metadata: Do not encode empty reexport lists | Vadim Petrochenkov | -7/+5 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -76/+30 |
| 2022-11-22 | Tests for bad --extern library path and file | Steven Tang | -1/+0 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -76/+30 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -2/+2 |
| 2022-11-20 | Check that library is file | Steven Tang | -0/+6 |
| 2022-11-20 | Fix CrateLocationUnknownType error | Steven Tang | -1/+2 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -12/+8 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -2/+2 |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -4/+9 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -5/+2 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -2/+1 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -5/+5 |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+2 |
| 2022-11-03 | Stabilize default_alloc_error_handler | Amanieu d'Antras | -16/+3 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+2 |
| 2022-11-01 | Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd | bors | -2/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -12/+122 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+2 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -19/+11 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -27/+28 |
| 2022-10-29 | rustc_metadata: Encode even less doc comments | Vadim Petrochenkov | -2/+1 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -3/+2 |
| 2022-10-27 | Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillot | Matthias Krüger | -50/+53 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -3/+2 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -41/+15 |
| 2022-10-25 | rustc_metadata: Add constructors to module children at encoding time | Vadim Petrochenkov | -50/+53 |
| 2022-10-23 | Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPC | bors | -5/+0 |
| 2022-10-23 | Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514 | Dylan DPC | -5/+0 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -93/+93 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -11/+0 |
| 2022-10-22 | Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obk | bors | -2/+19 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -2/+19 |
| 2022-10-20 | Add code comments and documentation | Guillaume Gomez | -0/+14 |
| 2022-10-20 | Remove doc comments only for private items or some specific doc comments | Guillaume Gomez | -4/+27 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -41/+15 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -11/+0 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -5/+0 |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -2/+36 |
| 2022-10-12 | TyAlias needs encoded constness too, for layout computation in rustdoc | Michael Goulet | -2/+2 |