summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-03-12rt: Remove arbitrary limit on size of port queue. Closes #1245Brian Anderson-2/+0
2012-03-12rustc: Refactor regions to handle nested functions properly and fix the subty...Patrick Walton-105/+100
2012-03-11Improve a typechecker error message (wrong type for main())Tim Chevalier-7/+8
2012-03-11A few tests for infinite loopsTim Chevalier-0/+23
2012-03-11rustc: Record the parent function of each functionPatrick Walton-4/+23
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-8/+61
2012-03-11rustc: Fix long linesPatrick Walton-7/+9
2012-03-11rustc: Turn on errors for region checkingPatrick Walton-5/+3
2012-03-11rustc: Unify regions in most cases. (Nested functions aren't properly handled...Patrick Walton-5/+67
2012-03-11rustc: Determine regions for localsPatrick Walton-2/+49
2012-03-11rustc: Map local variables to their containing blocks so we know their regionsPatrick Walton-8/+85
2012-03-10Fix test so it terminates, and un-xfail itTim Chevalier-6/+4
2012-03-10Fix Windows build breakageTim Chevalier-1/+1
2012-03-10Tweak some test cases and add a few new onesTim Chevalier-8/+61
2012-03-10wibbleTim Chevalier-3/+2
2012-03-10Clean up occurs check code and give non-breaking loop {..}s _|_ typeTim Chevalier-19/+11
2012-03-10In typestate, consider infinite loops w/ conts to be infiniteTim Chevalier-1/+19
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-104/+81
2012-03-10Handle infinite-loop poststate correctly in typestateTim Chevalier-2/+2
2012-03-10Register snapshotsTim Chevalier-0/+8
2012-03-10cargo: Don't bail when signature verification failsBrian Anderson-3/+2
2012-03-10core: Remove empty bessel modBrian Anderson-12/+0
2012-03-10core: Cleanup bool moduleBrian Anderson-20/+20
2012-03-10core: Remove the nearly empty math moduleBrian Anderson-317/+8
2012-03-10core: FormattingBrian Anderson-1/+1
2012-03-10core Remove vec::enum_chars/uint. Closes #1955Brian Anderson-22/+32
2012-03-10rustdoc: Put native mods on their own pages. Closes #1959Brian Anderson-2/+41
2012-03-10rustdoc: Fix native mod breakageBrian Anderson-0/+7
2012-03-10rustdoc: Write page titlesBrian Anderson-21/+66
2012-03-10rustdoc: Remove unused fnBrian Anderson-4/+0
2012-03-10rustdoc: Fix generation of impl links. Closes #1953Brian Anderson-1/+8
2012-03-10core: Rename vec::tail_n to vec::tailn to match other fnsBrian Anderson-4/+4
2012-03-10core: Clean up comments and exportsBrian Anderson-38/+135
2012-03-09std: Convert to rustdocBrian Anderson-1565/+708
2012-03-09core: Convert to rustdocBrian Anderson-2114/+1075
2012-03-09Merge branch 'master' into floop-for-snapshotTim Chevalier-1763/+679
2012-03-09Register snapshotsTim Chevalier-0/+8
2012-03-09rustdoc: Change the formatting for enum variantsBrian Anderson-5/+4
2012-03-09Merge pull request #1950 from damag/masterBrian Anderson-1/+1
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-230/+59
2012-03-09rustdoc: Accept the first sentence as the brief descriptionBrian Anderson-8/+35
2012-03-09rustdoc: Simplify the relation between the brief and long descriptionBrian Anderson-184/+32
2012-03-10The compiler is now in src/rustcDamien Grassart-1/+1
2012-03-09rustc: Add a region checking passPatrick Walton-0/+74
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-1244/+37
2012-03-09rustdoc: Update the demo moduleBrian Anderson-95/+73
2012-03-09rustdoc: Write sections in markdownBrian Anderson-60/+93
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-2/+337
2012-03-09Add an infinite loop constructTim Chevalier-122/+208
2012-03-09rustc: Perform region inferencePatrick Walton-2/+154