about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/object_safety.rs
AgeCommit message (Expand)AuthorLines
2021-02-01more things are const evaluatable *sparkles*Ellen-2/+2
2021-01-16Review changesJack Huey-25/+25
2020-12-19More rebindsJack Huey-2/+2
2020-12-11Move binder for dyn to each list itemJack Huey-16/+12
2020-11-17Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obkbors-3/+5
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-14Set the default `BreakTy` to `!`LeSeulArtichaut-0/+2
2020-11-14Introduce `TypeVisitor::BreakTy`LeSeulArtichaut-3/+3
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-3/+3
2020-10-30Use `ControlFlow::is{break,continue}`LeSeulArtichaut-2/+3
2020-10-30TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}LeSeulArtichaut-12/+22
2020-10-29Rollup merge of #78422 - estebank:fix-78372, r=pnkfelixJonas Schievink-7/+13
2020-10-26Do not ICE on invalid inputEsteban Küber-7/+13
2020-10-25check for object safety violations in constantsBastian Kauschke-24/+61
2020-10-20review commentsEsteban Küber-45/+46
2020-10-20Tweak "object unsafe" errorsEsteban Küber-28/+42
2020-10-06Check associated type bounds for object safety violationsMatthew Jasper-39/+62
2020-10-03Replace some once(x).chain(once(y)) with [x, y] IntoIterScott McMurray-2/+2
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-7/+5
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+789