| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -1/+7 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -0/+24 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -0/+1 |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -1/+2 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -112/+110 |
| 2023-01-22 | Rename relationships to infer_var_info | Santiago Pastorino | -1/+1 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -1/+2 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -10/+28 |
| 2023-01-21 | Use strict provenance APIs in ty::tls | Nilstrieb | -10/+20 |
| 2023-01-21 | Some ty::tls cleanups | Nilstrieb | -51/+53 |
| 2023-01-21 | Move `ty::tls` to seperate file | Nilstrieb | -172/+171 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -1/+1 |
| 2023-01-20 | Rollup merge of #106928 - bvanjoi:print-keyword-raw-identifier, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-01-20 | Rollup merge of #106979 - Nilstrieb:type-of-default-assoc-type, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2023-01-19 | Auto merge of #107038 - compiler-errors:dont-wfcheck-non-local-rpit, r=oli-obk | bors | -0/+1 |
| 2023-01-20 | add raw identifier for keyword in suggestion | bohan | -1/+1 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+1 |
| 2023-01-19 | Auto merge of #106910 - aliemjay:alias-ty-in-regionck, r=oli-obk | bors | -2/+17 |
| 2023-01-19 | even more unify Projection/Opaque in outlives code | Ali MJ Al-Nasrawy | -2/+17 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -4/+3 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -11/+30 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+9 |
| 2023-01-18 | Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb | Michael Goulet | -22/+22 |
| 2023-01-18 | Rollup merge of #107004 - compiler-errors:new-solver-new-candidates-2, r=lcnr | Michael Goulet | -0/+5 |
| 2023-01-18 | Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino | Michael Goulet | -5/+12 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -26/+1 |
| 2023-01-18 | Auto and alias traits | Michael Goulet | -0/+5 |
| 2023-01-18 | Rollup merge of #106718 - lcnr:solver-cycles, r=compiler-errors | Dylan DPC | -11/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -22/+22 |
| 2023-01-18 | instantiate canonical vars eagerly | lcnr | -11/+0 |
| 2023-01-18 | Rollup merge of #106873 - BoxyUwU:ty_const_formatting, r=compiler-errors | Matthias Krüger | -29/+16 |
| 2023-01-18 | Rollup merge of #106747 - yanchen4791:issue-105507-fix, r=estebank | Matthias Krüger | -0/+7 |
| 2023-01-18 | i am free | Boxy | -8/+11 |
| 2023-01-18 | actually print out non local anon consts | Boxy | -3/+3 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -20/+4 |
| 2023-01-17 | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | -0/+7 |
| 2023-01-17 | Rollup merge of #106980 - Nilstrieb:_use_mk_manual_debug_impl_instead, r=lcnr | Matthias Krüger | -2/+11 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -7/+0 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -19/+19 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -7/+0 |
| 2023-01-17 | Hide `_use_mk_alias_ty_instead` in `<AliasTy as Debug>::fmt` | nils | -2/+11 |
| 2023-01-17 | Document how to get the type of a default associated type | nils | -0/+5 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -19/+19 |
| 2023-01-17 | Rollup merge of #106953 - kylematsuda:early-binder-docs, r=jackh726 | Matthias Krüger | -0/+19 |
| 2023-01-17 | Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino | Matthias Krüger | -0/+1 |
| 2023-01-16 | document EarlyBinder::subst_identity and skip_binder | Kyle Matsuda | -0/+19 |
| 2023-01-16 | Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errors | Matthias Krüger | -1/+8 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -1/+8 |
| 2023-01-16 | Auto merge of #106395 - compiler-errors:rework-predicates, r=eholk | bors | -23/+47 |