about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+0
2013-10-31auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwaltonbors-35/+196
2013-10-31Implement a concat!() format extensionAlex Crichton-3/+84
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-35/+196
2013-10-30auto merge of #10166 : brson/rust/meta, r=alexcrichtonbors-0/+10
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-59/+51
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-0/+10
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-59/+51
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-1/+113
2013-10-29auto merge of #10134 : reedlepee123/rust/priv_fields, r=brsonbors-7/+4
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-26/+145
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-2/+1
2013-10-29Lint non-FFI-safe enums.Jed Davis-0/+19
2013-10-29Add parser for `#[repr(...)]`; nothing uses it yet.Jed Davis-1/+95
2013-10-29removed extra linereedlepee-1/+0
2013-10-29Indentationreedlepee-1/+1
2013-10-29updated the places where the struct is created #7427reedlepee-2/+3
2013-10-29Changed name to non_copyable #7427reedlepee-1/+1
2013-10-29Added the comment #7427reedlepee-1/+1
2013-10-29Replaced empty destructors with NonCopyable #7427reedlepee-5/+2
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