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-04-28
Further work on typestate_check
Tim Chevalier
-0
/
+15
2011-04-27
stdlib: Use an unsafe cast to speed up the memory writer
Patrick Walton
-1
/
+11
2011-04-27
stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones
Patrick Walton
-0
/
+2
2011-04-27
Fix _str.bytes to trivial version.
Graydon Hoare
-4
/
+2
2011-04-27
stdlib: Real fix for _uint.parse_buf().
Patrick Walton
-0
/
+8
2011-04-27
stdlib: Fix a crazy underflow bug in _uint.parse_buf. Oops.
Patrick Walton
-3
/
+2
2011-04-26
Fix the interaction between various flags in #fmt
Brian Anderson
-7
/
+12
2011-04-26
Support octal #fmt conversions
Brian Anderson
-0
/
+7
2011-04-26
Make #fmt char conversions behave like printf
Brian Anderson
-1
/
+1
2011-04-26
stdlib: Add a silly ANSI color library
Patrick Walton
-0
/
+55
2011-04-26
Add GetOpts module to std
Marijn Haverbeke
-0
/
+250
2011-04-26
Add _str.slice to std lib
Marijn Haverbeke
-2
/
+6
2011-04-25
Skip likely-zero initial probe, speed up map.rs.
Graydon Hoare
-5
/
+5
2011-04-22
Minimize calls to hash function in map.rs
Graydon Hoare
-11
/
+12
2011-04-21
stdlib: Add a pointer equality function to the standard library and a test case
Patrick Walton
-0
/
+9
2011-04-19
Handle nested items correctly in typestate_check
Tim Chevalier
-5
/
+9
2011-04-19
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
-2
/
+2
2011-04-19
Remove effect system from src.
Graydon Hoare
-107
/
+92
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-17
/
+17
2011-04-18
Precision overrides 0-padding in #fmt
Brian Anderson
-34
/
+49
2011-04-18
Rearrange ExtFmt.RT.pad to recover some horizontal space
Brian Anderson
-49
/
+51
2011-04-18
Left-justification overrides 0-padding in #fmt
Brian Anderson
-22
/
+24
2011-04-18
Support 0 flag in #fmt
Brian Anderson
-5
/
+49
2011-04-17
Support the space flag in #fmt
Brian Anderson
-4
/
+9
2011-04-17
Support + flag in #fmt
Brian Anderson
-3
/
+8
2011-04-17
Support #fmt precision for bools, with same rules as strings
Brian Anderson
-2
/
+6
2011-04-17
Treat char #fmt conversions just like str conversions
Brian Anderson
-1
/
+1
2011-04-17
Support #fmt precision for signed types
Brian Anderson
-37
/
+46
2011-04-17
Support #fmt precision for unsigned types
Brian Anderson
-11
/
+49
2011-04-17
Support #fmt precision for string types
Brian Anderson
-2
/
+25
2011-04-16
Support left-justification in #fmt conversions
Brian Anderson
-3
/
+29
2011-04-16
Make #fmt support explicit conversion widths
Brian Anderson
-9
/
+45
2011-04-15
stdlib: Add some vector functions: empty, empty_mut, grow_set, and freeze. Ch...
Patrick Walton
-4
/
+31
2011-04-14
rustc: Use union-find for variable substitution
Patrick Walton
-16
/
+12
2011-04-13
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
-0
/
+24
2011-04-13
Add more commentary about ExtFmt
Brian Anderson
-1
/
+30
2011-04-13
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
-5
/
+22
2011-04-13
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
-44
/
+44
2011-04-13
Make expr_while work in typestate_check
Tim Chevalier
-0
/
+11
2011-04-13
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
-1
/
+1
2011-04-12
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
-3
/
+12
2011-04-11
Factor out creation of calls into ExtFmt.RT
Brian Anderson
-4
/
+4
2011-04-11
Add support for bool, char to extfmt.
Brian Anderson
-0
/
+12
2011-04-11
Move ExtFmt compile-time functions into their own module
Brian Anderson
-170
/
+173
2011-04-11
Use correct indentation for ExtFmt.rs
Brian Anderson
-6
/
+15
2011-04-11
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
-0
/
+11
2011-04-11
Move extfmt parsing into standard library
Brian Anderson
-0
/
+213
2011-04-11
Move the extfmt data model into the standard library.
Brian Anderson
-0
/
+48
2011-04-09
Make lexer buffer the whole file
Marijn Haverbeke
-0
/
+8
2011-04-08
Implemented computing prestates and poststates for a few expression forms.
Tim Chevalier
-0
/
+15
[next]