]> git.lizzy.rs Git - rust.git/history - src/libsyntax/ext/expand.rs
auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alexcrichton
[rust.git] / src / libsyntax / ext / expand.rs
2014-07-12 borsauto merge of #15601 : jbclements/rust/disable-default...
2014-07-12 borsauto merge of #15592 : arjantop/rust/bufwriter-write...
2014-07-12 borsauto merge of #15588 : alexcrichton/rust/issue-15478...
2014-07-12 borsauto merge of #15589 : Denommus/rust/master, r=alexcrichton
2014-07-11 borsauto merge of #15565 : alexcrichton/rust/issue-15475...
2014-07-11 John Clementsadd Macro Exterminator
2014-07-11 John Clementsmake walk/visit_mac opt-in only
2014-07-11 John Clementsuse side table to store exported macros
2014-07-11 borsauto merge of #15580 : pnkfelix/rust/fsk-fix-15558...
2014-07-11 borsauto merge of #15576 : mrmonday/rust/patch-1, r=alexcri...
2014-07-11 borsauto merge of #15575 : mvdnes/rust/spinlock_error,...
2014-07-11 borsauto merge of #15574 : omasanori/rust/hidden, r=huonw
2014-07-11 borsauto merge of #15570 : omasanori/rust/radix, r=alexcrichton
2014-07-11 borsauto merge of #15564 : alexcrichton/rust/moar-hash...
2014-07-10 borsauto merge of #15336 : jakub-/rust/diagnostics, r=brson
2014-07-10 Jakub WieczorekAdd scaffolding for assigning alpha-numeric codes to...
2014-07-10 borsauto merge of #15563 : luqmana/rust/nif, r=pcwalton
2014-07-09 borsauto merge of #15471 : erickt/rust/push_all, r=acrichto
2014-07-09 borsauto merge of #15283 : kwantam/rust/master, r=alexcrichton
2014-07-09 borsauto merge of #15483 : AlisdairO/rust/master, r=alexcri...
2014-07-09 borsauto merge of #15540 : Gankro/rust/master, r=huonw
2014-07-09 borsauto merge of #15530 : adrientetar/rust/proper-fonts...
2014-07-09 borsauto merge of #15339 : cmr/rust/rewrite-lexer2, r=huonw
2014-07-09 Corey RichardsonFix all the test fallout
2014-07-09 Corey Richardsonsyntax: doc comments all the things
2014-07-09 borsauto merge of #15537 : jbclements/rust/hygiene-for...
2014-07-09 borsauto merge of #15422 : steveklabnik/rust/guide_compound...
2014-07-09 borsauto merge of #15374 : steveklabnik/rust/comments,...
2014-07-08 John Clementscarry self ident forward through re-parsing
2014-07-08 John Clementsmacro literals should be compared by name only
2014-07-08 John Clementsimplement hygiene for method args
2014-07-08 John Clementstest case for expansion of method macro
2014-07-08 John Clementsintroducing let-syntax
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-07-08 John Clementsself arg macro test case
2014-07-08 John Clementstest harness cleanup
2014-07-08 John Clementsadded test for method arg hygiene
2014-07-08 borsauto merge of #15493 : brson/rust/tostr, r=pcwalton
2014-07-08 Richo Healeystd: Rename the `ToStr` trait to `ToString`, and `to_st...
2014-07-08 borsauto merge of #15406 : luqmana/rust/nop, r=pcwalton
2014-07-07 borsauto merge of #15440 : pcwalton/rust/struct-aliases...
2014-07-07 borsauto merge of #15411 : mitchmindtree/rust/master, r...
2014-07-07 borsauto merge of #15464 : dotdash/rust/bool_stores, r...
2014-07-06 borsauto merge of #15465 : SimonSapin/rust/patch-4, r=alexc...
2014-07-06 borsauto merge of #15456 : aochagavia/rust/guide, r=alexcri...
2014-07-06 borsauto merge of #15454 : jakub-/rust/15453, r=huonw
2014-07-06 borsauto merge of #15447 : patrickyevsukov/rust/patch-1...
2014-07-06 borsauto merge of #15441 : P1start/rust/lifetime-suggest...
2014-07-06 borsauto merge of #15439 : dotdash/rust/remove_entry_bcx...
2014-07-06 borsauto merge of #15417 : pfalabella/rust/rational-signed...
2014-07-05 borsauto merge of #15319 : alexcrichton/rust/no-crate-id...
2014-07-05 borsauto merge of #15225 : Ryman/rust/liburl_minor, r=alexc...
2014-07-05 Alex Crichtonrustc: Remove CrateId and all related support
2014-07-05 borsauto merge of #15431 : iliekturtles/rust/13279-error...
2014-07-05 borsauto merge of #15429 : kballard/rust/vim_tab_convention...
2014-07-05 borsauto merge of #15428 : phildawes/rust/master, r=huonw
2014-07-05 borsauto merge of #15427 : aochagavia/rust/parse, r=pcwalton
2014-07-05 borsauto merge of #15442 : luqmana/rust/odp, r=pnkfelix
2014-07-05 borsauto merge of #15418 : pnkfelix/rust/fsk-revise-VecPerP...
2014-07-05 borsauto merge of #15414 : zsiciarz/rust/patch-1, r=alexcri...
2014-07-05 borsauto merge of #15284 : apoelstra/rust/bitv-methods...
2014-07-05 borsauto merge of #15425 : jbclements/rust/hygiene-for...
2014-07-04 John Clementsimplement hygiene for ExprFnBlock and ExprProc
2014-07-04 John Clementsadded test cases for closure arg hygiene
2014-07-04 John Clementscomments only
2014-07-04 John Clementshygiene for item fn args
2014-07-04 John Clementscomments & test cases for IdentRenamers
2014-07-04 John Clementsuse PatIdentRenamer for match bindings
2014-07-04 John Clementscomments only
2014-07-04 John Clementsnew_mark -> apply_mark, new_rename -> apply_rename
2014-07-04 John Clementsadd PatIdentRenamer
2014-07-04 John Clementsmove RenameList to mtwt, add new_renames abstraction
2014-07-04 John Clementscomments, whitespace, rename NameFinderContext to PatId...
2014-07-04 borsauto merge of #15404 : vhbit/rust/ios-ptr-fixes, r...
2014-07-04 borsauto merge of #15051 : retep998/rust/master, r=alexcrichton
2014-07-04 borsauto merge of #15403 : vhbit/rust/ios-llvm-fixme, r...
2014-07-04 borsauto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton
2014-07-04 borsauto merge of #15387 : huonw/rust/toc-space, r=alexcrichton
2014-07-04 borsauto merge of #15378 : mdinger/rust/Issue_15333, r...
2014-07-04 borsauto merge of #15369 : omasanori/rust/asctime, r=alexcr...
2014-07-04 borsauto merge of #15356 : pcwalton/rust/wrong-implementor...
2014-07-04 borsauto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton
2014-07-04 borsauto merge of #15343 : alexcrichton/rust/0.11.0-release...
2014-07-04 John Clementssimplify and uncomment item-fn-arg hygiene unit test
2014-07-03 borsauto merge of #15377 : alexcrichton/rust/rollup, r...
2014-07-03 Joseph CrailFix spelling errors.
2014-07-03 John ClementsSimplify PatIdent to contain an Ident rather than a...
2014-07-02 borsauto merge of #15222 : alexcrichton/rust/relnotes,...
2014-07-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into 0...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 borsauto merge of #15191 : pcwalton/rust/variance-in-trait...
2014-06-28 borsauto merge of #15214 : tbu-/rust/pr_doc_vecinsert,...
2014-06-28 borsauto merge of #15233 : jbclements/rust/match-var-hygien...
2014-06-28 John Clementsadjust fold to fold over interpolated items/exprs/etc.
2014-06-28 John Clementsadded unit and standalone test for 15221, extra debuggi...
2014-06-28 John Clementsremove trailing whitespace
2014-06-28 John Clementshygiene for match-bound vars now implemented
2014-06-28 John Clementsimprove match test case to include guard
2014-06-28 John Clementsremove unnecessary abstraction
next