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
/
librustc
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-16
Load macros from external modules
Steven Fackler
-12
/
+74
2014-01-12
Removed remnants of `@mut` and `~mut` from comments and the type system.
Eduard Burtescu
-2
/
+1
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-135
/
+135
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-4
/
+3
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-21
/
+28
2014-01-04
Stop padding metadata
Steven Fackler
-4
/
+0
2014-01-04
auto merge of #11295 : sfackler/rust/de-jank-encoder, r=brson
bors
-6
/
+6
2014-01-03
Remove a hacky buffer extraction from metadata
Steven Fackler
-6
/
+6
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-3
/
+6
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-2
/
+2
2014-01-01
auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton
bors
-3
/
+3
2014-01-02
syntax: expand impl_pretty_name to handle more cases.
Huon Wilson
-1
/
+1
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-5
/
+5
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-1
/
+2
2013-12-26
librustc: Fully de-`@mut` `trait_impls` in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the inherent implementations list
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` the encoding stats
Patrick Walton
-49
/
+46
2013-12-26
librustc: De-`@mut` all remaining uses of `MemWriter`
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` arrays of `entry` used in the encoder
Patrick Walton
-26
/
+72
2013-12-26
librustc: De-`@mut` the export map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the `type_abbrevs` table
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` the `reachable` map
Patrick Walton
-3
/
+4
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` `CStore::used_libraries`
Patrick Walton
-1
/
+3
2013-12-26
libextra: Stop using `@mut MemWriter` in the EBML module
Patrick Walton
-46
/
+56
2013-12-26
librustc: De-`@mut` the `impls` table in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `inherent_impls` in the type context
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` `trait_impls` in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `CrateContext::non_inlineable_statics`
Patrick Walton
-3
/
+10
2013-12-26
librustc: Remove unused `discrim_symbols` field from the crate context
Patrick Walton
-4
/
+0
2013-12-26
librustc: De-`@mut` `item_symbols`
Patrick Walton
-4
/
+7
2013-12-26
librustc: De-`@mut` the `trait_methods_cache`
Patrick Walton
-1
/
+2
2013-12-25
Method-ify CStore
Steven Fackler
-2
/
+2
2013-12-22
auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton
bors
-2
/
+1
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-1
/
+1
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-1
/
+1
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-2
/
+1
2013-12-19
auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton
bors
-2
/
+2
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-2
/
+2
2013-12-19
Rename pkgid to crate_id
Corey Richardson
-2
/
+2
2013-12-16
Detect stability attributes on methods.
Kiet Tran
-1
/
+7
2013-12-11
Make 'self lifetime illegal.
Erik Price
-18
/
+18
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-52
/
+15
2013-12-09
Store metadata separately in rlib files
Alex Crichton
-8
/
+6
2013-12-08
encode trait lifetime params in metadata to allow cross-crate usage
David Renshaw
-0
/
+2
2013-12-08
Remove dead codes
Kiet Tran
-18
/
+0
[prev]
[next]