| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -15/+41 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -1/+8 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+45 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -6/+6 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+45 |
| 2022-09-21 | Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-... | bors | -82/+82 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -77/+77 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -79/+79 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | Overhaul `-Zmeta-stats` output. | Nicholas Nethercote | -202/+142 |
| 2022-09-21 | Wrap some long comment lines. | Nicholas Nethercote | -10/+9 |
| 2022-09-20 | Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkov | bors | -13/+10 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -13/+10 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -4/+3 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -0/+7 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-12 | Fix raw-dylib with link_name | Daniel Paoliello | -4/+3 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -8/+80 |
| 2022-09-11 | Auto merge of #101678 - jannic:fix-101640, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -1/+13 |
| 2022-09-11 | Add diagnostic arg 'current_crate' | Jan Niehusmann | -0/+1 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -2/+2 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -2/+2 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -3/+0 |
| 2022-09-09 | Address rebase issues, make async fn in trait work | Michael Goulet | -1/+5 |