about summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-14Register new snapshotsAlex Crichton-1/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-134/+173
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-7/+7
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-2/+17
2014-06-02syntax: Remove use of `pub use` globsklutzy-2/+17
2014-06-02docs: Stop using `notrust`Florian Gilcher-7/+7
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+8
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-1/+1
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-6/+7
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-13/+12
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-2/+3
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+3
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-4/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-24Changes from feedbackSteven Fackler-20/+12
2014-05-24Add AttrId to Attribute_Steven Fackler-10/+21
2014-05-22auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brsonbors-1/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-32/+64
2014-05-21std: Change hash to reexport its own WriterAlex Crichton-1/+2
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-0/+0
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-8/+3
2014-05-13syntax: Preserve attributes in #[deriving]Alex Crichton-11/+25
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+7
2014-05-03auto merge of #13773 : brson/rust/boxxy, r=alexcrichtonbors-18/+19
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-18/+19
2014-05-01Allow built-in traits to be derivedFlavio Percoco-0/+51
2014-04-24auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakisbors-12/+11
2014-04-23auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichtonbors-0/+2
2014-04-23Allow attributes on match armsSteven Fackler-0/+2
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-37/+52
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-19/+55
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-19/+55
2014-04-23syntax: fix de-@rooting falloutFlavio Percoco-12/+11
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-37/+52
2014-04-23Support unsized types with the `type` keywordNick Cameron-11/+20
2014-04-23Add a span to ast::TyParamNick Cameron-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+3
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+3
2014-04-08Register new snapshotsAlex Crichton-3/+3