summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving
AgeCommit message (Expand)AuthorLines
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-4/+13
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-2/+7
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-2/+2
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-7/+16
2014-08-05Fixes missing overflow lint for i64 #14269Falco Hirschenberger-1/+1
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-19Fixed lifetimes on syntax deriving structs, implemented CloneDzmitry Malyshau-2/+6
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-7/+20
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+3
2014-07-16libsyntax: Remove `Send` from `PtrTy` in `deriving`.Patrick Walton-6/+0
2014-07-13refactor Method definition to make space for macrosJohn Clements-7/+7
2014-07-11Removed dead structures after changes to PartialOrd/Ord derivings.Felix S. Klock II-352/+29
2014-07-11`O(n*k)` code-size deriving on enums (better than previous `O(n^k)`).Felix S. Klock II-43/+455
2014-07-11Revise the `const_nonmatching` flag with more info about author's intent.Felix S. Klock II-23/+40
2014-07-09syntax: doc comments all the thingsCorey Richardson-249/+244
2014-07-08carry self ident forward through re-parsingJohn Clements-5/+9
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-16/+14
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-18/+9
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-5/+99
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