index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2011-11-02
get things checking on ia32
Niko Matsakis
-97
/
+96
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-99
/
+149
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-60
/
+92
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-210
/
+295
2011-11-02
enable intrinsics for multiple arch
Niko Matsakis
-17
/
+149
2011-11-02
start going back to an i386 build
Niko Matsakis
-40
/
+45
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-44
/
+113
2011-11-02
modify x64 assembly and so forth
Niko Matsakis
-112
/
+93
2011-11-02
do not preserve caller-saved registers
Niko Matsakis
-29
/
+29
2011-11-02
copy over x86-specific code
Niko Matsakis
-0
/
+233
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-74
/
+114
2011-11-02
Evaluate alt expressions in their own block context
Marijn Haverbeke
-3
/
+10
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-19
/
+18
2011-11-02
Make it possible to cast unsafe pointers with the 'as' operator
Marijn Haverbeke
-6
/
+15
2011-11-02
Make ptr::addr_of return an immutable vec, add mut_addr_of
Marijn Haverbeke
-9
/
+19
2011-11-02
Make 'lambda(...) -> ...' parse as a type
Marijn Haverbeke
-22
/
+9
2011-11-02
Make resolving of imports behave more sanely
Marijn Haverbeke
-65
/
+57
2011-11-02
Fix printing of parameterized tag types in ppaux
Marijn Haverbeke
-1
/
+1
2011-11-01
Register snapshots
Brian Anderson
-0
/
+5
2011-11-01
Organize std.rc and make exports explicit
Brian Anderson
-51
/
+77
2011-11-01
Ignore another test involving failure on windows
Brian Anderson
-0
/
+1
2011-11-01
Ignore should_fail tests on windows
Brian Anderson
-0
/
+10
2011-11-01
Add should_fail annotation for unit tests
Matt Brubeck
-23
/
+126
2011-11-01
Fix alignment of interior pointers of dynamic-size types. Closes #1112
Brian Anderson
-8
/
+63
2011-10-31
rt: Fix long lines
Patrick Walton
-6
/
+6
2011-10-31
rt: Have __morestack conform to the calling convention that LLVM generates on...
Patrick Walton
-9
/
+12
2011-10-31
Register snapshots
Brian Anderson
-10
/
+6
2011-10-31
Update snapshot scripts for new stdlib name
Brian Anderson
-2
/
+11
2011-10-31
rustc: Find crates by matching the name metadata
Haitao Li
-22
/
+9
2011-10-31
rustc: Enable segmented stacks in LLVM when --stack-growth is on
Patrick Walton
-0
/
+10
2011-10-31
Stub a __morestack implementation and stack segment allocation. Untested.
Patrick Walton
-1
/
+70
2011-10-31
Fix the filenames used in some IO tests
Brian Anderson
-4
/
+4
2011-10-31
Add a char::to_digit function
Matt Brubeck
-10
/
+40
2011-10-31
Correct handling of non-numeric chars in parse_buf
Matt Brubeck
-3
/
+61
2011-10-31
Rename std::str::chars to iter_chars
Marijn Haverbeke
-5
/
+5
2011-10-31
Add a way to iterate over a str's chars to std::str
Marijn Haverbeke
-1
/
+29
2011-10-30
Fix int::parse_buf for negative numbers (#1102)
Matt Brubeck
-3
/
+20
2011-10-30
Make float::from_str ignore whitespace (#1089)
Matt Brubeck
-4
/
+43
2011-10-29
Update keyword list in vim/syntax/rust.vim
Matt Brubeck
-6
/
+6
2011-10-29
stdlib: Fix type in docs for result::chan
Brian Anderson
-1
/
+1
2011-10-29
Cleanup the existing platform-specific ignored tests
Brian Anderson
-55
/
+11
2011-10-29
Add the ability to ignore tests by compiler config
Brian Anderson
-21
/
+65
2011-10-29
stdlib: Add vec::concat to concatenate a vector of vectors
Brian Anderson
-0
/
+18
2011-10-29
Add more logging to crate resolution
Brian Anderson
-1
/
+12
2011-10-29
rustc: Support 'companion mod's for crates and directory mods
Brian Anderson
-14
/
+88
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-37
/
+123
2011-10-29
stdlib: Add result::chain for composing results
Brian Anderson
-8
/
+49
2011-10-29
stdlib: Add result module
Brian Anderson
-0
/
+87
2011-10-28
stdlib: Add fs::splitext
Brian Anderson
-0
/
+105
2011-10-28
stdlib: Add vec::init. Returns all but the last element.
Brian Anderson
-1
/
+43
[next]