about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-11-02get things checking on ia32Niko Matsakis-97/+96
2011-11-02thread the context through so that int can be 64 bits on x86_64Niko Matsakis-99/+149
2011-11-02work on making the size of ints depend on the target archNiko Matsakis-60/+92
2011-11-02work on making the size of ints depend on the target archNiko Matsakis-210/+295
2011-11-02enable intrinsics for multiple archNiko Matsakis-17/+149
2011-11-02start going back to an i386 buildNiko Matsakis-40/+45
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-44/+113
2011-11-02modify x64 assembly and so forthNiko Matsakis-112/+93
2011-11-02do not preserve caller-saved registersNiko Matsakis-29/+29
2011-11-02copy over x86-specific codeNiko Matsakis-0/+233
2011-11-02start to isolate target strings so that they can be configured forNiko Matsakis-74/+114
2011-11-02Evaluate alt expressions in their own block contextMarijn Haverbeke-3/+10
2011-11-02Rename car/cdr to head/tail in std::listMarijn Haverbeke-19/+18
2011-11-02Make it possible to cast unsafe pointers with the 'as' operatorMarijn Haverbeke-6/+15
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-9/+19
2011-11-02Make 'lambda(...) -> ...' parse as a typeMarijn Haverbeke-22/+9
2011-11-02Make resolving of imports behave more sanelyMarijn Haverbeke-65/+57
2011-11-02Fix printing of parameterized tag types in ppauxMarijn Haverbeke-1/+1
2011-11-01Register snapshotsBrian Anderson-0/+5
2011-11-01Organize std.rc and make exports explicitBrian Anderson-51/+77
2011-11-01Ignore another test involving failure on windowsBrian Anderson-0/+1
2011-11-01Ignore should_fail tests on windowsBrian Anderson-0/+10
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-23/+126
2011-11-01Fix alignment of interior pointers of dynamic-size types. Closes #1112Brian Anderson-8/+63
2011-10-31rt: Fix long linesPatrick Walton-6/+6
2011-10-31rt: Have __morestack conform to the calling convention that LLVM generates on...Patrick Walton-9/+12
2011-10-31Register snapshotsBrian Anderson-10/+6
2011-10-31Update snapshot scripts for new stdlib nameBrian Anderson-2/+11
2011-10-31rustc: Find crates by matching the name metadataHaitao Li-22/+9
2011-10-31rustc: Enable segmented stacks in LLVM when --stack-growth is onPatrick Walton-0/+10
2011-10-31Stub a __morestack implementation and stack segment allocation. Untested.Patrick Walton-1/+70
2011-10-31Fix the filenames used in some IO testsBrian Anderson-4/+4
2011-10-31Add a char::to_digit functionMatt Brubeck-10/+40
2011-10-31Correct handling of non-numeric chars in parse_bufMatt Brubeck-3/+61
2011-10-31Rename std::str::chars to iter_charsMarijn Haverbeke-5/+5
2011-10-31Add a way to iterate over a str's chars to std::strMarijn Haverbeke-1/+29
2011-10-30Fix int::parse_buf for negative numbers (#1102)Matt Brubeck-3/+20
2011-10-30Make float::from_str ignore whitespace (#1089)Matt Brubeck-4/+43
2011-10-29Update keyword list in vim/syntax/rust.vimMatt Brubeck-6/+6
2011-10-29stdlib: Fix type in docs for result::chanBrian Anderson-1/+1
2011-10-29Cleanup the existing platform-specific ignored testsBrian Anderson-55/+11
2011-10-29Add the ability to ignore tests by compiler configBrian Anderson-21/+65
2011-10-29stdlib: Add vec::concat to concatenate a vector of vectorsBrian Anderson-0/+18
2011-10-29Add more logging to crate resolutionBrian Anderson-1/+12
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian Anderson-14/+88
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-37/+123
2011-10-29stdlib: Add result::chain for composing resultsBrian Anderson-8/+49
2011-10-29stdlib: Add result moduleBrian Anderson-0/+87
2011-10-28stdlib: Add fs::splitextBrian Anderson-0/+105
2011-10-28stdlib: Add vec::init. Returns all but the last element.Brian Anderson-1/+43