summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-4/+2
2013-03-21Move the function to time passes to utilSeo Sanghyeon-0/+10
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-2/+2
2013-02-15librustc: Get rid of `move`.Luqman Aden-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-12/+12
2013-01-24remove unnecessary codeILyoan-6/+0
2013-01-22Make borrowck's notion of scopes consistent with trans's notion of scopesTim Chevalier-0/+3
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-4/+6
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-4/+6
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-1/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+102