.. |
borrowck
|
Match binding is assignment
|
2014-02-24 21:22:27 -08:00 |
cfg
|
Make break and continue hygienic
|
2014-02-23 21:20:37 +08:00 |
trans
|
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
|
2014-02-25 06:41:36 -08:00 |
typeck
|
resolve: Don't use @RefCell in trait_map, nothing modifies its entries.
|
2014-02-25 19:08:55 +02:00 |
astencode.rs
|
Changed NonCamelCaseTypes lint to warn by default
|
2014-02-21 08:11:52 +01:00 |
check_const.rs
|
Removed the obsolete ast::CallSugar (previously used by do ).
|
2014-02-14 07:48:13 -08:00 |
check_loop.rs
|
Replace crate usage with krate
|
2014-02-13 20:52:07 +01:00 |
check_match.rs
|
Changed NonCamelCaseTypes lint to warn by default
|
2014-02-21 08:11:52 +01:00 |
const_eval.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
dataflow.rs
|
Make break and continue hygienic
|
2014-02-23 21:20:37 +08:00 |
dead.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
effect.rs
|
rustc: avoid compiler generated unsafe blocks leaking.
|
2014-02-20 23:29:57 +11:00 |
entry.rs
|
Refactored ast_map and friends, mainly to have Paths without storing them.
|
2014-02-14 08:43:29 +02:00 |
freevars.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
graph.rs
|
Uppercase numeric constants
|
2014-01-25 21:38:25 +13:00 |
kind.rs
|
Replaced method_map_entry with method_origin and cleaned up vtable checking a bit.
|
2014-02-19 23:26:40 +02:00 |
lang_items.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
lint.rs
|
Gate default type parameter overrides.
|
2014-02-24 22:45:31 +02:00 |
liveness.rs
|
Remove all ToStr impls, add Show impls
|
2014-02-23 20:51:56 -08:00 |
mem_categorization.rs
|
Remove all ToStr impls, add Show impls
|
2014-02-23 20:51:56 -08:00 |
moves.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
pat_util.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
privacy.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
reachable.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
region.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
resolve_lifetime.rs
|
Move std::{trie, hashmap} to libcollections
|
2014-02-23 00:35:11 -08:00 |
resolve.rs
|
resolve: Don't use @RefCell in trait_map, nothing modifies its entries.
|
2014-02-25 19:08:55 +02:00 |
subst.rs
|
Substitute type params in default type params using them.
|
2014-02-02 12:54:22 +02:00 |
ty_fold.rs
|
Removed ty_type (previously used to represent *tydesc).
|
2014-02-12 14:17:06 +02:00 |
ty.rs
|
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
|
2014-02-25 06:41:36 -08:00 |