about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-12-06Add --no-core option and inject a use core/import core::* pair into crate unl...Graydon Hoare-0/+33
2011-12-06Fix next-node-id "hackasaurus" in comp/front/test.rs.Graydon Hoare-37/+25
2011-12-06Merge branch 'master' of github.com:graydon/rustNiko Matsakis-81/+573
2011-12-06libstd: Update docsBrian Anderson-13/+177
2011-12-06Rename --noverify flag to --no-verify.Graydon Hoare-3/+3
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+17
2011-12-06Make valgrind usage more consistent and less error prone.Austin Seipp-11/+5
2011-12-05test: More tests for unwinding + morestackBrian Anderson-3/+43
2011-12-05rt: Make stack unwinding work more correctly with stack growthBrian Anderson-2/+40
2011-12-05test: Test hitting the dynamic linker in the red zoneBrian Anderson-3/+91
2011-12-05rt: Use an out pointer for rust_new_stackBrian Anderson-14/+31
2011-12-05correct the use of 'sed -i'Niko Matsakis-3/+4
2011-12-05test: Add more tests for stack growthBrian Anderson-3/+137
2011-12-05rt: Unwind through __morestack on 32-bit linuxBrian Anderson-0/+24
2011-12-05rustc: Remove whitespaceBrian Anderson-1/+1
2011-12-05rustc: Add suffix ".rc" to LLVM module identifierHaitao Li-1/+19
2011-12-04rt: Update 32-bit __morestack for recent LLVM changesBrian Anderson-20/+24
2011-12-05typeck: Fix for #932Stefan Plantikow-0/+18
2011-12-04Upgrade LLVM to svn revision 145779Brian Anderson-63/+19
2011-12-05rustc: Fix memory leak in do-while loopHaitao Li-2/+13
2011-12-02rt: Implement 32-bit __morestack for macBrian Anderson-21/+63
2011-12-02rt: Fix __morestack prologue on x86_64 macBrian Anderson-1/+1
2011-12-02build: added CFG_INSTALL_SNAP for automatically activating test snapshotsStefan Plantikow-2/+36
2011-12-02const_check: trans: added support for trivial castsStefan Plantikow-0/+26
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-47/+124
2011-12-02ty: trans: added support for dropping trivial castsStefan Plantikow-5/+33
2011-12-02ty: added type comparison that subs prim types with targ_cfg machine typesStefan Plantikow-0/+37
2011-12-02stdlib: Actually write the word 'fail' instead of just thinking itBrian Anderson-0/+1
2011-12-02stdlib: Add issue number to win32 fsync FIXMEBrian Anderson-1/+1
2011-12-02stdlib: Win32 fsync is just failBrian Anderson-3/+1
2011-12-02Added cross-platform fsync api to io; win32 impl needs to be refinedStefan Plantikow-13/+147
2011-12-02Be less specific in 'unresolved import' error patternsMarijn Haverbeke-6/+6
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2
2011-12-02Include full module path in unresolved errors when looking in moduleMarijn Haverbeke-28/+61
2011-12-02Make import ignore imports coming after themMarijn Haverbeke-17/+57
2011-12-02Finally make the -1 crate id in resolve.rs a constMarijn Haverbeke-10/+7
2011-12-02Stop lexing -1 as a single tokenMarijn Haverbeke-62/+3
2011-12-02Allow literal patterns to contain arbitrary literal expressionsMarijn Haverbeke-128/+175
2011-12-01rt: Fix 64-bit linux __morestackBrian Anderson-2/+26
2011-12-01test: Don't fill queue in run-pass/send-iloop. Closes #1244Brian Anderson-0/+3
2011-12-01cargo: support build-from-sourceElly Jones-7/+36
2011-12-01rt: Implement __morestack for 64-bit mac. Doesn't unwind yetBrian Anderson-10/+5
2011-12-01rt: Implement record_sp for 64-bit macBrian Anderson-1/+8
2011-12-01fix name of SetCurrentDirectoryNiko Matsakis-2/+2
2011-12-01libstd: add fs::change_dir()Elly Jones-0/+18
2011-12-01rt: Move RED_ZONE_SIZE to rust_task.cppBrian Anderson-9/+10
2011-12-01rt: Add FIXME's about future changes to LLVM's __morestack implBrian Anderson-0/+5
2011-12-01rt: Refactor record_sp into task::record_stack_limitBrian Anderson-6/+8
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-6/+16
2011-12-01cargo: add start of rust rewriteElly Jones-0/+135