]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/trans/_match.rs
auto merge of #15745 : treeman/rust/tutorial-fixup, r=steveklabnik
[rust.git] / src / librustc / middle / trans / _match.rs
2014-07-20 borsauto merge of #15745 : treeman/rust/tutorial-fixup...
2014-07-20 borsauto merge of #15767 : pcwalton/rust/lifetime-elision...
2014-07-20 borsauto merge of #15764 : alexcrichton/rust/issue-15761...
2014-07-19 borsauto merge of #15746 : steveklabnik/rust/docs_random...
2014-07-19 borsauto merge of #15650 : jakub-/rust/patterns-statics...
2014-07-19 borsauto merge of #15638 : blake2-ppc/rust/ptr-arithmetic...
2014-07-18 Jakub WieczorekAdd support for patterns referencing non-trivial statics
2014-07-18 borsauto merge of #15743 : Ryman/rust/mandelbrot_fix, r...
2014-07-18 borsauto merge of #15737 : huonw/rust/lint-level-here,...
2014-07-18 borsauto merge of #15733 : sanxiyn/rust/use-from-type,...
2014-07-18 borsauto merge of #15732 : bgamari/rust/to-tokens, r=alexcr...
2014-07-18 borsauto merge of #15727 : fhahn/rust/remove-some-unwraps...
2014-07-18 borsauto merge of #15726 : aturon/rust/macro-stability...
2014-07-18 borsauto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
2014-07-18 borsauto merge of #15719 : michaelwoerister/rust/global_var...
2014-07-17 borsauto merge of #15515 : pcwalton/rust/cross-borrowing...
2014-07-17 Patrick Waltonlibrustc: Remove cross-borrowing of `Box<T>` to `&T...
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-15 borsauto merge of #15619 : kwantam/rust/master, r=huonw
2014-07-15 borsauto merge of #15615 : jakub-/rust/diagnostics, r=brson
2014-07-15 borsauto merge of #15604 : mrmonday/rust/raw-socket-libc...
2014-07-15 borsauto merge of #15421 : catharsis/rust/doc-ffi-minor...
2014-07-15 borsauto merge of #15371 : pnkfelix/rust/fsk-render-dataflo...
2014-07-15 borsauto merge of #15534 : steveklabnik/rust/guide_stdin...
2014-07-15 borsauto merge of #15531 : steveklabnik/rust/guide_looping...
2014-07-15 borsauto merge of #15511 : brson/rust/extract-rustc-back...
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 Brian Andersonrustc_llvm: Remove the inner llvm module
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
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 #15540 : Gankro/rust/master, r=huonw
2014-07-09 borsauto merge of #15530 : adrientetar/rust/proper-fonts...
2014-07-09 borsauto merge of #15422 : steveklabnik/rust/guide_compound...
2014-07-09 borsauto merge of #15374 : steveklabnik/rust/comments,...
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
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 #15508 : jakub-/rust/struct-pattern-witne...
2014-07-08 borsauto merge of #15443 : pcwalton/rust/module-and-type...
2014-07-08 borsauto merge of #15406 : luqmana/rust/nop, r=pcwalton
2014-07-07 borsauto merge of #15394 : pcwalton/rust/new-index-traits...
2014-07-07 borsauto merge of #15440 : pcwalton/rust/struct-aliases...
2014-07-07 borsauto merge of #15496 : ruud-v-a/rust/patch-1, r=huonw
2014-07-07 borsauto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton
2014-07-07 borsauto merge of #15411 : mitchmindtree/rust/master, r...
2014-07-06 Jakub WieczorekProperly bind nested pattern bindings when there's...
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 #15225 : Ryman/rust/liburl_minor, r=alexc...
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-05 Luqman Adenlibrustc: Make sure to run destructors in the right...
2014-07-05 Patrick Waltonlibrustc: Accept type aliases for structures in structu...
2014-07-04 borsauto merge of #15412 : dotdash/rust/builder, r=alexcrichton
2014-07-04 John Clementsmake any_pat! and u64_from_be_bytes_bench_impl! macros...
2014-07-04 borsauto merge of #15405 : pcwalton/rust/delifetime, r...
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-03 Jakub WieczorekFix #12285
2014-07-03 borsauto merge of #15377 : alexcrichton/rust/rollup, r...
2014-07-03 borsauto merge of #15076 : luqmana/rust/naim, r=pcwalton
2014-07-03 John ClementsSimplify PatIdent to contain an Ident rather than a...
2014-07-03 borsauto merge of #15338 : pfalabella/rust/rational-impl...
2014-07-03 borsauto merge of #15331 : Derecho/rust/master, r=alexcrichton
2014-07-03 borsauto merge of #15199 : michaelwoerister/rust/cross...
2014-07-03 borsauto merge of #15078 : jakub-/rust/pattern-matching...
2014-07-03 Jakub WieczorekImprove code reuse between trans/_match.rs and check_ma...
2014-07-03 Luqman Adenlibrustc: Don't schedule redundant cleanups.
2014-07-03 Luqman Adenlibrustc: Use different alloca slot for non-move bindings.
2014-07-03 Luqman Adenlibrustc: Don't create extra alloca slot for by value...
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
next