rust/compiler/rustc_trait_selection/src/traits
Mara Bos bb9542b016
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
Change x64 size checks to not apply to x32.

Rust contains various size checks conditional on target_arch = "x86_64", but these checks were never intended to apply to x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the conditions.
2021-03-09 09:05:24 +00:00
..
error_reporting Fix tests 2021-03-03 11:22:44 +01:00
query remove useless ?s (clippy::needless_question_marks) 2021-02-17 23:23:57 +01:00
select Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 2021-02-18 16:57:34 +01:00
specialize fix review 2021-02-25 04:21:12 +03:00
auto_trait.rs Get TyCtxt from self instead of passing as argument in AutoTraitFinder 2021-03-01 22:59:24 +02:00
chalk_fulfill.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
codegen.rs Use debug log level for developer oriented logs 2021-02-13 00:00:00 +00:00
coherence.rs Don't check self type twice 2021-02-12 17:37:32 +01:00
const_evaluatable.rs Shrink the size of Rvalue by 16 bytes 2021-03-05 09:33:01 +00:00
engine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fulfill.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
misc.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
mod.rs Remove an old FIXME comment and inline attribute 2021-02-28 20:43:58 +03:00
object_safety.rs Remove some unnecessary trait_ref calls 2021-02-13 19:30:07 +00:00
on_unimplemented.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
project.rs Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 2021-02-18 16:57:34 +01:00
structural_match.rs Use TypeVisitor::BreakTy in structural_match::Search 2020-11-14 21:15:32 +01:00
util.rs More rebinds 2020-12-19 04:26:35 -05:00
wf.rs Review changes 2021-01-16 18:56:37 -05:00