| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-24 | Remove AST from metadata except for consts and const fns. | Eduard Burtescu | -52/+0 | |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating ↵ | Michael Woerister | -100/+6 | |
| inlined HIR. | ||||
| 2016-07-08 | Drive function item translation from collector | James Miller | -52/+12 | |
| Functions and method are declared ahead-of-time, including generic ones. Closures are not considered trans items anymore, instead they are translated on demands. | ||||
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+1 | |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 | |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+1 | |
| 2016-03-31 | librustc_trans: use bug!(), span_bug!() | Benjamin Herr | -4/+4 | |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -0/+186 | |
