If you are enquiring about the git-mechanics to get that branch built,
see below. (Otherwise ignore.)
You can build that branch. The last rebase is on branch
yyc/dftnew_rebase, but it was not tested. This "should" work:
git clone g...@github.com:JuliaLang/julia.git
git checkout yyc/dftnew_rebase
make testall (the testall will run all the unit-tests after compilation)
Alternatively you can build Steven's branch (in another folder):
git clone g...@github.com:stevengj/julia.git
git checkout dftnew
make testall
Mauro