rust/src/librustc_trans
Felix S. Klock II 24f213d023 drive-by fix: scheduled drops are executed in reverse order.
That is, scheduled drops are executed in reverse order, so for
correctness, we *schedule* the lifetime end before we schedule the
drop, so that when they are executed, the drop will be executed
*before* the lifetime end.
2015-04-27 16:08:30 +02:00
..
2015-04-14 20:26:03 -07:00
2015-04-14 20:26:03 -07:00
2015-03-31 11:24:38 -07:00

See the README.md in ../librustc.