]> git.lizzy.rs Git - rust.git/history - src/librustc/infer/error_reporting/util.rs
Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
[rust.git] / src / librustc / infer / error_reporting / util.rs
2017-08-17 gaurikholkarcode review fixes
2017-08-17 gaurikholkarcode review fixes
2017-08-17 gaurikholkarAdding E0623 for structs
2017-08-17 borsAuto merge of #43867 - GuillaumeGomez:useless-help...
2017-08-16 borsAuto merge of #43864 - GuillaumeGomez:static-method...
2017-08-16 borsAuto merge of #43850 - GuillaumeGomez:unused-variable...
2017-08-16 borsAuto merge of #43841 - alexcrichton:fix-another-regress...
2017-08-16 borsAuto merge of #43651 - petrochenkov:foreign-life, r...
2017-08-15 borsAuto merge of #43245 - Gankro:drain-filter, r=sfackler
2017-08-15 borsAuto merge of #43635 - ids1024:backtrace-redox, r=alexc...
2017-08-15 borsAuto merge of #43500 - murarth:string-retain, r=alexcri...
2017-08-15 borsAuto merge of #43303 - redox-os:redox_docker, r=alexcri...
2017-08-15 borsAuto merge of #43863 - steveklabnik:ship-the-rustdoc...
2017-08-15 borsAuto merge of #43859 - arielb1:nonfree-block-live,...
2017-08-15 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-15 Corey FarwellRollup merge of #43862 - QuietMisdreavus:get-in-line...
2017-08-15 Corey FarwellRollup merge of #43848 - frewsxcv:frewsxcv-stack-size...
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-08-15 Corey FarwellRollup merge of #43790 - steveklabnik:rustdoc-passes...
2017-08-15 Corey FarwellRollup merge of #43756 - sfackler:instant-nondecreasing...
2017-08-14 borsAuto merge of #43858 - arielb1:escaping-default, r...
2017-08-14 borsAuto merge of #43826 - kennytm:fix-43796-mis-calculated...
2017-08-14 borsAuto merge of #43574 - notriddle:master, r=sfackler
2017-08-14 borsAuto merge of #43740 - michaelwoerister:local-id-in...
2017-08-11 Michael WoeristerUse ItemLocalId as key for node_types, node_substs...
2017-08-11 Guillaume GomezRollup merge of #43176 - RalfJung:explain, r=eddyb
2017-08-09 borsAuto merge of #43484 - estebank:point-to-return, r...
2017-08-08 borsAuto merge of #42998 - behnam:uni-ver-type, r=sfackler
2017-08-07 borsAuto merge of #43558 - GuillaumeGomez:union-const-color...
2017-08-06 borsAuto merge of #43488 - Florob:repeat-opt, r=arielb1
2017-08-04 borsAuto merge of #43442 - zackmdavis:note_available_field_...
2017-08-04 borsAuto merge of #43459 - ids1024:asrawfd, r=alexcrichton
2017-08-02 Corey FarwellRollup merge of #43423 - xliiv:cell-example, r=steveklabnik
2017-08-02 Corey FarwellRollup merge of #43389 - alexcrichton:thread-error...
2017-08-01 borsAuto merge of #43560 - QuietMisdreavus:ref-docs, r...
2017-08-01 borsAuto merge of #43533 - nrc:macro-save, r=jseyfried,
2017-07-30 borsAuto merge of #43515 - QuietMisdreavus:show-assoc-types...
2017-07-30 Mark SimulacrumRollup merge of #43544 - redox-os:update_redox_sys...
2017-07-30 Mark SimulacrumRollup merge of #43513 - alexcrichton:inline-repeat...
2017-07-30 Mark SimulacrumRollup merge of #43512 - arielb1:untyped-move-paths...
2017-07-30 Mark SimulacrumRollup merge of #43509 - QuietMisdreavus:method-src...
2017-07-30 Mark SimulacrumRollup merge of #43501 - topecongiro:span-to-whereclaus...
2017-07-30 Mark SimulacrumRollup merge of #43409 - tshepang:concise, r=steveklabnik
2017-07-29 borsAuto merge of #43009 - GuillaumeGomez:unused-doc-commen...
2017-07-29 borsAuto merge of #43527 - alexcrichton:different-llvm...
2017-07-29 borsAuto merge of #43492 - lu-zero:master, r=alexcrichton
2017-07-29 borsAuto merge of #43518 - cuviper:aapcs_vfp, r=eddyb
2017-07-28 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-07-28 borsAuto merge of #43230 - alexcrichton:more-tokenstream...
2017-07-28 borsAuto merge of #43298 - gaurikholkar:lifetime_errors...
2017-07-28 gaurikholkarAdding E0623, to detect missing lifetimes when both...
2017-06-29 gaurikholkarCode review fixes
2017-06-29 gaurikholkarEnabling E0611 for inherent functions
2017-06-29 gaurikholkarAdding new ui test for trait impl
2017-06-29 gaurikholkarAdding diagnostic code 0611 for lifetime errors with...