| Age | Commit message (Expand) | Author | Lines |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+8 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -4/+13 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -53/+132 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -13/+51 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -0/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -13/+6 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+6 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -12/+2 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -0/+7 |
| 2023-01-26 | Make make_identity take CanonicalVarInfos | Michael Goulet | -27/+25 |
| 2023-01-26 | Intern CanonicalVarValues | Michael Goulet | -31/+31 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -1/+2 |
| 2023-01-26 | Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot | Matthias Krüger | -178/+190 |
| 2023-01-26 | output tree representation for thir-tree | b-naber | -3/+885 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -644/+14 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -644/+14 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -113/+122 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -113/+122 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -4/+11 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -0/+24 |
| 2023-01-25 | Use `can_eq` to compare types for default assoc type error | Nilstrieb | -11/+8 |
| 2023-01-25 | Move `note_and_explain_type_err` from `rustc_middle` to `rustc_infer` | Nilstrieb | -633/+6 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -5/+7 |
| 2023-01-25 | create and use GlobalAlloc::address_space | Erik Desjardins | -1/+12 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -4/+11 |
| 2023-01-23 | Add comments and remove unnecessary code | Bryan Garza | -4/+5 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -1/+7 |
| 2023-01-23 | Remove debugging-related code | Bryan Garza | -6/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -3/+15 |
| 2023-01-23 | Point at specific field in struct literal when trait fulfillment fails | Nathan Fenner | -0/+2 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -0/+24 |
| 2023-01-23 | Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitor | bors | -2/+1 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -5/+7 |
| 2023-01-23 | Make `output_filenames` a real query | Oli Scherer | -1/+2 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-01-23 | Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -1/+3 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -1/+1 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -112/+110 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -296/+74 |
| 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/+3 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -3/+3 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -10/+28 |
| 2023-01-21 | Consistently use dominates instead of is_dominated_by | Tomasz Miąsko | -1/+1 |
| 2023-01-21 | Instantiate dominators algorithm only once | Tomasz Miąsko | -1/+0 |
| 2023-01-21 | Use strict provenance APIs in ty::tls | Nilstrieb | -10/+21 |
| 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 |