]> git.lizzy.rs Git - rust.git/history - src/libsyntax/ext/base.rs
Get rid of structural records in libsyntax and the last bit in librustc.
[rust.git] / src / libsyntax / ext / base.rs
2013-02-21 Luqman AdenGet rid of structural records in libsyntax and the...
2013-02-21 borsauto merge of #5046 : sanxiyn/rust/struct-match, r...
2013-02-20 borsauto merge of #5044 : thestinger/rust/range, r=pcwalton
2013-02-20 borsauto merge of #5039 : alexcrichton/rust/issue-4875...
2013-02-19 borsauto merge of #5040 : Kimundi/rust/incoming, r=graydon
2013-02-19 borsauto merge of #5006 : tedhorst/rust/linear_mand, r...
2013-02-19 borsauto merge of #5000 : jld/rust/test-stdin-thing, r...
2013-02-19 borsauto merge of #4999 : erickt/rust/incoming, r=brson
2013-02-19 Erick Tryzelaarconvert SyntaxExtensions's key to a @~str
2013-02-19 Erick TryzelaarAlias HashMap<~str, SyntaxExtension> to SyntaxExtensions
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-15 borsauto merge of #4969 : nickdesaulniers/rust/issue3869...
2013-02-15 borsauto merge of #4964 : luqmana/rust/demove, r=graydon
2013-02-15 Luqman Adenlibsyntax: Get rid of uses of `move` and don't parse it.
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 borsauto merge of #4915 : luqmana/rust/rt-cleanup, r=pcwalton
2013-02-14 borsauto merge of #4922 : jbclements/rust/add-deriving...
2013-02-13 John Clementscleanup, fix test case
2013-02-13 John ClementsCommenting, test cases, cleanup
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-08 borsauto merge of #4845 : osaut/rust/master, r=graydon
2013-02-08 borsauto merge of #4834 : veddan/rust/zflags, r=graydon
2013-02-08 borsauto merge of #4833 : pcwalton/rust/demuting, r=pcwalton
2013-02-08 Patrick Waltonlibrustc: Lots of de-muting. rs=demuting
2013-02-05 Tim ChevalierMerge
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-04 Brian AndersonMerge remote-tracking branch 'thestinger/old_map' into...
2013-02-03 Daniel Micayrename map -> oldmap and mark it as deprecated
2013-02-03 borsautomated merge
2013-02-01 Brian AndersonMerge remote-tracking branch 'nickdesaulniers/issue4524...
2013-02-01 Brian AndersonMerge pull request #4720 from jbclements/syntactic...
2013-02-01 John Clementstest cases, cleanup
2013-01-30 Tim ChevalierMerge pull request #4669 from pnkfelix/tutorial-revisions
2013-01-29 Patrick Waltonlibsyntax: De-export libsyntax. rs=deexporting
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-24 Tim ChevalierMerge pull request #4594 from thestinger/map
2013-01-23 Tim ChevalierMerge pull request #4587 from sanxiyn/divide-by-zero
2013-01-23 Tim ChevalierMerge pull request #4589 from sanxiyn/doc-vec-match
2013-01-23 Tim ChevalierMerge pull request #4597 from Dretch/atvec-constructors
2013-01-23 John Clementsrenaming to adhere to conventions
2013-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
2013-01-20 Tim ChevalierMerge pull request #4506 from thestinger/mkdtemp
2013-01-20 Tim ChevalierMerge pull request #4519 from cpeterso/impl-timespec-ord
2013-01-20 Tim ChevalierMerge pull request #4557 from thestinger/tidy-fix
2013-01-20 Erick TryzelaarConvert many libsyntax records into structs
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-09 Patrick Waltonlibrustc: Make unqualified identifier searches terminat...
2013-01-09 Patrick WaltonRevert "librustc: Make unqualified identifier searches...
2013-01-09 Patrick Waltonlibrustc: Make unqualified identifier searches terminat...
2013-01-08 Brian AndersonMerge remote-tracking branch 'gifnksm/bigint' into...
2013-01-05 Brian AndersonMerge remote-tracking branch 'superoptimizer/master...
2012-12-28 Tim ChevalierMerge pull request #4268 from catamorphism/issue-3477
2012-12-28 Tim ChevalierMerge pull request #4308 from steveklabnik/patch-1
2012-12-27 Tim ChevalierMerge pull request #4298 from JensNockert/byteswap
2012-12-27 Patrick Waltonlibrustc: Terminate name searches at the nearest module...
2012-12-20 Erick TryzelaarRemove the old serialization code
2012-12-14 Brian AndersonMerge remote-tracking branch 'thestinger/vim'
2012-12-14 Erick TryzelaarBegin renaming serialization to std::serialize. (snapshot)
2012-12-13 Brian AndersonMerge pull request #4172 from graydon/remove-old-syntax-ext
2012-12-13 Graydon Hoaresyntax: remove remaining #syntaxext machinery. Close...
2012-12-12 Graydon Hoaresyntax: remove most code handling old-style syntax...
2012-12-12 Graydon Hoaresyntax: remove all remaining uses of #ast, and #ast...
2012-12-07 Brian AndersonMerge pull request #4101 from brson/bound-default-methods
2012-12-07 Graydon Hoaresyntax: fix quote_type! to quote_ty!
2012-12-07 Graydon Hoaresyntax: point quote tokens at the site of quote-using...
2012-12-06 Tim ChevalierMerge pull request #4089 from BeyondSora/incoming
2012-12-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-12-05 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-12-04 Patrick Waltonlibrustc: Remove all legacy pattern bindings from libsy...
2012-12-04 Graydon HoareUpdate license, add license boilerplate to most files...
2012-12-01 Brian AndersonMerge remote-tracking branch 'bilalhusain/patch-1'
2012-11-29 Paul StansiferMake it possible to expand stmt macros.
2012-11-29 Paul StansiferMake it possible to invoke item macros without passing...
2012-11-29 Paul StansiferAllow `macro_rules!` macros to expand to expressions...
2012-11-21 Patrick Waltonlibsyntax: Implement deriving via a syntax extension...
2012-11-20 Patrick Waltonrustc: Implement "deriving" for monomorphic structs...
2012-11-20 Graydon HoareMerge pull request #4001 from jesse99/features/docs
2012-11-18 Tim ChevalierMerge pull request #3998 from jesse99/feature/getopts
2012-11-18 Jesse JonesMerge with incoming.
2012-11-18 Brian AndersonMerge remote-tracking branch 'brson/codemap'
2012-11-16 Graydon Hoaresyntax: rename quote! to quote_tokens!, add quote_...
2012-11-14 Brian AndersonAdd types for character position and byte position...
2012-11-14 Brian AndersonCamel case all the codemap types except span
2012-11-13 Graydon Hoarerustc: add new token-tree based quasiquoter.
2012-11-13 Brian AndersonRemove expn_info box typedef from codemap
2012-11-13 Brian AndersonRemove CodeMap box typedef from codemap
2012-11-13 Brian AndersonConvert most codemap types from records to structs
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-08 Patrick Waltonrustc: Support irrefutable patterns in function argumen...
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
next