.. |
cfg
|
Remove use of RefCell<DefMap> in the simpler parts of pat_util
|
2015-11-04 20:38:03 -06:00 |
infer
|
remove excess string allocation
|
2015-11-05 15:30:34 +01:00 |
traits
|
address review comments
|
2015-11-15 20:11:42 +02:00 |
ty
|
add a global evaluation cache
|
2015-11-15 19:22:32 +02:00 |
astconv_util.rs
|
Add docs for ast_ty_to_prim_ty
|
2015-10-15 20:14:52 +05:30 |
astencode.rs
|
simplify HIR folder so that it only maps 1 item to 1 item,
|
2015-11-13 20:22:07 -05:00 |
check_const.rs
|
remove excess string allocation
|
2015-11-05 15:30:34 +01:00 |
check_loop.rs
|
Add an intital HIR and lowering step
|
2015-09-03 10:02:36 +12:00 |
check_match.rs
|
Remove use of RefCell<DefMap> in the simpler parts of pat_util
|
2015-11-04 20:38:03 -06:00 |
check_no_asm.rs
|
Add part of new error codes in librustc
|
2015-09-13 00:38:36 +02:00 |
check_rvalues.rs
|
Add an intital HIR and lowering step
|
2015-09-03 10:02:36 +12:00 |
check_static_recursion.rs
|
Remove use of RefCell<DefMap> in check_static_recursion
|
2015-11-04 20:38:03 -06:00 |
const_eval.rs
|
Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton
|
2015-11-06 11:28:07 +00:00 |
dataflow.rs
|
Remove random Idents outside of libsyntax
|
2015-09-23 20:04:49 +03:00 |
dead.rs
|
librustc: dont warn for inside of items when the parent is dead
|
2015-11-08 02:04:34 +00:00 |
def_id.rs
|
do not dump extern def-ids with path for now
|
2015-10-28 18:48:49 -04:00 |
def.rs
|
Unwrap the RefCell around DefMap
|
2015-11-04 20:38:03 -06:00 |
dependency_format.rs
|
rustc: Allow changing the default allocator
|
2015-08-14 15:13:10 -07:00 |
effect.rs
|
Fix stability
|
2015-10-09 11:53:41 +13:00 |
entry.rs
|
Cleanup interfaces of Name, SyntaxContext and Ident
|
2015-09-24 23:05:02 +03:00 |
expr_use_visitor.rs
|
Remove use of RefCell<DefMap> in the simpler parts of pat_util
|
2015-11-04 20:38:03 -06:00 |
free_region.rs
|
Fix some typos.
|
2015-10-05 16:48:57 +02:00 |
implicator.rs
|
move middle::ty and related modules to middle/ty/
|
2015-09-14 10:56:13 +03:00 |
intrinsicck.rs
|
Cleanup interfaces of Name, SyntaxContext and Ident
|
2015-09-24 23:05:02 +03:00 |
lang_items.rs
|
Convert DefId to use DefIndex, which is an index into a list of
|
2015-10-01 10:43:07 -04:00 |
liveness.rs
|
Warn unused_assignments for arguments
|
2015-11-03 19:04:36 +09:00 |
mem_categorization.rs
|
Auto merge of #29515 - Manishearth:ice-itembody, r=eddyb
|
2015-11-03 15:19:07 +00:00 |
pat_util.rs
|
Fix hygiene regression in patterns
|
2015-11-12 01:49:23 +03:00 |
privacy.rs
|
fallout from moving def-id
|
2015-08-24 05:35:34 -04:00 |
reachable.rs
|
rustc_privacy: Do not export items needed solely for the reachability analysis
|
2015-11-05 18:17:33 +03:00 |
recursion_limit.rs
|
|
|
region.rs
|
improve Scope to print node-ids etc
|
2015-10-22 16:58:08 -04:00 |
resolve_lifetime.rs
|
Remove use of RefCell<DefMap> in resolve_lifetime
|
2015-11-04 20:38:03 -06:00 |
stability.rs
|
Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton
|
2015-11-02 23:38:49 +00:00 |
subst.rs
|
move middle::ty and related modules to middle/ty/
|
2015-09-14 10:56:13 +03:00 |
weak_lang_items.rs
|
Use ast attributes every where (remove HIR attributes).
|
2015-09-16 10:57:06 +12:00 |