aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.md
AgeCommit message (Expand)Author
2015-12-24add while loopAndrew Kelley
2015-12-24add struct value expressionAndrew Kelley
2015-12-23inline assembly uses -> instead of returnAndrew Kelley
2015-12-15fix assignment operators for struct fieldsAndrew Kelley
2015-12-15analyze: clean up type checkingAndrew Kelley
2015-12-15support inline assembly expressions with return typeAndrew Kelley
2015-12-14analyze: BlockContext has concept of module scopeAndrew Kelley
2015-12-14`const` and `var` instead of `let` and `let mut`Andrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
2015-12-14add number literal typeAndrew Kelley
2015-12-12tokenizing assignment operatorsJosh Wolfe
2015-12-12fix short circuit expressionsJosh Wolfe
2015-12-12fix a + b + c and similarJosh Wolfe
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-11hello world working without libcAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09add language reference documentationAndrew Kelley