about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-10-28Field identifiers now include specific spans (Closes #8263).Joshua Yanovski-7/+11
2013-10-28auto merge of #10117 : huonw/rust/dead-visits, r=sanxiynbors-126/+70
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-4/+3
2013-10-28syntax: remove dead @mut Visitor impl (only used in tests).Huon Wilson-126/+70
2013-10-25libsyntax: Get rid of obsolete obsolete warning.Luqman Aden-6/+0
2013-10-25libsyntax: Get rid of some logic for some obsolete syntax.Luqman Aden-14/+5
2013-10-25libsyntax/librustc: Allow mut qualifier in patterns.Luqman Aden-56/+40
2013-10-24Test fixes and merge conflictsAlex Crichton-0/+1
2013-10-24Remove io::read_errorAlex Crichton-8/+4
2013-10-24Remove even more of std::ioAlex Crichton-108/+151
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-22libsyntax/librustc: Allow specifying mut on ~self.Luqman Aden-4/+15
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-20/+25
2013-10-22auto merge of #10006 : alexcrichton/rust/another-massive-rename, r=brsonbors-148/+140
2013-10-22auto merge of #10002 : catamorphism/rust/bug-report-docs, r=alexcrichtonbors-1/+5
2013-10-22Remove the now-duplicate logging macrosAlex Crichton-8/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-145/+145
2013-10-21auto merge of #9937 : brson/rust/log_str, r=alexcrichtonbors-3/+4
2013-10-21auto merge of #9936 : madjar/rust/master, r=alexcrichtonbors-33/+41
2013-10-21Add support for nested commentsGeorges Dubus-33/+41
2013-10-21syntax: Add the Bug Report HOWTO URL to the ICE messageTim Chevalier-1/+5
2013-10-21std: Move sys::log_str to repr::repr_to_str. Further work on #2240.Brian Anderson-3/+4
2013-10-21auto merge of #9991 : LeoTestard/rust/asm-feature-gate, r=huonwbors-3/+7
2013-10-21Add a feature flag for ASMLéo Testard-3/+7
2013-10-20Don't allocate a string when calling printlnAlex Crichton-7/+2
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-362/+25
2013-10-18Remove the fmt! syntax extensionAlex Crichton-362/+25
2013-10-18auto merge of #9851 : alexcrichton/rust/include_bin, r=huonwbors-8/+20
2013-10-18Optimize include_bin! for large inputsAlex Crichton-8/+20
2013-10-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-6/+15
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-4/+18
2013-10-16path2: Update based on more review feedbackKevin Ballard-2/+2
2013-10-15Build a few extra features into format! parsingAlex Crichton-4/+17
2013-10-15Require module documentation with missing_docAlex Crichton-0/+1
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-9/+9
2013-10-15path2: Replace the path module outrightKevin Ballard-29/+27
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
2013-10-10Remove named extern blocks from the ASTAlex Crichton-31/+6
2013-10-09auto merge of #9783 : huonw/rust/macro-items, r=bstriebors-2/+5
2013-10-10syntax: allow macros to expand to items with attributes.Huon Wilson-2/+5
2013-10-09option: rewrite the API to use compositionDaniel Micay-34/+34
2013-10-08auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brsonbors-3/+0
2013-10-08Allow attributes on macrosAlex Crichton-3/+0
2013-10-08auto merge of #9771 : alexcrichton/rust/snapshots, r=thestingerbors-19/+0
2013-10-08Register new snapshotsAlex Crichton-19/+0
2013-10-08auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichtonbors-1/+11
2013-10-08Add bindings for start and ends of keyword ranges; use bindings in match arms.Felix S. Klock II-11/+40
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-57/+160
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-55/+74