]> git.lizzy.rs Git - rust.git/history - src/librustc/ty/context.rs
Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis
[rust.git] / src / librustc / ty / context.rs
2016-09-29 Jonathan TurnerRollup merge of #36460 - mikhail-m1:35123-map3, r=nikom...
2016-09-29 Jonathan TurnerRollup merge of #35892 - srinivasreddy:typeck/coherence...
2016-09-29 Jonathan TurnerRollup merge of #35286 - dns2utf8:doc_never_expression...
2016-09-28 Jonathan TurnerRollup merge of #36740 - frehberg:apidoc, r=steveklabnik
2016-09-28 Jonathan TurnerRollup merge of #36376 - GuillaumeGomez:e0050, r=jonath...
2016-09-28 borsAuto merge of #36604 - japaric:libtest-skip, r=alexcrichton
2016-09-27 borsAuto merge of #36609 - brson:relnotes, r=alexcrichton
2016-09-27 Jonathan TurnerRollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichton
2016-09-27 Jonathan TurnerRollup merge of #36727 - kallisti5:master, r=Aatch
2016-09-27 Jonathan TurnerRollup merge of #36723 - GuillaumeGomez:e0513, r=jonath...
2016-09-27 Jonathan TurnerRollup merge of #36721 - TimNN:infinite-emptiness,...
2016-09-27 Jonathan TurnerRollup merge of #36676 - bluss:rustdoc-where-css, r...
2016-09-27 Jonathan TurnerRollup merge of #36669 - jseyfried:refactor_tok_result...
2016-09-27 Jonathan TurnerRollup merge of #36663 - brson:build-plan, r=alexcrichton
2016-09-27 Jonathan TurnerRollup merge of #36662 - jseyfried:parse_macro_invoc_pa...
2016-09-27 Jonathan TurnerRollup merge of #36586 - japaric:rustdoc-sysroot, r...
2016-09-27 Jonathan TurnerRollup merge of #36574 - japaric:link-arg, r=alexcrichton
2016-09-27 Jonathan TurnerRollup merge of #36563 - vanjacosic:patch-1, r=steveklabnik
2016-09-26 borsAuto merge of #36661 - jneem:master, r=nrc
2016-09-26 borsAuto merge of #36719 - shepmaster:build-env-var-reporti...
2016-09-26 borsAuto merge of #36735 - srinivasreddy:typck/variance...
2016-09-26 borsAuto merge of #36734 - nnethercote:fix-HashSet-sizing...
2016-09-26 borsAuto merge of #36730 - jseyfried:make_macro_rules_invoc...
2016-09-26 borsAuto merge of #36652 - giannicic:issue-36553, r=nrc
2016-09-26 borsAuto merge of #36151 - camlorn:struct_layout_optimizati...
2016-09-26 Austin HicksIncorporate review comments.
2016-09-25 borsAuto merge of #36442 - alexcrichton:rustbuild-cross...
2016-09-25 borsAuto merge of #36564 - vanjacosic:patch-2, r=GuillaumeGomez
2016-09-24 Austin HicksCompletely kill `represent_type` and the `adt::Repr...
2016-09-23 Guillaume GomezRollup merge of #36578 - GuillaumeGomez:fix_typo, r...
2016-09-23 Guillaume GomezRollup merge of #36566 - frewsxcv:9837, r=nikomatsakis
2016-09-23 Guillaume GomezRollup merge of #36559 - grimreaper:eax/fix/r1, r=nikom...
2016-09-23 Guillaume GomezRollup merge of #36500 - orbea:docdir, r=nikomatsakis
2016-09-23 Guillaume GomezRollup merge of #36498 - jonathandturner:macro_std_lib...
2016-09-23 Guillaume GomezRollup merge of #36018 - durka:patch-28, r=steveklabnik
2016-09-23 borsAuto merge of #36335 - mcarton:compiletest, r=Guillaume...
2016-09-23 borsAuto merge of #36631 - frewsxcv:dir-entry-debug, r...
2016-09-23 Mikhail ModinMerge branch 'master' into 35123-map3
2016-09-22 borsAuto merge of #36154 - nrc:proc-macro-init, r=@jseyfried
2016-09-22 Jonathan TurnerRollup merge of #36632 - CryZe:patch-3, r=sfackler
2016-09-22 Jonathan TurnerRollup merge of #36600 - caipre:sort-by-key-comment...
2016-09-22 Jonathan TurnerRollup merge of #36589 - jpadkins:option_docs_safety_wo...
2016-09-22 Jonathan TurnerRollup merge of #36571 - kmcallister:gh-29372-rc-docs...
2016-09-22 Jonathan TurnerRollup merge of #36539 - mikhail-m1:36530, r=jonathandt...
2016-09-22 Jonathan TurnerRollup merge of #36423 - GuillaumeGomez:eq_impl, r...
2016-09-22 Jonathan TurnerRollup merge of #36330 - aclarry:e0560-update, r=jonath...
2016-09-22 borsAuto merge of #36261 - parched:soft-float, r=pnkfelix
2016-09-22 borsAuto merge of #36618 - jseyfried:crate_root_attr_invoc...
2016-09-22 borsAuto merge of #36592 - nnethercote:TypedArena, r=bluss
2016-09-22 borsAuto merge of #36585 - jonathandturner:misc_error_touch...
2016-09-22 borsAuto merge of #36551 - eddyb:meta-games, r=nikomatsakis
2016-09-21 borsAuto merge of #36524 - michaelwoerister:trans-inline...
2016-09-20 Eduard Burtescurustc: don't hash the --extern crate name, but the...
2016-09-20 Eduard Burtescurustc_metadata: group information into less tags.
2016-09-20 Eduard Burtescurustc: remove ImplOrTraitItemId and TraitDef's associat...
2016-09-20 Eduard Burtescurustc_metadata: move more RBML tags to auto-serialization.
2016-09-20 Eduard Burtescurustc_metadata: remove ty{en,de}code and move to auto...
2016-09-20 Eduard Burtescurustc_metadata: go only through rustc_serialize in...
2016-09-20 borsAuto merge of #36445 - infinity0:master, r=brson
2016-09-20 borsAuto merge of #34942 - porglezomp:master, r=sfackler
2016-09-19 borsAuto merge of #36102 - GuillaumeGomez:rustc_metadata_di...
2016-09-19 borsAuto merge of #36471 - nnethercote:rm-to_binop, r=sanxiyn
2016-09-18 borsAuto merge of #36527 - nnethercote:last_token_kind...
2016-09-17 borsAuto merge of #36490 - bluss:zip-slightly-despecialized...
2016-09-17 borsAuto merge of #36485 - nnethercote:char_lit-2, r=nagisa
2016-09-17 borsAuto merge of #36482 - jseyfried:dont_load_unconfigured...
2016-09-17 borsAuto merge of #36468 - michaelwoerister:collect-vtable...
2016-09-16 Jonathan TurnerRollup merge of #36521 - Mark-Simulacrum:documentation...
2016-09-16 Jonathan TurnerRollup merge of #36484 - frewsxcv:patch-33, r=eddyb
2016-09-16 Jonathan TurnerRollup merge of #36480 - tshepang:stronger-pause, r...
2016-09-16 Jonathan TurnerRollup merge of #36383 - GuillaumeGomez:e0049, r=jonath...
2016-09-16 borsAuto merge of #36441 - alexcrichton:rustbuild-target...
2016-09-16 borsAuto merge of #36338 - estebank:primitive-shadow, r...
2016-09-16 borsAuto merge of #36213 - josephDunne:dist_version, r...
2016-09-16 borsAuto merge of #36439 - alexcrichton:fix-rustbuild,...
2016-09-15 borsAuto merge of #36393 - petrochenkov:ancient, r=eddyb
2016-09-15 borsAuto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r...
2016-09-15 borsAuto merge of #36491 - Manishearth:rollup, r=Manishearth
2016-09-15 Manish GoregaokarRollup merge of #36463 - eugene-bulkin:duration-checked...
2016-09-15 Manish GoregaokarRollup merge of #36461 - nikomatsakis:issue-36053,...
2016-09-15 Manish GoregaokarRollup merge of #36459 - nikomatsakis:issue-35546,...
2016-09-15 Manish GoregaokarRollup merge of #36454 - bluss:slice-primitive-index...
2016-09-15 Manish GoregaokarRollup merge of #36438 - jseyfried:node_ids_in_expansio...
2016-09-15 Manish GoregaokarRollup merge of #36429 - durka:patch-30, r=nagisa
2016-09-15 Manish GoregaokarRollup merge of #36425 - michaelwoerister:stable-projec...
2016-09-14 borsAuto merge of #36293 - liigo:docblock-short, r=steveklabnik
2016-09-14 borsAuto merge of #36270 - petrochenkov:pipwarnagain, r...
2016-09-14 Guillaume GomezRollup merge of #36363 - GuillaumeGomez:add_urls, r...
2016-09-14 Guillaume GomezRollup merge of #36334 - GuillaumeGomez:run_but, r...
2016-09-14 borsAuto merge of #35667 - ollie27:rustdoc_opaque_structs...
2016-09-13 Mikhail Modinmap create numbers between compilations
2016-09-13 Michael WoeristerMake sure that projection bounds in ty::TraitObject...
2016-09-13 borsAuto merge of #36181 - seanmonstar:likely, r=nikomatsakis
2016-09-13 borsAuto merge of #36264 - matklad:zeroing-cstring, r=alexc...
2016-09-13 borsAuto merge of #36019 - frewsxcv:take-into-inner, r...
2016-09-13 borsAuto merge of #35960 - nikomatsakis:incr-comp-krate...
2016-09-12 borsAuto merge of #36354 - mikhail-m1:master, r=jonathandturner
2016-09-12 borsAuto merge of #36204 - c4rlo:patch-3, r=GuillaumeGomez
2016-09-12 borsAuto merge of #36414 - nnethercote:char_lit, r=jseyfried
2016-09-12 borsAuto merge of #36360 - orbea:docdir, r=alexcrichton
next