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
*
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
*
Support + flag in #fmt
Brian Anderson
2011-04-17
1
-3
/
+8
*
Support #fmt precision for bools, with same rules as strings
Brian Anderson
2011-04-17
1
-2
/
+6
*
Treat char #fmt conversions just like str conversions
Brian Anderson
2011-04-17
1
-1
/
+1
*
Support #fmt precision for signed types
Brian Anderson
2011-04-17
1
-37
/
+46
*
Support #fmt precision for unsigned types
Brian Anderson
2011-04-17
1
-11
/
+49
*
Support #fmt precision for string types
Brian Anderson
2011-04-17
1
-2
/
+25
*
Support left-justification in #fmt conversions
Brian Anderson
2011-04-16
1
-3
/
+29
*
Make #fmt support explicit conversion widths
Brian Anderson
2011-04-16
1
-9
/
+45
*
stdlib: Add some vector functions: empty, empty_mut, grow_set, and freeze. Ch...
Patrick Walton
2011-04-15
1
-4
/
+31
*
rustc: Use union-find for variable substitution
Patrick Walton
2011-04-14
1
-16
/
+12
*
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
2011-04-13
2
-0
/
+24
*
Add more commentary about ExtFmt
Brian Anderson
2011-04-13
1
-1
/
+30
*
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
2011-04-13
1
-5
/
+22
*
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
2011-04-13
1
-44
/
+44
*
Make expr_while work in typestate_check
Tim Chevalier
2011-04-13
1
-0
/
+11
*
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
2011-04-13
1
-1
/
+1
*
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
2011-04-12
1
-3
/
+12
*
Factor out creation of calls into ExtFmt.RT
Brian Anderson
2011-04-11
1
-4
/
+4
*
Add support for bool, char to extfmt.
Brian Anderson
2011-04-11
1
-0
/
+12
*
Move ExtFmt compile-time functions into their own module
Brian Anderson
2011-04-11
1
-170
/
+173
*
Use correct indentation for ExtFmt.rs
Brian Anderson
2011-04-11
1
-6
/
+15
*
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
2011-04-11
1
-0
/
+11
*
Move extfmt parsing into standard library
Brian Anderson
2011-04-11
1
-0
/
+213
*
Move the extfmt data model into the standard library.
Brian Anderson
2011-04-11
2
-0
/
+48
[next]