rust/src/librustc_trans
Eli Friedman 6bdfb05347 Clarify the usage of "hints" in const_eval.
The "hint" mechanism is essentially used as a workaround to compute
types for expressions which have not yet been type-checked. This
commit clarifies that usage, and limits the effects to the places
where it is currently necessary.

Fixes #26210.
2015-07-17 18:29:34 -07:00
..
back trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
save save-analysis: fix def_ids for method calls 2015-07-14 22:10:40 +12:00
trans Clarify the usage of "hints" in const_eval. 2015-07-17 18:29:34 -07:00
lib.rs trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.