about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2022-12-08Rollup merge of #104922 - estebank:fur-elize, r=oli-obkMatthias Krüger-11/+20
2022-12-08validate: use the correct reveal during optslcnr-0/+8
2022-12-08add a test case for `generic_const_exprs` in trait itemsTakayuki Maeda-2/+2
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-2/+2
2022-12-07Move closure/generator type info methods to TyCtxtMichael Goulet-0/+76
2022-12-07Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obkMatthias Krüger-4/+8
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-1/+4
2022-12-07consider `parent_count` for const param defaultsTakayuki Maeda-0/+9
2022-12-06Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiserMatthias Krüger-170/+57
2022-12-06Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=...Matthias Krüger-9/+9
2022-12-06Rollup merge of #105287 - compiler-errors:issue-105275, r=eholkMatthias Krüger-2/+41
2022-12-06make retagging work even with 'unstable' placesRalf Jung-1/+1
2022-12-06Auto merge of #105220 - oli-obk:feeding, r=cjgillotbors-26/+45
2022-12-06Add GenericParamDef::to_error and InternalSubsts::extend_with_errorMichael Goulet-13/+32
2022-12-06drive-by: Default param for ToPredicateMichael Goulet-9/+9
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-1/+4
2022-12-05feed resolver_for_lowering instead of storing it in a fieldOli Scherer-14/+26
2022-12-05Allow arbitrary keys in feeding APIOli Scherer-12/+19
2022-12-05Synthesize generics for bad auto traits in dyn typesMichael Goulet-2/+22
2022-12-04drive-by: move field_index to typeck resultsMichael Goulet-4/+8
2022-12-04Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercotebors-54/+32
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-1/+1
2022-12-03Auto merge of #105133 - oli-obk:promoted_def_ids, r=cjgillotbors-5/+10
2022-12-02Rollup merge of #105162 - compiler-errors:fn-sig-arity, r=cjgillotMatthias Krüger-5/+15
2022-12-02Use zero based indexing for pass_countOli Scherer-2/+2
2022-12-02Remove an impl and replace its only use with a method callOli Scherer-6/+0
2022-12-01Properly synthesize fn sig value during cycleMichael Goulet-5/+15
2022-12-01Fill in `def_span` when creating def ids.Oli Scherer-1/+8
2022-12-01Don't allow feeding a query cache entry twiceOli Scherer-4/+2
2022-12-01Create `format_args` as late as possibleOli Scherer-17/+15
2022-12-01Remove needless `Cow`Oli Scherer-6/+2
2022-12-01Don't go through the formatting infrastructure just to get the name of a phaseOli Scherer-24/+14
2022-12-01Auto merge of #105095 - matthiaskrgr:rollup-9pu7vrx, r=matthiaskrgrbors-0/+6
2022-11-30Rollup merge of #104895 - chenyukang:yukang/fix-104884-serde, r=TaKO8KiMatthias Krüger-0/+6
2022-11-30Auto merge of #104940 - cjgillot:query-feed-simple, r=oli-obkbors-10/+88
2022-11-30Generalize some InternedInSet implsOli Scherer-36/+6
2022-11-30Remove PredicateS typeOli Scherer-52/+28
2022-11-30Update documentationOli Scherer-5/+5
2022-11-30Remove TySOli Scherer-95/+32
2022-11-30move WithCachedTypeInfo to rustc_type_irOli Scherer-5/+8
2022-11-30s/WithStableHash/WithCachedTypeInfo/Oli Scherer-34/+35
2022-11-30Auto merge of #105070 - matthiaskrgr:rollup-9b25khj, r=matthiaskrgrbors-3/+19
2022-11-29Rollup merge of #104911 - spastorino:inferred_outlives_crate-return-clause, r...Matthias Krüger-3/+19
2022-11-29Auto merge of #94487 - oli-obk:stable_hash_ty, r=fee1-deadbors-28/+59
2022-11-29Make TyCtxtFeed::def_id private.Camille GILLOT-5/+12
2022-11-29Feedable queries must allow hashing.Camille GILLOT-13/+1
2022-11-29Only allow feeding a value to newly created definitions.Camille GILLOT-28/+42
2022-11-29Allow to set a query's result as a side effect.Camille GILLOT-0/+69
2022-11-29Make inferred_outlives_crate return ClauseSantiago Pastorino-3/+19
2022-11-29Auto merge of #105012 - WaffleLapkin:into, r=oli-obkbors-48/+31