rust/src/libsyntax
Jakub Bukaj c28acd0251 rollup merge of #19090: kmcallister/deriving-non-type
Besides being more helpful, this gives us the flexibility to later define a meaning for something like

```rust
#[deriving(...)]
mod bar { ... }
```
2014-11-19 22:39:49 +01:00
..
ast_map Feature gate non-ASCII lifetime identifiers 2014-11-18 23:07:14 +01:00
diagnostics Fallout from deprecation 2014-11-17 11:26:48 -08:00
ext rollup merge of #19090: kmcallister/deriving-non-type 2014-11-19 22:39:49 +01:00
parse Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
print Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
util libsyntax: Add tests for parse_view_item 2014-11-17 20:26:21 -07:00
abi.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
ast_util.rs Feature gate non-ASCII lifetime identifiers 2014-11-18 23:07:14 +01:00
ast.rs rollup merge of #19040: alexcrichton/issue-18904 2014-11-19 22:38:26 +01:00
attr.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
codemap.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
config.rs rustc: Process #[cfg]/#[cfg_attr] on crates 2014-11-07 12:04:28 -08:00
diagnostic.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
feature_gate.rs Feature gate non-ASCII lifetime identifiers 2014-11-18 23:07:14 +01:00
fold.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
lib.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
test.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
visit.rs rollup merge of #19073: jakub-/issue-19069 2014-11-19 22:39:12 +01:00