about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-36/+68
2023-02-22Move some InferCtxt methods to EvalCtxt in new solverMichael Goulet-226/+228
2023-02-22Auto merge of #108325 - matthiaskrgr:rollup-73qihie, r=matthiaskrgrbors-206/+565
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-22/+24
2023-02-21Rollup merge of #108323 - tshepang:translatable-hir-analysis, r=compiler-errorsMatthias Krüger-4/+13
2023-02-21Rollup merge of #108322 - cjgillot:clean-const-prop, r=oli-obkMatthias Krüger-132/+105
2023-02-21Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillotMatthias Krüger-1/+7
2023-02-21Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice...Matthias Krüger-1/+2
2023-02-21Rollup merge of #104239 - b-naber:sccs-info, r=jackh726Matthias Krüger-68/+438
2023-02-21address reviewb-naber-17/+31
2023-02-21Make query keys `Copy`John Kåre Alsaker-17/+18
2023-02-21hir-analysis: make one diagnostic translatableTshepang Mbambo-4/+13
2023-02-21Auto merge of #108307 - jedisct1:z-link-flags, r=wesleywiserbors-8/+8
2023-02-21Auto merge of #108311 - oli-obk:invert_defines, r=lcnrbors-26/+37
2023-02-21Make hidden type registration opt-in, so that each site can be reviewed on it...Oli Scherer-26/+37
2023-02-21Linker: use -z <params> instead of -z<params>Frank Denis-8/+8
2023-02-21Fix overlapping spans in removing extra argumentsclubby789-13/+10
2023-02-21Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Kibors-53/+19
2023-02-21Auto merge of #108301 - Dylan-DPC:rollup-70zpkt0, r=Dylan-DPCbors-83/+195
2023-02-21Rollup merge of #108289 - compiler-errors:name-placeholder, r=petrochenkovDylan DPC-10/+17
2023-02-21Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=...Dylan DPC-57/+2
2023-02-21Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errorsDylan DPC-13/+158
2023-02-21Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726Dylan DPC-3/+18
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-12/+54
2023-02-21Use `source_span` query instead of passing the untracked vec aroundOli Scherer-23/+14
2023-02-21Remove unused `Debug` implOli Scherer-1/+0
2023-02-21Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472bors-336/+403
2023-02-21Specify what 'this' actually isMichael Goulet-1/+7
2023-02-21Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obkbors-71/+177
2023-02-21Associated type bounds in some places in the compilerMichael Goulet-41/+22
2023-02-21Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkovbors-431/+458
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-18/+19
2023-02-21Use `ThinVec` in `ast::ExprKind::Match`.Nicholas Nethercote-9/+9
2023-02-21Use `ThinVec` in `ast::PatKind::Struct`.Nicholas Nethercote-10/+10
2023-02-21Use `ThinVec` in `ast::AngleBracketedArgs`.Nicholas Nethercote-8/+9
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-40/+50
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-187/+226
2023-02-21Use `ThinVec` in `ast::Impl` and related types.Nicholas Nethercote-8/+9
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-13/+29
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-45/+44
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-11/+11
2023-02-21Name placeholder in some region errorsMichael Goulet-10/+17
2023-02-20remove flagBoxy-57/+2
2023-02-20remove cfg attributesb-naber-12/+6
2023-02-20Rollup merge of #108276 - lcnr:opaque-tys, r=oli-obkMatthias Krüger-26/+18
2023-02-20Rollup merge of #108257 - fee1-dead-contrib:fixme-1, r=tmiaskoMatthias Krüger-5/+0
2023-02-20Rollup merge of #108255 - fee1-dead-contrib:fix-old-fixme, r=cjgillotMatthias Krüger-3/+0
2023-02-20Rollup merge of #108254 - Nathan-Fenner:nathanf/error-span-ref-trait-refine, ...Matthias Krüger-0/+13
2023-02-20Minimal changes to make miri workRune Tynan-22/+21
2023-02-20Remove unused lifetimeRune Tynan-1/+1