| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -63/+32 | |
| Drop of arrays is now translated in trans::block in an ugly way that I should clean up in a later PR, and does not handle panics in the middle of an array drop, but this commit & PR are growing too big. | ||||
| 2017-03-18 | translate function shims using MIR | Ariel Ben-Yehuda | -0/+8 | |
| 2016-09-27 | Fix fallout in tests. | Jeffrey Seyfried | -4/+4 | |
| 2016-09-20 | rustc_trans: don't do on-demand drop glue instantiation. | Eduard Burtescu | -0/+2 | |
| 2016-09-13 | trans: Let the collector find drop-glue for all vtables, not just VTableImpl. | Michael Woerister | -4/+0 | |
| 2016-08-17 | rustc: move the SelfSpace before TypeSpace in Substs. | Eduard Burtescu | -5/+5 | |
| 2016-07-08 | Ignore closure-related translation item collection tests. | Michael Woerister | -0/+10 | |
| 2016-06-16 | fix codegen-units fallout | Ariel Ben-Yehuda | -2/+0 | |
| 2016-06-04 | fix fallout in tests | Ariel Ben-Yehuda | -4/+0 | |
| 2016-05-23 | trans::collector: Remove some redundant calls to erase_regions(). | Michael Woerister | -0/+4 | |
| 2016-05-11 | trans: Make collector handle the drop_in_place() intrinsic. | Michael Woerister | -0/+41 | |
| 2016-05-11 | Add test for collecting items in statics | James Miller | -0/+23 | |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 | |
| Fix some some duplicate words. | ||||
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+0 | |
| For legacy reasons (presumably), Windows does not permit files name aux. | ||||
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+104 | |
| Instead of finding aux-build files in `auxiliary`, we now search for an `aux` directory relative to the test. So if your test is `compile-fail/foo.rs`, we would look in `compile-fail/aux`. Similarly, we ignore the `aux` directory when searching for tets. | ||||
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 | |
| 2016-04-28 | Let the translation item collector make a distinction between drop-glue kinds | Michael Woerister | -4/+12 | |
| 2016-04-28 | Fix codegen-units tests | James Miller | -0/+2 | |
| I'm not sure what the signficance of `drop-glue i8` is, nor why one of the tests had it appear while the others had it disappear. Either way it doesn't seem like the presence or absense of it is the focus of the tests. | ||||
| 2016-04-28 | Fixup tests | James Miller | -6/+0 | |
| The drop glue for `i8` is no longer generated as a trans item | ||||
| 2016-04-14 | Move translation-item-collection tests into subfolder. | Michael Woerister | -0/+1346 | |
