]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Auto merge of #30492 - wesleywiser:fix_extra_drops, r=pnkfelix
[rust.git] / src / librustc_mir /
2016-01-06 borsAuto merge of #30492 - wesleywiser:fix_extra_drops...
2016-01-05 borsAuto merge of #30665 - zachpanz88:new-year, r=nrc
2016-01-05 borsAuto merge of #30702 - tshepang:derives-not-needed...
2016-01-05 borsAuto merge of #30680 - wesleywiser:rustdoc_image_max_wi...
2016-01-05 borsAuto merge of #30708 - GuillaumeGomez:malformed_macro...
2016-01-05 borsAuto merge of #30595 - steveklabnik:remove_learn_rust...
2016-01-05 borsAuto merge of #30707 - tsion:mir-text, r=nikomatsakis
2016-01-04 borsAuto merge of #30681 - Toby-S:master, r=bluss
2016-01-04 Scott OlsonAdd 'mut' to MIR temp variable debug output.
2016-01-04 Scott OlsonAdd a human-readable textual form for MIR.
2016-01-04 borsAuto merge of #30661 - michaelwoerister:trans_fn_attrs...
2016-01-04 borsAuto merge of #30602 - tsion:mir-graphviz-display,...
2016-01-04 borsAuto merge of #30523 - ubsan:wrapping_op_assign, r...
2016-01-04 borsAuto merge of #30553 - luqmana:mir-match-arm-guards...
2016-01-04 borsAuto merge of #30690 - LawrenceWoodman:patch-2, r=steve...
2016-01-04 borsAuto merge of #30651 - nagisa:mir-fix-equality-checks...
2016-01-02 borsAuto merge of #30264 - GuillaumeGomez:patch-5, r=Manish...
2016-01-02 Scott OlsonAdd 'mut' to temporary vars in MIR graphviz output.
2016-01-01 borsAuto merge of #30670 - emoon:fs-copy-comment, r=stevekl...
2016-01-01 borsAuto merge of #30663 - apasel422:ll, r=bluss
2016-01-01 Simonas KazlauskasFix equality checks in matches
2016-01-01 borsAuto merge of #30648 - tshepang:missing-graves, r=steve...
2015-12-31 borsAuto merge of #30645 - tshepang:grammar, r=steveklabnik
2015-12-31 Wesley WiserAvoid adding drops for types w/ no dtor in MIR construction
2015-12-31 borsAuto merge of #30616 - arcnmx:cstr-asref, r=aturon
2015-12-31 borsAuto merge of #28469 - DenisKolodin:master, r=steveklabnik
2015-12-31 borsAuto merge of #30660 - nagisa:rollup, r=steveklabnik
2015-12-31 Simonas KazlauskasRollup merge of #30630 - tsion:mir-closure-args, r...
2015-12-31 Simonas KazlauskasRollup merge of #30590 - nagisa:mir-constval-function...
2015-12-31 Simonas KazlauskasRollup merge of #30565 - michaelwoerister:opaque_encode...
2015-12-31 Simonas KazlauskasRollup merge of #30365 - tamird:update-valgrind, r...
2015-12-31 borsAuto merge of #30644 - tshepang:typo, r=steveklabnik
2015-12-31 borsAuto merge of #30593 - steveklabnik:small_rc_refactorin...
2015-12-31 borsAuto merge of #30641 - tsion:match-range, r=eddyb
2015-12-31 borsAuto merge of #30586 - nagisa:mir-cast, r=arielb1
2015-12-30 borsAuto merge of #30375 - aaronkeen:issue_28777, r=eddyb
2015-12-30 borsAuto merge of #30467 - shahn:master, r=brson
2015-12-30 Scott OlsonUse built-in comparisons for range matching in MIR.
2015-12-30 Steve KlabnikRollup merge of #30556 - nodakai:patch-1, r=brson
2015-12-30 Steve KlabnikRollup merge of #30511 - defyrlt:issue_30507, r=stevekl...
2015-12-30 Steve KlabnikRollup merge of #30502 - Luke-Nukem:master, r=steveklabnik
2015-12-30 Steve KlabnikRollup merge of #30373 - ChrisBuchholz:master, r=stevek...
2015-12-30 borsAuto merge of #30526 - Ms2ger:PathParameters, r=brson
2015-12-30 Scott OlsonRefactor MIR building for arguments.
2015-12-30 Scott OlsonFix argument indices in MIR for closures.
2015-12-30 Scott OlsonFix MIR var names and keep them in sync.
2015-12-29 Luqman AdenProcess candidates for match in the same order as writt...
2015-12-29 Steve KlabnikRollup merge of #30549 - mitaa:doc_dstruct, r=brson
2015-12-29 Steve KlabnikRollup merge of #30405 - durka:patch-12, r=steveklabnik
2015-12-29 Steve KlabnikRollup merge of #30390 - mitaa:patch-1, r=steveklabnik
2015-12-29 Steve KlabnikRollup merge of #30253 - Manishearth:diag-401-improve...
2015-12-28 Scott OlsonAdd comments and simplify MIR graphviz code.
2015-12-28 Scott OlsonRewrite MIR graphviz printing and improve MIR debug...
2015-12-28 borsAuto merge of #30548 - mmcco:linux-syscall, r=brson
2015-12-28 borsAuto merge of #30570 - fhartwig:dead-doc-links, r=steve...
2015-12-28 borsAuto merge of #30547 - mmcco:cfg, r=sanxiyn
2015-12-28 borsAuto merge of #30579 - dotdash:30478, r=arielb1
2015-12-27 borsAuto merge of #30566 - salty-horse:doc_typo, r=apasel422
2015-12-26 borsAuto merge of #30562 - nagisa:mir-unit-enums, r=luqmana
2015-12-26 Simonas KazlauskasAlso fix MIRification of unit enum variants
2015-12-25 borsAuto merge of #30558 - jonas-schievink:delete-ast,...
2015-12-25 borsAuto merge of #30555 - Manishearth:rollup, r=Manishearth
2015-12-25 Manish GoregaokarRollup merge of #30552 - mmcco:align, r=steveklabnik
2015-12-25 Manish GoregaokarRollup merge of #30551 - nagisa:mir-unit-structs, r...
2015-12-25 Manish GoregaokarRollup merge of #30485 - sfackler:panic-handler, r...
2015-12-25 Luqman Aden[MIR] Make sure candidates are reversed before `match_c...
2015-12-24 Simonas KazlauskasProperly translate unit structs in MIR
2015-12-23 Steve KlabnikRollup merge of #30473 - nwin:patch-2, r=steveklabnik
2015-12-23 Steve KlabnikRollup merge of #30465 - androm3da:master, r=alexcrichton
2015-12-23 Steve KlabnikRollup merge of #30461 - lnmx:doc-typo, r=steveklabnik
2015-12-23 borsAuto merge of #30377 - Wafflespeanut:levenshtein, r...
2015-12-23 borsAuto merge of #30353 - alexcrichton:rpath-by-default...
2015-12-22 borsAuto merge of #30417 - alexcrichton:better-detect-elf...
2015-12-21 borsAuto merge of #30434 - alexcrichton:update-jemalloc...
2015-12-21 borsAuto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
2015-12-21 borsAuto merge of #30413 - pnkfelix:fsk-span_note, r=Manish...
2015-12-21 borsAuto merge of #30400 - fbergr:master, r=steveklabnik
2015-12-21 borsAuto merge of #30493 - semarie:openbsd-cc, r=alexcrichton
2015-12-21 borsAuto merge of #30486 - nagisa:mir-fix-geps, r=luqmana
2015-12-21 borsAuto merge of #30482 - luqmana:const-fat-ptr, r=dotdash
2015-12-20 borsAuto merge of #30470 - petrochenkov:owned5, r=nrc
2015-12-20 borsAuto merge of #30469 - nagisa:mir-gv-prettify, r=luqmana
2015-12-20 borsAuto merge of #30468 - Eljay:fix-doc-link, r=alexcrichton
2015-12-20 borsAuto merge of #30454 - mmcco:size_t, r=alexcrichton
2015-12-20 borsAuto merge of #30455 - mmcco:beautify-isaac, r=alexcrichton
2015-12-20 borsAuto merge of #30436 - durka:patch-14, r=alexcrichton
2015-12-19 borsAuto merge of #30430 - mmcco:master, r=alexcrichton
2015-12-19 borsAuto merge of #30401 - DiamondLovesYou:pnacl-target...
2015-12-19 borsAuto merge of #30394 - geofft:dt-runpath, r=alexcrichton
2015-12-19 borsAuto merge of #30435 - Ms2ger:ParseResult, r=alexcrichton
2015-12-19 borsAuto merge of #30408 - durka:issue-26873, r=alexcrichton
2015-12-19 borsAuto merge of #30403 - webmobster:master, r=alexcrichton
2015-12-19 borsAuto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
2015-12-19 Vadim PetrochenkovImprove OwnedSlice and use it in HIR
2015-12-19 borsAuto merge of #30381 - fhahn:memchr-in-std, r=alexcrichton
2015-12-18 Simonas KazlauskasPrettify MIR graphviz output
2015-12-18 borsAuto merge of #30364 - luqmana:mir-calls, r=nikomatsakis
2015-12-18 borsAuto merge of #30389 - nikomatsakis:rfc1214-error,...
2015-12-18 borsAuto merge of #29973 - petrochenkov:privinpub, r=nikoma...
2015-12-18 borsAuto merge of #30374 - durka:issue-30371, r=alexcrichton
next