index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename std.extfmt.CT to std.extfmt.RT to ct and rt
Brian Anderson
2011-05-12
1
-2
/
+256
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
35
-452
/
+452
*
Remove a few more 'mutable' words
Marijn Haverbeke
2011-05-11
2
-3
/
+3
*
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
2011-05-11
1
-0
/
+11
*
Reuse a single work buffer every time the SHA1 message block is processed.
Brian Anderson
2011-05-11
1
-3
/
+7
*
Remove unnecessary array access from SHA1
Brian Anderson
2011-05-11
1
-14
/
+15
*
Introduce str_slice runtime function
Brian Anderson
2011-05-11
1
-7
/
+5
*
rustc: Create mutable vectors in macos_OS.rs. Should put out Darwin tinderbox.
Patrick Walton
2011-05-10
1
-2
/
+2
*
Remove a couple more spurious 'mutable' value qualifiers from macos_OS.rs.
Graydon Hoare
2011-05-10
1
-2
/
+2
*
stdlib: Remove Str.unsafe_from_mutable_bytes(). rustc now self-hosts 18 secon...
Patrick Walton
2011-05-10
2
-10
/
+1
*
Failure to re-stage changes strikes again.
Graydon Hoare
2011-05-06
1
-1
/
+1
*
Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.
Graydon Hoare
2011-05-06
2
-3
/
+8
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
32
-352
/
+351
*
Ge the host triple using LLVM. Fix a few 'mutable' warnings also.
Kelly Wilson
2011-05-06
1
-6
/
+6
*
Add quick sort function to the std lib.
Kelly Wilson
2011-05-05
1
-0
/
+52
*
Attempt to fix fs.dirname harder.
Graydon Hoare
2011-05-05
3
-7
/
+4
*
Because good hackers at least check to see if the code compiles.
Graydon Hoare
2011-05-05
1
-2
/
+2
*
Fix assumption that only os_fs.path_sep can separate paths, sigh.
Graydon Hoare
2011-05-05
1
-1
/
+7
*
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
2011-05-05
9
-24
/
+24
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
15
-38
/
+39
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
15
-39
/
+38
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
15
-38
/
+39
*
stdlib: Add a Time module to the standard library
Patrick Walton
2011-04-29
2
-0
/
+13
*
stdlib: Provide "array" as a friendlier shorthand for "vec[mutable? T]"
Patrick Walton
2011-04-28
1
-17
/
+18
*
stdlib: Add a color_supported() function to Term
Patrick Walton
2011-04-28
3
-0
/
+12
*
stdlib: Add getenv(3) to win32_os.
Patrick Walton
2011-04-28
1
-0
/
+2
*
Further work on typestate_check
Tim Chevalier
2011-04-28
1
-0
/
+15
*
stdlib: Use an unsafe cast to speed up the memory writer
Patrick Walton
2011-04-27
1
-1
/
+11
*
stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones
Patrick Walton
2011-04-27
1
-0
/
+2
*
Fix _str.bytes to trivial version.
Graydon Hoare
2011-04-27
1
-4
/
+2
*
stdlib: Real fix for _uint.parse_buf().
Patrick Walton
2011-04-27
1
-0
/
+8
*
stdlib: Fix a crazy underflow bug in _uint.parse_buf. Oops.
Patrick Walton
2011-04-27
1
-3
/
+2
*
Fix the interaction between various flags in #fmt
Brian Anderson
2011-04-26
1
-7
/
+12
*
Support octal #fmt conversions
Brian Anderson
2011-04-26
1
-0
/
+7
*
Make #fmt char conversions behave like printf
Brian Anderson
2011-04-26
1
-1
/
+1
*
stdlib: Add a silly ANSI color library
Patrick Walton
2011-04-26
2
-0
/
+55
*
Add GetOpts module to std
Marijn Haverbeke
2011-04-26
2
-0
/
+250
*
Add _str.slice to std lib
Marijn Haverbeke
2011-04-26
1
-2
/
+6
*
Skip likely-zero initial probe, speed up map.rs.
Graydon Hoare
2011-04-25
1
-5
/
+5
*
Minimize calls to hash function in map.rs
Graydon Hoare
2011-04-22
1
-11
/
+12
*
stdlib: Add a pointer equality function to the standard library and a test case
Patrick Walton
2011-04-21
2
-0
/
+9
*
Handle nested items correctly in typestate_check
Tim Chevalier
2011-04-19
2
-5
/
+9
*
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
2011-04-19
1
-2
/
+2
*
Remove effect system from src.
Graydon Hoare
2011-04-19
11
-107
/
+92
*
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
2011-04-19
3
-17
/
+17
*
Precision overrides 0-padding in #fmt
Brian Anderson
2011-04-18
1
-34
/
+49
*
Rearrange ExtFmt.RT.pad to recover some horizontal space
Brian Anderson
2011-04-18
1
-49
/
+51
*
Left-justification overrides 0-padding in #fmt
Brian Anderson
2011-04-18
1
-22
/
+24
*
Support 0 flag in #fmt
Brian Anderson
2011-04-18
1
-5
/
+49
*
Support the space flag in #fmt
Brian Anderson
2011-04-17
1
-4
/
+9
[next]