A new optimizer setting-opt-inline-from limits the classes from which the inliner will copy code. scalac -opt-inline-from:help provides detailed help.
The presentation compiler has improved support for implicit macros, which should improve the experience with libraries based on Shapeless. It also has better support for code completion for dependently typed methods.