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
/
librbml
Age
Commit message (
Expand
)
Author
Lines
2016-01-19
manual fixups
Nick Cameron
-10
/
+23
2016-01-19
rustfmt librbml
Nick Cameron
-468
/
+510
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+1
2015-12-28
Use a more efficient encoding for opaque data in RBML.
Michael Woerister
-10
/
+996
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-09
Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis
bors
-0
/
+8
2015-12-09
Add scoped thread-local encoding and decoding contexts to cstore.
Michael Woerister
-0
/
+8
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-5
/
+3
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-12
librbml: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-10-17
Remove some trivial `transmute`s
Andrew Paseltiner
-9
/
+0
2015-10-01
improve the tyencode abbrev format
Ariel Ben-Yehuda
-1
/
+1
2015-10-01
don't emit leading zeros in tagged integers
Ariel Ben-Yehuda
-29
/
+44
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-05-24
Return TaggedDocsIterator from reader::tagged_docs.
Ms2ger
-5
/
+3
2015-05-24
Introduce TaggedDocsIterator and use it to implement reader::tagged_docs.
Ms2ger
-12
/
+20
2015-05-19
Return the iterator from reader::docs.
Ms2ger
-6
/
+4
2015-05-17
Rewrite reader::docs with an iterator.
Ms2ger
-9
/
+34
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-23
/
+28
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+2
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+0
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-7
/
+7
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-3
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-3
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-4
/
+4
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-140
/
+139
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-19
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-288
/
+32
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-23
/
+23
2015-03-04
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
bors
-9
/
+9
2015-03-03
Rollup merge of #22876 - Florob:const, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2015-03-03
metadata: Reordered integral tags in the ascending order.
Kang Seonghoon
-51
/
+55
2015-03-03
metadata: Bump the metadata encoding version.
Kang Seonghoon
-5
/
+101
2015-03-03
metadata: Compact integer encoding.
Kang Seonghoon
-93
/
+114
2015-03-03
metadata: Space-optimize empty vectors and maps.
Kang Seonghoon
-0
/
+17
2015-03-03
metadata: Implement relaxation of short RBML lengths.
Kang Seonghoon
-32
/
+62
2015-03-03
metadata: Introduce `EsSub8` and `EsSub32` tags.
Kang Seonghoon
-35
/
+77
2015-03-03
metadata: Bye bye `EsLabel`. No regrets.
Kang Seonghoon
-47
/
+4
2015-03-03
metadata: Eliminate the `EsEnumBody` tag.
Kang Seonghoon
-35
/
+12
2015-03-03
metadata: Introduce implicit lengths for auto-serialization.
Kang Seonghoon
-52
/
+121
2015-03-03
metadata: New tag encoding scheme.
Kang Seonghoon
-8
/
+35
[next]