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
/
libserialize
Age
Commit message (
Expand
)
Author
Lines
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
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+5
2015-01-06
Register new snapshots
Alex Crichton
-4811
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-27
/
+35
2015-01-07
fallout
Nick Cameron
-32
/
+56
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-27
/
+35
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-95
/
+95
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-4
/
+4
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-0
/
+6
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-4
/
+4
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-6
/
+6
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-0
/
+6
2015-01-06
Fallout
Nick Cameron
-4
/
+4
2015-01-05
remove more stage0 stuff
Jorge Aparicio
-21
/
+0
[next]