summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-12-21Out-of-order-code typo. Snapshot again.Graydon Hoare-1/+1
2011-12-21Register snapshots.Graydon Hoare-0/+7
2011-12-21Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t...Graydon Hoare-29/+59
2011-12-21add tests I forgot to addNiko Matsakis-0/+26
2011-12-21valid cap clause for kind-ness tooNiko Matsakis-12/+34
2011-12-21upgrade kind checkNiko Matsakis-12/+53
2011-12-21update pprinter to understand ret type of block, add warningsNiko Matsakis-4/+19
2011-12-21Make { || ... } sugar for any type of closure, inferredNiko Matsakis-242/+392
2011-12-21rustc: Exclude stdin from codemap files when lookup_posHaitao Li-3/+5
2011-12-20Merge pull request #1365 from elly/cargoBrian Anderson-2/+15
2011-12-20Revert "wip"Brian Anderson-88/+1
2011-12-20rt: Lock before using the random number generatorBrian Anderson-5/+3
2011-12-20cargo: allow 'ref' package key for git packages.Elly Jones-2/+15
2011-12-20wipBrian Anderson-1/+88
2011-12-20rt: Remove rust_task::grow. ObsoleteBrian Anderson-11/+0
2011-12-20Missing comma.Graydon Hoare-1/+1
2011-12-20Add pointer to cargo-central.Graydon Hoare-0/+3
2011-12-20cargo: syntax fixesElly Jones-7/+11
2011-12-20cargo: Add list and search.Elly Jones-4/+55
2011-12-20cargo: support optional signing of packages.json files.Elly Jones-3/+207
2011-12-20rt: Don't check the stack canary on most upcallsBrian Anderson-10/+4
2011-12-20cargo: Make sources.json parsable againBrian Anderson-1/+1
2011-12-20cargo: Add my package indexBrian Anderson-1/+4
2011-12-20Revert "rt: Reduce the mac red zone to 2K"Brian Anderson-2/+2
2011-12-20rt: Reduce the mac red zone to 2KBrian Anderson-2/+2
2011-12-20Merge pull request #1361 from elly/rustdocGraydon Hoare-15/+2
2011-12-20rustdoc: Some rights reserved?Elly Jones-1/+1
2011-12-20rustdoc: delete bogus license textElly Jones-14/+1
2011-12-20Merge pull request #1360 from elly/rustdocGraydon Hoare-0/+205
2011-12-20rt: Reduce the linux red zone to 2KBrian Anderson-2/+2
2011-12-20rt: Do fewer stack canary checksBrian Anderson-3/+5
2011-12-20rustdoc: Add.Elly Jones-0/+205
2011-12-20Inject "core macros" into default syntax-expansion environment. Bit of a klud...Graydon Hoare-21/+48
2011-12-20Add companion-module core.rs that exports log levels and option/some/none eve...Graydon Hoare-17/+19
2011-12-20Merge pull request #1349 from lht/driverGraydon Hoare-601/+623
2011-12-20Merge pull request #1350 from boggle/kmathGraydon Hoare-850/+8
2011-12-20rt: Parenthesize the red zone macrosBrian Anderson-5/+5
2011-12-20rt: Add a canary value to the end of every stackBrian Anderson-4/+40
2011-12-20Fix misleading comment about type_is_podMarijn Haverbeke-1/+2
2011-12-20rt: Run yet more task_start_wrapper cleanup on the C stackBrian Anderson-17/+33
2011-12-20removed math leftovers from stdStefan Plantikow-850/+8
2011-12-20Separate driver rustc and librustcHaitao Li-601/+623
2011-12-20test: Remove 'error:' from error patternHaitao Li-5/+5
2011-12-20rustc: Cleanup unused ext_mapHaitao Li-10/+7
2011-12-20rustc: Re-export the same name in different namespacesHaitao Li-13/+34
2011-12-20rustc: Implement re-export of renamed modulesHaitao Li-5/+30
2011-12-19rt: Don't reuse stack segments when they are not big enoughBrian Anderson-2/+3
2011-12-19rt: Rename asm_call_on_stack to __morestackBrian Anderson-14/+30
2011-12-19Register snapshotsBrian Anderson-0/+7
2011-12-19rt: Zero the bottom frame's return address and base pointerBrian Anderson-2/+10