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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-09-04
std: Camel case treemap
Brian Anderson
-20
/
+19
2012-09-04
std: Camel case list
Brian Anderson
-49
/
+48
2012-09-04
Use struct+impl syntax instead of the (deprecated) struct with embedded metho...
Gareth Daniel Smith
-151
/
+185
2012-09-04
fix two issues with the exports:
Gareth Daniel Smith
-22
/
+1
2012-09-04
add additional Bitv constructors (as proposed in issue #2964)
Gareth Daniel Smith
-0
/
+99
2012-09-04
Merge pull request #3383 from crabtw/fbsd
Brian Anderson
-10
/
+0
2012-09-04
Demode libstd/net_ip.rs
Kevin Cantu
-16
/
+18
2012-09-04
Demode libstd/net_url.rs
Kevin Cantu
-17
/
+20
2012-09-04
Demode treemap.rs
Kevin Cantu
-3
/
+5
2012-09-04
Confirm demoding of smallintmap.rs
Kevin Cantu
-1
/
+4
2012-09-04
Confirm demoding of term.rs
Kevin Cantu
-0
/
+2
2012-09-04
std: Fix net::url constructor names
Brian Anderson
-5
/
+5
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-135
/
+126
2012-09-05
use native log2 function and enable freebsd tests in uv_ll
Jyun-Yan You
-10
/
+0
2012-09-03
libstd: Make ToBase64 take slices
Patrick Walton
-2
/
+2
2012-09-03
libstd: Make URL parsing not require unique strings, and have URLs implement ...
Patrick Walton
-7
/
+19
2012-09-03
libstd: Export query_to_str from net::url
Patrick Walton
-0
/
+1
2012-09-03
libstd: Implement a Sort trait.
Patrick Walton
-0
/
+9
2012-09-03
libstd: Export the url() constructor from net_url
Patrick Walton
-1
/
+1
2012-09-03
libstd: Make net_url::encode no longer require a unique string
Patrick Walton
-27
/
+27
2012-09-02
libstd: Make URLs structs
Patrick Walton
-3
/
+3
2012-09-02
Camel case core::ops
Brian Anderson
-4
/
+4
2012-09-02
std: Camel case the rope module
Brian Anderson
-143
/
+142
2012-09-02
std: Allow camel case for list type
Brian Anderson
-0
/
+1
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-46
/
+10
2012-09-01
Remove the 'to' keyword
Brian Anderson
-20
/
+20
2012-09-01
Demode reinterpret_cast
Brian Anderson
-15
/
+15
2012-09-01
Demode sort.rs
Kevin Cantu
-11
/
+14
2012-09-01
Demode fun_treemap.rs
Kevin Cantu
-3
/
+5
2012-09-01
Confirm demode of map.rs and prettyprint.rs
Kevin Cantu
-1
/
+2
2012-09-01
Confirm demode of base64.rs
Kevin Cantu
-0
/
+2
2012-09-01
Confirm demode of cell.rs
Kevin Cantu
-0
/
+2
2012-09-01
Confirm demode of unicode.rs
Kevin Cantu
-1
/
+3
2012-08-31
Remove type annotation that is no longer necessary
Tim Chevalier
-2
/
+1
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-12
/
+12
2012-08-31
std: Camel case net modules
Brian Anderson
-252
/
+256
2012-08-31
Remove deprecated modes from list.rs (and temporarily delete list::push)
Kevin Cantu
-13
/
+26
2012-08-31
Remove deprecated modes from rope.rs
Kevin Cantu
-22
/
+27
2012-08-31
Remove deprecated modes from dbg.rs
Kevin Cantu
-3
/
+5
2012-08-31
Remove deprecated modes from FuzzyEq in cmp.rs
Kevin Cantu
-10
/
+12
2012-08-31
Various JSON pretty printing tweaks
Kevin Cantu
-9
/
+31
2012-08-31
Fix JSON parsing of unicode escapes
Kevin Cantu
-5
/
+13
2012-08-31
Pretty print JSON: sorting object keys
Kevin Cantu
-6
/
+19
2012-08-31
Pretty print JSON: indentation and newlines
Kevin Cantu
-0
/
+68
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-1
/
+6
2012-08-30
Fix json test.
Graydon Hoare
-9
/
+7
2012-08-30
Bump version to 0.4
Brian Anderson
-2
/
+2
2012-08-30
libstd: Fix another std test
Patrick Walton
-0
/
+7
2012-08-30
libstd: More test fixes
Patrick Walton
-0
/
+23
2012-08-29
rustc: Make `<=`, `>=`, and `>` use traits as well
Patrick Walton
-2
/
+2
[prev]
[next]