about summary refs log tree commit diff
path: root/src/librustc/back
AgeCommit message (Expand)AuthorLines
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-100/+87
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-34/+27
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-48/+54
2013-01-14syntax/rustc: Eliminate some bad copiesTim Chevalier-62/+62
2013-01-13Support ARM and Androidkyeongwoon-4/+112
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-164/+179
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+29
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-29/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+29
2013-01-08arrange core::os::constsILyoan-3/+16
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-35/+55
2012-12-27librustc: Fix some unresolved imports in the test runner. rs=bustagePatrick Walton-1/+10
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-18/+56
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-10/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+70
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-2/+2
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1383