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
/
middle
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-7
/
+3
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-11
/
+11
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
Rename Pod into Copy
Flavio Percoco
-7
/
+7
2014-03-27
Added lint for #[deriving] structs and enums with unsafe pointers. #13032.
Michael Darakananda
-0
/
+1
2014-03-26
syntax: Permit visibility on tuple fields
Alex Crichton
-3
/
+3
2014-03-23
use TotalEq for HashMap
Daniel Micay
-26
/
+28
2014-03-22
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
bors
-19
/
+2
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-3
/
+3
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-184
/
+95
2014-03-22
rustc: Remove special treatment for Freeze and NoFreeze
Flavio Percoco
-19
/
+2
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-8
/
+7
2014-03-21
syntax: make OptVec immutable.
Huon Wilson
-5
/
+4
2014-03-20
Register new snapshots
Alex Crichton
-7
/
+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
-22
/
+47
2014-03-20
Forbid borrow of static items with unsafe interior
Flavio Percoco
-0
/
+8
2014-03-20
Add Unsafe<T> type
Flavio Percoco
-1
/
+4
2014-03-20
Add a Share kind
Flavio Percoco
-22
/
+36
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-4
/
+4
2014-03-19
rustc: put ty_closure behind some indirection.
Huon Wilson
-6
/
+6
2014-03-19
rustc: put ty_trait behind some indirection.
Huon Wilson
-14
/
+30
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-2
/
+0
2014-03-17
De-@ resolve_lifetime.
Eduard Burtescu
-2
/
+2
2014-03-17
De-@ CStore uses.
Eduard Burtescu
-38
/
+33
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-167
/
+165
2014-03-17
De-@ Session usage.
Eduard Burtescu
-3
/
+3
2014-03-15
rustc: Remove compiler support for __log_level()
Alex Crichton
-1
/
+0
2014-03-13
Apply @nikomatsakis' nits and comments patch.
Eduard Burtescu
-3
/
+7
2014-03-13
Introduce a common recursion limit for auto-dereference and monomorphization.
Eduard Burtescu
-31
/
+0
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-76
/
+45
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-3
/
+3
2014-03-12
Add proper support for early/late distinction for lifetime bindings.
Felix S. Klock II
-5
/
+29
2014-03-12
Alpha-rename `.ident` fields of type `Name` to `.name`.
Felix S. Klock II
-2
/
+2
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-41
/
+56
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-54
/
+52
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-2
/
+2
2014-03-06
syntax: Conditionally deriving(Hash) with Writers
Alex Crichton
-2
/
+19
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-63
/
+64
2014-03-06
fix typos with with repeated words, just like this sentence.
Kang Seonghoon
-4
/
+4
2014-03-05
Allow overloading explicit dereferences.
Eduard Burtescu
-0
/
+1
2014-03-02
Make visible types public in rustc
Steven Fackler
-3
/
+3
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-5
/
+8
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-3
/
+4
2014-02-28
auto merge of #12544 : erickt/rust/hash, r=acrichto
bors
-1
/
+1
2014-02-27
collections: allow `HashMap` to work with generic hashers
Erick Tryzelaar
-1
/
+1
2014-02-27
Forbid certain types for static items
Flavio Percoco
-0
/
+8
2014-02-27
Implement `has_dtor` method in TypeContents
Flavio Percoco
-0
/
+4
2014-02-27
Remove unused type_is_pod function
Flavio Percoco
-55
/
+0
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-1
/
+1
[next]