summary refs log tree commit diff
path: root/src/librustc/middle/trans/inline.rs
AgeCommit message (Expand)AuthorLines
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-2/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+3
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-1/+3
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-3/+6
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+2
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-01-29librustc: De-export some of trans. rs=deexportingPatrick Walton-2/+2
2013-01-10mode: reset mode on entry to fn body.Niko Matsakis-1/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+5
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-4/+6
2012-12-05Long linesBrian Anderson-1/+2
2012-12-05Fix cross-crate inlining of static functionsBrian Anderson-9/+13
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-3/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-26librustc: Fix translation of cross-crate inline or generic methods with expli...Patrick Walton-5/+19
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+90