Niko Matsakis
|
87358728a4
|
Remove the mirroring for patterns and just convert them eagerly; then,
pass around references instead of boxed values to save on clone costs.
|
2015-11-10 22:18:06 -05:00 |
|
bors
|
2f59977d96
|
Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton
&format!("...") is the same as "" if we're not doing any interpolation,
and doesn't allocate an intermediate String.
|
2015-11-06 11:28:07 +00:00 |
|
Steve Klabnik
|
63576c23e4
|
remove excess string allocation
&format!("...") is the same as "" if we're not doing any interpolation,
and doesn't allocate an intermediate String.
|
2015-11-05 15:30:34 +01:00 |
|
Jonathan S
|
b1788ef8e1
|
Remove use of RefCell<DefMap> in the simpler parts of pat_util
|
2015-11-04 20:38:03 -06:00 |
|
Niko Matsakis
|
b5d3580843
|
Move the "HAIR" code that reads the tcx tables etc out of the tcx
module and into `hair/cx`, now that we don't have a trait defining
the interface
|
2015-11-03 04:35:00 -05:00 |
|