about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-23/+197
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-4/+4
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-319/+374
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/+182
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-4/+4
2013-05-09back-ticksLenny222-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-319/+374
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-1/+1
2013-05-09libsyntax: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-08libcore: Fix more merge fallout.Patrick Walton-5/+29
2013-05-08librustc: Fix merge fallout.Patrick Walton-8/+4
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-10/+7
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-4/+5
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-36/+40
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-07auto merge of #6245 : youknowone/rust/match-range-static, r=graydonbors-2/+8
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-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-6/+6
2013-05-06refinement to technique used to not run regionckNiko Matsakis-1/+7
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-708/+456
2013-05-05auto merge of #6208 : sanxiyn/rust/accurate-span, r=sanxiynbors-6/+6
2013-05-06Fix span testsSeo Sanghyeon-2/+2
2013-05-05Allow non-literal static range pattern for match armsJeong YunWon-2/+8
2013-05-04Register snapshotsBrian Anderson-66/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-7/+0
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-4/+3
2013-05-03auto merge of #6219 : dotdash/rust/fmt, r=graydonbors-4/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-7/+0
2013-05-03syntax: Warning policeTim Chevalier-4/+3
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-3/+3
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-121/+332
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-1/+1
2013-05-03More accurate spansSeo Sanghyeon-4/+4
2013-05-03Use static stringsJeong YunWon-39/+32
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-202/+0
2013-05-01syntax: fix up dynamic borrow errors in libsyntaxNiko Matsakis-10/+10
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-313/+115