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
/
librustc
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-29
auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
bors
-5
/
+0
2014-03-29
Register new snapshot
Flavio Percoco
-5
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-2
/
+2
2014-03-27
serialize: use Result
Sean McArthur
-62
/
+69
2014-03-26
syntax: Permit visibility on tuple fields
Alex Crichton
-4
/
+4
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-82
/
+46
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-5
/
+5
2014-03-17
De-@ CStore uses.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ tyencode::ctxt and related parts of astencode.
Eduard Burtescu
-6
/
+6
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-3
/
+3
2014-03-12
Alpha-rename `.ident` fields of type `Name` to `.name`.
Felix S. Klock II
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-6
/
+7
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-25
/
+25
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-5
/
+6
2014-03-02
Make visible types public in rustc
Steven Fackler
-2
/
+2
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-19
/
+26
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-4
/
+5
2014-02-28
rustc: Simplify crate loading constraints
Alex Crichton
-8
/
+11
2014-02-27
rustc: Remove codemap and reachable from metadata encoder
Brian Anderson
-15
/
+1
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-3
/
+4
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-22
auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr
bors
-18
/
+18
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+1
2014-02-22
Represent lifetimes as Names instead of Idents
Edward Wang
-18
/
+18
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+2
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-225
/
+150
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-25
/
+25
2014-02-11
metadata -- remove tiny convenience closure that was causing conflicting muta...
Niko Matsakis
-10
/
+9
2014-02-08
Make &mut borrows restrict aliasing
Niko Matsakis
-1
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-1
/
+0
2014-02-05
pull extra::{serialize, ebml} into a separate libserialize crate
Jeff Olson
-2
/
+2
2014-02-03
rustc: Remove io_error usage
Alex Crichton
-37
/
+38
2014-02-01
auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton
bors
-32
/
+30
2014-02-02
rustc: remove use of @[].
Huon Wilson
-8
/
+8
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-4
/
+3
2014-02-02
librustc: De-`@str` resolve
Patrick Walton
-2
/
+2
2014-02-02
librustc: Remove a bunch of `@str` from the compiler around metadata
Patrick Walton
-1
/
+1
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-4
/
+4
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-14
/
+13
2014-01-31
Handle attributes on cross-crate tuple-structs correctly
David Manescu
-0
/
+6
2014-01-27
Fix bug: metadata for struct constructor function needs to encode info
Felix S. Klock II
-0
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-26
/
+5
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-23
Redo exported macro serialization
Steven Fackler
-1
/
+8
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-1
/
+1
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-20
Scan the entire crate for exported macros
Steven Fackler
-0
/
+1
2014-01-19
auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson
bors
-0
/
+1
[next]