.. |
ast_map
|
Opt for .cloned() over .map(|x| x.clone()) etc.
|
2015-02-18 00:56:07 +00:00 |
diagnostics
|
Remove usage of .map(|&foo| foo)
|
2015-02-18 00:57:35 +00:00 |
ext
|
rollup merge of #22480: alexcrichton/hashv3
|
2015-02-18 14:32:03 -08:00 |
parse
|
Remove usage of .map(|&foo| foo)
|
2015-02-18 00:57:35 +00:00 |
print
|
rollup merge of #22287: Ryman/purge_carthographers
|
2015-02-18 14:31:55 -08:00 |
util
|
rollup merge of #22491: Gankro/into_iter
|
2015-02-18 14:34:08 -08:00 |
abi.rs
|
openbsd support
|
2015-02-01 14:41:38 +01:00 |
ast_util.rs
|
Libsyntax has been updated
|
2015-02-06 11:59:10 +01:00 |
ast.rs
|
Update metadata to reflect that predicates/schemes/trait-defs are now severed
|
2015-02-12 13:02:37 -05:00 |
attr.rs
|
Implement RFC 580
|
2015-02-18 14:01:46 -05:00 |
codemap.rs
|
make codemap more robust in face of ill-formed spans.
|
2015-02-05 23:47:17 +01:00 |
config.rs
|
Process cfg_attr right before stripping cfg
|
2015-02-09 10:12:14 -08:00 |
diagnostic.rs
|
std: Implement CString-related RFCs
|
2015-02-18 14:15:43 -08:00 |
feature_gate.rs
|
Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw
|
2015-02-17 17:33:20 +05:30 |
fold.rs
|
rollup merge of #22116: kmcallister/cfg_attr
|
2015-02-10 08:43:01 -08:00 |
lib.rs
|
std: Stabilize the hash module
|
2015-02-18 08:26:20 -08:00 |
owned_slice.rs
|
make FromIterator use IntoIterator
|
2015-02-18 14:01:47 -05:00 |
ptr.rs
|
std: Stabilize the hash module
|
2015-02-18 08:26:20 -08:00 |
show_span.rs
|
std: Stabilize FromStr and parse
|
2015-01-30 08:52:44 -08:00 |
std_inject.rs
|
Fake up #![no_std] on pretty-printing; keep it out of AST
|
2015-02-07 10:49:58 -08:00 |
test.rs
|
rustc: Fix a number of stability lint holes
|
2015-02-11 12:14:59 -08:00 |
visit.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |