about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
2022-05-05Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitorbors-1/+0
2022-05-05Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-seYuki Okushi-1/+0
2022-05-05Auto merge of #96593 - jackh726:issue-93262, r=compiler-errorsbors-16/+8
2022-05-04Add debug statements.Camille GILLOT-1/+2
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-04Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726Yuki Okushi-1/+7
2022-05-04Revert #92191 Prefer projection candidates instead of param_env candidates fo...Jack Huey-16/+8
2022-05-03Taking review hints into account.ricked-twice-1/+1
2022-05-03Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwcobors-60/+61
2022-05-03Quick fix for #96223.ricked-twice-1/+7
2022-05-03Make rustc_parse_format compile on stablebjorn3-60/+61
2022-05-02fix most compiler/ doctestsElliot Roberts-34/+34
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-36/+16
2022-04-30Inline WhereClause into Generics.Camille GILLOT-12/+7
2022-04-29Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebankbors-1/+1
2022-04-28Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obkbors-12/+16
2022-04-28Update the diagnostic message to match the new spanOli Scherer-1/+1
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-11/+31
2022-04-26add hacky closure to struct_tail_with_normalize in order to allow us to walk ...b-naber-12/+16
2022-04-25do not consider two extern types to be similarlcnr-0/+1
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-40/+160
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-2/+2
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-40/+160
2022-04-16Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este...bors-1/+9
2022-04-16Implementation for 65853Jack Huey-1/+9
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-1/+1
2022-04-15Rollup merge of #95749 - compiler-errors:ambig, r=oli-obkDylan DPC-2/+2
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-1/+1
2022-04-14Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelixbors-1/+11
2022-04-13couple of clippy::complexity fixesMatthias Krüger-1/+1
2022-04-13couple of clippy::perf fixesMatthias Krüger-2/+2
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-0/+1
2022-04-11Auto merge of #95931 - matthiaskrgr:rollup-1c5zhit, r=matthiaskrgrbors-0/+7
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-0/+7
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-0/+7
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-10/+21
2022-04-09Auto merge of #95435 - cjgillot:one-name, r=oli-obkbors-5/+5
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-5/+5
2022-04-09Auto merge of #95835 - Dylan-DPC:rollup-l5mf2ad, r=Dylan-DPCbors-3/+19
2022-04-09Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726Dylan DPC-3/+19
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-9/+6
2022-04-08Avoid looking at the internals of Interned directlyOli Scherer-9/+6
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+1
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-18/+0
2022-04-06don't report int/float ambiguity when we have previous errorsMichael Goulet-3/+19
2022-04-06only downgrade Error -> Ambiguous if type error is in predicateMichael Goulet-2/+2
2022-04-06get rid of visit_constant in thir visitorb-naber-4/+0
2022-04-05rustc_trait_selection changesPietro Albini-18/+0
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-0/+9