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
/
tyencode.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-2
/
+2
2014-03-28
Rename Pod into Copy
Flavio Percoco
-1
/
+1
2014-03-22
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
bors
-1
/
+0
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-23
/
+10
2014-03-22
rustc: Remove special treatment for Freeze and NoFreeze
Flavio Percoco
-1
/
+0
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
bors
-0
/
+1
2014-03-20
Add a Share kind
Flavio Percoco
-0
/
+1
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-19
rustc: put ty_closure behind some indirection.
Huon Wilson
-1
/
+1
2014-03-19
rustc: put ty_trait behind some indirection.
Huon Wilson
-3
/
+3
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-3
/
+2
2014-03-17
De-@ tyencode::ctxt and related parts of astencode.
Eduard Burtescu
-15
/
+15
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-2
/
+2
2014-03-12
Alpha-rename `.ident` fields of type `Name` to `.name`.
Felix S. Klock II
-4
/
+4
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-2
/
+2
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-22
Represent lifetimes as Names instead of Idents
Edward Wang
-2
/
+2
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
-3
/
+4
2014-02-12
Removed ty_type (previously used to represent *tydesc).
Eduard Burtescu
-1
/
+0
2014-02-08
Fixed error starting with uppercase
mr.Shu
-3
/
+3
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-1
/
+0
2014-02-03
rustc: Remove io_error usage
Alex Crichton
-2
/
+4
2014-02-02
rustc: Remove the vstore handling of @str and @[].
Huon Wilson
-1
/
+0
2014-02-02
librustc: De-`@str` type short names
Patrick Walton
-6
/
+8
2014-01-30
Implement default type parameters in generics.
Eduard Burtescu
-0
/
+1
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-4
/
+0
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-1
/
+1
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-12
Removed remnants of `@mut` and `~mut` from comments and the type system.
Eduard Burtescu
-1
/
+1
2014-01-11
Use the right type for self in methods and remove obsoleted items.
Eduard Burtescu
-1
/
+0
2014-01-11
Removed obsolete 'e' prefix on ty_evec and ty_estr.
Eduard Burtescu
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-16
/
+16
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-2
/
+1
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-1
/
+1
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-1
/
+1
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-2
/
+2
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-1
/
+1
2013-12-26
librustc: De-`@mut` the `type_abbrevs` table
Patrick Walton
-5
/
+12
2013-12-26
libextra: Stop using `@mut MemWriter` in the EBML module
Patrick Walton
-25
/
+25
2013-12-26
librustc: De-`@mut` the short names cache
Patrick Walton
-6
/
+16
2013-12-16
librustc: Implement a `Pod` kind for types that can be `memcpy`'d.
Patrick Walton
-0
/
+1
2013-12-08
Remove dead codes
Kiet Tran
-7
/
+0
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-3
/
+3
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-1
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-3
/
+3
2013-11-08
Rename and modernize region enum names
Niko Matsakis
-11
/
+11
[next]