]> git.lizzy.rs Git - rust.git/history - src/libsyntax/ext/expand.rs
auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson
[rust.git] / src / libsyntax / ext / expand.rs
2013-09-09 borsauto merge of #9005 : alexcrichton/rust/rusty-log,...
2013-09-09 borsauto merge of #9051 : bjz/rust/master, r=huonw
2013-09-09 borsauto merge of #9073 : alexcrichton/rust/remove-local...
2013-09-08 borsauto merge of #8988 : cmr/rust/fromstr_fn, r=brson
2013-09-08 borsauto merge of #9054 : huonw/rust/labelled-for, r=thestinger
2013-09-08 Huon Wilsonsyntax: aesthetic improvements to the `for` desugaring.
2013-09-08 Huon Wilsonsyntax: implement labelled breaks for `for`.
2013-09-08 borsauto merge of #9035 : alexcrichton/rust/fewer-clownshoe...
2013-09-07 borsauto merge of #9015 : MicahChalmer/rust/emacs-fixes...
2013-09-07 borsauto merge of #8906 : novalis/rust/master, r=alexcrichton
2013-09-07 borsauto merge of #9032 : alexcrichton/rust/inline-repr...
2013-09-07 borsauto merge of #9026 : jbclements/rust/let-var-hygiene...
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-06 John Clementsadded index to test cases, more debugging output
2013-09-06 John Clementsquote_* macros no longer need to be capturing
2013-09-06 John Clementsadd test case, cleanup
2013-09-06 John Clementsfixed a bug that caused double-expand-traversal of...
2013-09-06 John ClementsWIP: adding mark-cancelling for macro_rules
2013-09-06 John Clementscomment on hygienic context extension train fns
2013-09-06 John Clementsawesome new bug! added test case
2013-09-06 John Clementsremove unneeded imports, clean up unused var warnings
2013-09-06 John Clementswhitespace, reindentation, and comments only
2013-09-06 John Clementsremove dead code
2013-09-06 John Clementscapturing macros now implemented
2013-09-06 John Clementsadd fold_mac clause to fun_to_ctxt_folder
2013-09-06 John ClementsWIP: adding context to macros
2013-09-06 John Clementsrework fold so that fold_tts takes an ast_fold rather...
2013-09-06 John Clementsadd temporarily unused ctxt field to mac_invoc_tt
2013-09-06 John Clementsadd test case for macro token comparison
2013-09-06 John Clementsmarking on both input and output from macros. nice...
2013-09-06 John Clementstest case support fns, remove debugging test case
2013-09-06 John Clementstest case work
2013-09-06 John Clementsre-add lost call to expand_block_elts
2013-09-06 John Clementstest case work
2013-09-06 John Clementsuse empty_ctxt to simplify downstream
2013-09-06 John Clementsmake comparison of special_idents non-hygienic
2013-09-06 John Clementscomments
2013-09-06 John Clementsremove FIXME #2888, now bug is fixed
2013-09-06 John Clementscomments only
2013-09-06 John Clementsadding test case to check marking/unmarking
2013-09-06 John Clementsremoved unneccessary SyntaxExpander structs
2013-09-06 John Clementsrenaming test cases
2013-09-06 John Clementsflip the switch on let renaming
2013-09-06 John Clementsadd hygiene support fns, move them around.
2013-09-06 John Clementsrename resolve to mtwt_resolve
2013-09-06 borsauto merge of #9000 : brson/rust/dns, r=anasazi
2013-09-06 borsauto merge of #8914 : Dretch/rust/native-glob, r=alexcr...
2013-09-06 borsauto merge of #8909 : lkuper/rust/default-methods-refac...
2013-09-05 borsauto merge of #8997 : fhahn/rust/issue_8985, r=catamorp...
2013-09-05 borsauto merge of #8992 : chris-morgan/rust/unreachable...
2013-09-05 borsauto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont...
2013-09-05 Alex CrichtonRemove the __log function for __log_level
2013-09-05 borsauto merge of #8975 : alexcrichton/rust/reorganize...
2013-09-05 borsauto merge of #8875 : alexcrichton/rust/fix-inner-stati...
2013-09-05 Chris MorganAdd an ``unreachable!()`` macro.
2013-09-05 borsauto merge of #8944 : alexcrichton/rust/issue-8938...
2013-09-05 borsauto merge of #8978 : pnkfelix/rust/make-path-api-less...
2013-09-04 borsauto merge of #8977 : pnkfelix/rust/fsk-followup-on...
2013-09-04 borsauto merge of #8935 : blake2-ppc/rust/reader-bytes...
2013-09-04 borsauto merge of #8880 : fhahn/rust/issue_8703, r=brson
2013-09-04 borsauto merge of #8901 : adridu59/rust/issue-8511, r=huonw
2013-09-04 borsauto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum
2013-09-04 borsauto merge of #8956 : thestinger/rust/test, r=huonw
2013-09-04 borsauto merge of #8976 : alexcrichton/rust/issue-5425...
2013-09-04 borsauto merge of #8960 : Kimundi/rust/master, r=alexcrichton
2013-09-04 Felix S. Klock IIMake non-pub condition! expand to non-pub mod. Fix...
2013-09-04 borsauto merge of #8951 : chris-morgan/rust/vim-update...
2013-09-04 borsauto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson
2013-09-04 borsauto merge of #8943 : alexcrichton/rust/issue-8904...
2013-09-04 borsauto merge of #8942 : novalis/rust/fmt, r=alexcrichton
2013-09-04 borsauto merge of #8963 : jmgrosen/rust/issue-8881, r=alexc...
2013-09-03 jmgrosenFixes #8881. condition! imports parent's pub identifiers
2013-09-03 borsauto merge of #8954 : anasazi/rust/tcp-acceptor, r...
2013-09-03 borsauto merge of #8934 : sfackler/rust/bufreader, r=brson
2013-09-03 borsauto merge of #8945 : alexcrichton/rust/ifmt-dont-move...
2013-09-03 borsauto merge of #8947 : thestinger/rust/name, r=huonw
2013-09-03 borsauto merge of #8884 : blake2-ppc/rust/exact-size-hint...
2013-09-03 borsauto merge of #8932 : huonw/rust/closed-issues, r=thest...
2013-09-03 borsauto merge of #8939 : Kimundi/rust/master, r=huonw
2013-09-03 Marvin LöbelModernized a few more types in syntax::ast
2013-09-01 borsauto merge of #8920 : Kimundi/rust/master, r=thestinger
2013-09-02 Marvin LöbelRenamed syntax::ast::ident -> Ident
2013-09-01 borsauto merge of #8913 : poiru/rust/issue-8702, r=cmr
2013-09-01 borsauto merge of #8276 : kballard/rust/iterator-protocol...
2013-09-01 borsauto merge of #8911 : Kimundi/rust/master, r=huonw
2013-09-01 Marvin LöbelModernized a few type names in rustc and syntax
2013-08-30 borsauto merge of #8839 : sanxiyn/rust/env, r=thestinger
2013-08-29 borsauto merge of #8800 : fhahn/rust/ticket_5239, r=alexcri...
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8806 : klutzy/rust/winmain, r=cmr
2013-08-28 borsauto merge of #8805 : jfager/rust/remove-hashutil,...
2013-08-28 borsauto merge of #8697 : kballard/rust/rustpkg-no-args...
2013-08-28 borsauto merge of #8802 : pcwalton/rust/compile-speed,...
2013-08-28 Patrick Waltonlibrustc: Add support for type parameters in the middle...
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
next