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
/
lib
Age
Commit message (
Expand
)
Author
Lines
2011-10-12
[Fix] float.rs: str_to_float reimplemented
David Rajchenbach-Teller
-14
/
+177
2011-10-12
[Optim] int.rs: reimplemented pow with fast exponentiation
David Rajchenbach-Teller
-10
/
+13
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-0
/
+45
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-3
/
+3
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-4
/
+4
2011-10-07
Give up on providing a by-value version of map, convert fold over to
Marijn Haverbeke
-16
/
+0
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-13
/
+26
2011-10-06
Add std::str::contains
Brian Anderson
-1
/
+6
2011-10-05
stdlib: Add a void type
Patrick Walton
-0
/
+5
2011-10-05
Fix some path handling in std::fs on win32
Brian Anderson
-1
/
+14
2011-10-04
Add std::os::get_exe_path
Brian Anderson
-2
/
+53
2011-10-04
Add std::ctypes
Brian Anderson
-0
/
+5
2011-10-04
Add std::fs::normalize
Brian Anderson
-0
/
+78
2011-10-04
Add std::fs::split
Brian Anderson
-0
/
+9
2011-10-04
Revert "stdlib: Migrate rust_file_is_dir() over to the C stack, and add a voi...
Patrick Walton
-13
/
+3
2011-10-04
stdlib: Migrate rust_file_is_dir() over to the C stack, and add a void type
Patrick Walton
-3
/
+13
2011-10-04
rt: Switch the AIO stuff to the C stack
Patrick Walton
-1
/
+1
2011-09-29
Reorganize structure of build directory
Brian Anderson
-0
/
+10
2011-09-29
stdlib: Un-export str::buf; add a comment
Patrick Walton
-2
/
+3
2011-09-29
stdlib: Export str::buf
Patrick Walton
-1
/
+2
2011-09-29
stdlib: Add vec::eachi to the standard library
Patrick Walton
-0
/
+10
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-0
/
+23
2011-09-27
Don't ever raise unique kinds of pinned kinds to shared (again)
Brian Anderson
-6
/
+6
2011-09-26
Enforce copy restrictions on let initializers
Brian Anderson
-1
/
+1
2011-09-26
stdlib: Fix typos in comments in lib/test.rs
Patrick Walton
-3
/
+3
2011-09-24
Mark vec::len as pure
Jesse Ruderman
-4
/
+2
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-4
/
+4
2011-09-23
Add vec::filter
Jesse Ruderman
-0
/
+11
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-23
/
+0
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-0
/
+23
2011-09-16
Revert "Revert "Make option::get return the option contents by reference" due...
Patrick Walton
-2
/
+2
2011-09-15
Add unreachable() fn, also nitpicking
Tim Chevalier
-7
/
+8
2011-09-15
Begin sketching an ICU binding. Doesn't work yet.
Graydon Hoare
-0
/
+167
2011-09-15
Revert "Make option::get return the option contents by reference" due to memo...
Patrick Walton
-2
/
+2
2011-09-15
Make option::get return the option contents by reference
Marijn Haverbeke
-2
/
+2
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-4
/
+4
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-32
/
+14
2011-09-12
Merge branch 'unwind'
Brian Anderson
-9
/
+41
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-41
/
+39
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-341
/
+341
2011-09-11
Remove hack_allow_leaks
Brian Anderson
-7
/
+0
2011-09-11
Add a waitpid wrapper to std::run that interprets the exit status on unix
Brian Anderson
-2
/
+41
2011-09-07
Rewrite spawn yet again
Brian Anderson
-62
/
+15
2011-09-02
Rename istr-stuff to str in the runtime. Issue #855
Brian Anderson
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-558
/
+454
2011-09-02
Rename std::vec::unsafe::ivec_repr to vec_repr. Issue #855
Brian Anderson
-5
/
+5
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-3
/
+0
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-4
/
+0
2011-09-01
Remove #ifmt. Issue #855
Brian Anderson
-430
/
+0
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-8
/
+8
[prev]
[next]