Vadim Petrochenkov
|
a3f3c4a0a0
|
Some refactoring in deriving/debug.rs
|
2016-02-23 03:01:24 +03:00 |
|
Vadim Petrochenkov
|
4e8e607d84
|
Fix #[derive] for empty structs with braces
|
2016-02-22 21:24:32 +03:00 |
|
Vadim Petrochenkov
|
14adc9bb63
|
Rename ast::Pat_ and its variants
|
2016-02-13 13:49:24 +03:00 |
|
Jonas Schievink
|
db6e5d5ef9
|
Use more autoderef in libsyntax_ext
|
2016-02-12 19:28:10 +01:00 |
|
Vadim Petrochenkov
|
77cc5764b9
|
Remove some unnecessary indirection from AST structures
|
2016-02-11 23:33:09 +03:00 |
|
Oliver 'ker' Schneider
|
8b3856b1bc
|
[breaking-change] don't glob export ast::StrStyle variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver 'ker' Schneider
|
d844bfb196
|
[breaking-change] don't glob export ast::Visibility variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver 'ker' Schneider
|
73fa9b2da2
|
[breaking-change] don't glob export ast::Mutablity variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver 'ker' Schneider
|
14e09ad468
|
[breaking-change] don't glob export ast::MetaItem_
|
2016-02-11 12:34:48 +01:00 |
|
Oliver 'ker' Schneider
|
019614f03d
|
[breaking-change] don't glob export ast::Item_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
8290c950a8
|
[breaking-change] don't pub export ast::Stmt_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
69072c4f5d
|
[breaking-change] don't pub export ast::Lit_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
05d4cefd63
|
[breaking-change] don't pub export ast::Ty_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
625e78b700
|
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
80bf9ae18a
|
[breaking-change] don't glob export ast::Expr_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
1c4d437158
|
[breaking-change] don't glob export ast::ExplicitSelf_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
79fa657abc
|
[breaking-change] don't glob export ast::Decl_ variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
243a30c931
|
[breaking-change] don't glob import/export syntax::abi enum variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
47b0784ba8
|
[breaking-change] don't glob export ast::BlockCheckMode variants
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
05e25de4f0
|
[breaking-change] don't glob export ast::BinOp_
|
2016-02-11 12:34:48 +01:00 |
|
Oliver Schneider
|
f875f4c4c2
|
[breaking-change] don't glob export ast::UnOp variants
|
2016-02-11 12:34:48 +01:00 |
|
Alex Burka
|
f6e22e53f3
|
remove dead #[derive(FromPrimitive)] code
|
2016-02-03 21:26:02 -05:00 |
|
Daniel Campbell
|
616bfb6f15
|
Extended save-analysis to support generated code, alterned some spans in format_args! and derive to maintain compatability
|
2016-01-22 19:12:51 +13:00 |
|
bors
|
709d00a231
|
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
|
2015-12-21 19:10:51 +00:00 |
|
Ms2ger
|
143b9d80d0
|
Stop re-exporting the ast::BindingMode variants.
|
2015-12-20 22:15:26 +01:00 |
|
Manish Goregaokar
|
9e953df6f0
|
Rollup merge of #30420 - petrochenkov:owned2, r=nrc
Part of https://github.com/rust-lang/rust/pull/30095 not causing mysterious segfaults.
r? @nrc
|
2015-12-18 20:02:12 +05:30 |
|
Vadim Petrochenkov
|
0d298f9904
|
Deprecate name OwnedSlice and don't use it
|
2015-12-18 00:52:56 +03:00 |
|
Nick Cameron
|
6309b0f5bb
|
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Also split out emitters into their own module.
|
2015-12-17 09:35:50 +13:00 |
|
Seo Sanghyeon
|
f9ba107824
|
Move built-in syntax extensions to a separate crate
|
2015-12-15 15:04:46 +09:00 |
|