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
/
libcore
/
uint-template.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-27
libcore: Fix core test
Patrick Walton
-8
/
+12
2012-08-26
Camel case the option type
Brian Anderson
-29
/
+29
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-11
/
+11
2012-08-23
Make a bunch more of the iteration functions/methods marked pure. Closes #3253.
Michael Sullivan
-2
/
+2
2012-08-17
rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ...
Patrick Walton
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-14
Make Num::from_int a static method
Tim Chevalier
-1
/
+1
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-4
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+4
2012-08-02
Cleanups in the int and uint templates.
Graydon Hoare
-28
/
+32
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-12
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-18
/
+18
2012-07-27
core: Make #fmt pure
Brian Anderson
-2
/
+2
2012-07-26
core: Mark a bunch of numeric functions as pure
Patrick Walton
-11
/
+11
2012-07-25
range() is pure
Niko Matsakis
-1
/
+1
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-2
/
+2
2012-07-24
Add `5.timesi() |idx| { ... }`
Paul Stansifer
-1
/
+14
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-29
/
+29
2012-07-05
A new `times` method on numeric types
Ben Striegel
-1
/
+25
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-25
/
+25
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-06-25
Remove redundant 'extension' mods from numeric mods
Brian Anderson
-14
/
+11
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-11
/
+13
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-21
/
+23
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-4
/
+3
2012-06-14
Add a Num typeclass
Patrick Walton
-0
/
+1
2012-06-12
Rewrite int/uint helper functions to use refs
Erick Tryzelaar
-15
/
+15
2012-06-09
Allow multiple `num` impls to be imported at once
Ben Striegel
-2
/
+1
2012-06-08
core: Inline unsigned range function
Brian Anderson
-0
/
+1
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-2
/
+2
2012-06-07
Add neg() to the num iface
Patrick Walton
-0
/
+1
2012-06-07
Add a Num typeclass
Patrick Walton
-1
/
+13
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-0
/
+14
2012-06-04
Implement stack-only variants of int/uint str conversion and output.
Graydon Hoare
-24
/
+68
2012-06-04
core: Don't allow radix 1 in uint::to_str
Brian Anderson
-2
/
+22
2012-06-04
core: Make uint::to_str faster
Brian Anderson
-26
/
+29
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-2
/
+5
2012-05-16
core: Ignore more tests
Brian Anderson
-0
/
+2
2012-05-15
core: Generalize uint-string conversions to all uint types
Brian Anderson
-0
/
+116
2012-04-16
core: Factor out uint/u8/16/32/64 mods into uint-template
Brian Anderson
-0
/
+45
[prev]