summary refs log tree commit diff
path: root/src/librustc/middle/stack_check.rs
AgeCommit message (Expand)AuthorLines
2013-09-25Move unchanging portions of context over to the Visitor.Felix S. Klock II-37/+32
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-2/+1
2013-09-12rustc: Fix cstack lint for default methods. Closes #8753Brian Anderson-0/+12
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-6/+6
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-26Port middle/stack_check.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-20/+37
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-21/+70
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-0/+110