summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-12-19libcore: Remove stack alignment from task spawningBrian Anderson-2/+3
2011-12-19rt: Save and restore %rax/%eax in __morestackBrian Anderson-3/+9
2011-12-19rt: Remove some unused stack from i386/morestack.SBrian Anderson-9/+9
2011-12-19rt: Remove unused saves from __morestackBrian Anderson-10/+1
2011-12-19rt: Give upcall_new_stack the same convention as other upcallsBrian Anderson-58/+33
2011-12-19rt: Give upcall_del_stack the same convention as other upcallsBrian Anderson-24/+17
2011-12-19implement capture clauses (move, in particular) and integrateNiko Matsakis-53/+305
2011-12-19integrate cap clause into type state, but not transNiko Matsakis-15/+38
2011-12-19resolve capture clausesNiko Matsakis-30/+49
2011-12-19when collecting free vars, track the span where it is used tooNiko Matsakis-14/+25
2011-12-19impl the proper partial order between fn typesNiko Matsakis-39/+52
2011-12-19Remove cargo from snapshot file-list again; overestimated.Graydon Hoare-3/+0
2011-12-19Merge pull request #1334 from boggle/kmathGraydon Hoare-9/+14
2011-12-19libcore: add splitn to split a string N times.Erick Tryzelaar-18/+59
2011-12-19libcore: add vec push.Erick Tryzelaar-0/+24
2011-12-19libcore: Add vec any2 and all2 functions.Erick Tryzelaar-0/+49
2011-12-19vim comment highlighting can contain comments.Erick Tryzelaar-2/+4
2011-12-19getopts: add test for strings with spaces.Erick Tryzelaar-2/+5
2011-12-19Simplify getopts::find_opt.Erick Tryzelaar-4/+1
2011-12-19Fix a typo.Erick Tryzelaar-1/+1
2011-12-19Fix bug in type parameter handling for impl methodsMarijn Haverbeke-10/+27
2011-12-19Associate names with types introduced by itemsMarijn Haverbeke-184/+128
2011-12-19Add type argument field to expr_pathMarijn Haverbeke-16/+60
2011-12-19Complain when multiple methods in the same scope match a callMarijn Haverbeke-5/+9
2011-12-19Use quotes around tokens in parser error messages to make them more readableMarijn Haverbeke-14/+14
2011-12-19Properly calculate base working dir for compile units.Josh Matthews-10/+19
2011-12-19Long lines.Josh Matthews-12/+17
2011-12-19Fix merge error and rebasing changes for debug information.Josh Matthews-4/+8
2011-12-18Remove source line generation craziness. Ensure incorrect subprogram caches a...Josh Matthews-390/+172
2011-12-18Hide extended, unfinished debug information behind --xg compiler flag.Josh Matthews-10/+18
2011-12-18Clean up some names and factor out some common code.Josh Matthews-214/+164
2011-12-18Add support for vectors.Josh Matthews-63/+72
2011-12-18Add record debug information.Josh Matthews-22/+177
2011-12-18Fix up ast types after literal changes.Josh Matthews-12/+14
2011-12-18Add debug information for boxed and unique values.Josh Matthews-22/+163
2011-12-18Remove rebase error.Josh Matthews-3/+0
2011-12-18Handle inferred basic types when generating debug information for types.Josh Matthews-1/+14
2011-12-18Add argument metadata and aborted return value code.Josh Matthews-9/+130
2011-12-18Use proper size and alignment of types for debuginfo.Josh Matthews-20/+23
2011-12-18Fix build error after rebasing.Josh Matthews-1/+1
2011-12-18Fix up local variable support so it actually works.Josh Matthews-22/+36
2011-12-18Fix up subprogram composite type nodes, and lexical block context nodes.Josh Matthews-9/+34
2011-12-18Fix LLVM assertions when lowering log statements.Josh Matthews-47/+87
2011-12-18Build fix.Josh Matthews-7/+10
2011-12-18Add debug info for local vars, basic fundamental types, and lexical blocks, a...Josh Matthews-153/+561
2011-12-18Generate basic debug info for files, functions and compile units.Josh Matthews-3/+222
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-63/+72
2011-12-19preparing for removing math from stdStefan Plantikow-9/+14
2011-12-18rt: Get rid of the rethrow in upcall_failBrian Anderson-12/+35
2011-12-18rt: Create different stack-switching paths for upcalls and shimsBrian Anderson-22/+34