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
/
libserialize
Age
Commit message (
Expand
)
Author
Lines
2015-01-29
Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton
Manish Goregaokar
-9
/
+25
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-2
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-2
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-9
/
+9
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-9
/
+9
2015-01-26
don't ignore errors in encode and allow hashmaps with enum keys
Oliver Schneider
-9
/
+25
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-446
/
+32
2015-01-23
serialize: Remove base64 support
Alex Crichton
-425
/
+0
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-0
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+8
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-21
/
+32
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-21
/
+32
2015-01-21
Rollup merge of #21314 - fenhl:patch-1, r=steveklbanik
Barosl LEE
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-19
ugly hack to convert BadHashMapKey error to general fmt::Error
Oliver 'ker' Schneider
-5
/
+20
2015-01-19
add unit test for non string/numeric map keys
Oliver 'ker' Schneider
-1
/
+20
2015-01-19
lower FnMut to FnOnce since json-hack is no longer required
Oliver 'ker' Schneider
-5
/
+5
2015-01-19
json-encoder: report error when hash map key is not string or numeric
Oliver 'ker' Schneider
-78
/
+154
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
Register new snapshots.
Eduard Burtescu
-1
/
+0
2015-01-17
Undo accidental change unrelated to my PR
Fenhl
-1
/
+1
2015-01-17
Use singular they in the serialize::json docs
Fenhl
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20728: huonw/type-param-shadowing
Alex Crichton
-1
/
+1
2015-01-08
Prohibit type parameter shadowing with a clunky hammer.
Huon Wilson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-16
/
+15
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-9
/
+2
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-16
/
+15
2015-01-07
register new snapshots
Jorge Aparicio
-8
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-32
/
+29
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-3
/
+3
2015-01-07
Register new snapshots
Alex Crichton
-9
/
+0
2015-01-06
More test fixes
Alex Crichton
-12
/
+13
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-2
/
+3
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-1
/
+1
2015-01-06
serialize macro fix
Corey Richardson
-1
/
+1
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-4
/
+4
[prev]
[next]