about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-136/+137
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-10/+10
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-27/+24
2013-05-11Warning policeTim Chevalier-5/+3
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-8/+8
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-23/+33
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-1/+1
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-7/+7
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-247/+246
2013-05-10Fix deriving(IterBytes) to use the new for-loop protocolAlex Crichton-11/+15
2013-05-10syntax: Use the new `for` protocolAlex Crichton-12/+18
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-247/+246
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-1/+1
2013-05-08libcore: Fix more merge fallout.Patrick Walton-5/+28
2013-05-08librustc: Fix merge fallout.Patrick Walton-8/+4
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-4/+5
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-15/+9
2013-05-09Fix typosSean Moon-1/+1
2013-05-08auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakisbors-777/+1193
2013-05-07auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...bors-0/+15
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-0/+36
2013-05-06Step one for 'proper' pub condition: support pub keyword in form.Felix S. Klock II-0/+15
2013-05-07libsyntax: add #[deriving(Rand, ToStr)].Huon Wilson-0/+196
2013-05-07libsyntax: convert #[deriving(IterBytes)] to generic derivingHuon Wilson-223/+61
2013-05-07libsyntax: extend generic deriving code to handle almost all possible traits.Huon Wilson-554/+936
2013-05-06Add assert_approx_eq! macroBrendan Zabarauskas-0/+36
2013-05-05Fix two more write guard failuresNiko Matsakis-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-197/+284
2013-05-04Register snapshotsBrian Anderson-11/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-5/+0
2013-05-03auto merge of #6219 : dotdash/rust/fmt, r=graydonbors-4/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-5/+0
2013-05-03auto merge of #6046 : brson/rust/io, r=graydonbors-1/+1
2013-05-03Avoid needless creation of unique strings in fmt!()Björn Steinbrink-4/+2
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-1/+1
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-117/+278
2013-05-03Use static stringsJeong YunWon-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-67/+0
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-1/+2
2013-05-01rustc: remove the rest of dropErick Tryzelaar-1/+0
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-62/+71
2013-04-30adapt to snapshotNiko Matsakis-11/+0
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-1/+44
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-5/+18
2013-04-29test: Fix tests.Patrick Walton-1/+3
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-17/+15
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-5/+3
2013-04-28change stage1,stage2,stage2 into not(stage0)John Clements-3/+1