]> git.lizzy.rs Git - rust.git/history - src/librustc_borrowck/diagnostics.rs
Merge remote-tracking branch 'origin/master' into gen
[rust.git] / src / librustc_borrowck / diagnostics.rs
2017-08-16 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-16 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-16 borsAuto merge of #43108 - pnkfelix:mir-borrowck3c, r=arielb1
2017-08-16 Felix S. Klock IIMove borrowck error msg construction to module in ...
2017-08-15 borsAuto merge of #43245 - Gankro:drain-filter, r=sfackler
2017-08-15 borsAuto merge of #43500 - murarth:string-retain, r=alexcri...
2017-08-15 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-08-12 John Kåre AlsakerMerge branch 'master' of https://github.com/rust-lang...
2017-08-11 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-11 Guillaume GomezRollup merge of #43176 - RalfJung:explain, r=eddyb
2017-08-10 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-10 borsAuto merge of #43559 - Nashenas88:nll-region-renumberer...
2017-08-09 borsAuto merge of #43484 - estebank:point-to-return, r...
2017-08-09 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
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-07 borsAuto merge of #43713 - arielb1:legacy-dataflow, r=eddyb
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 #43403 - RalfJung:mir-validate, r=nikomat...
2017-08-04 borsAuto merge of #43459 - ids1024:asrawfd, r=alexcrichton
2017-08-03 borsAuto merge of #43609 - dsprenkels:issue-40510, r=Mark...
2017-08-02 borsAuto merge of #43584 - arielb1:unused-reads, r=eddyb
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 #43576 - arielb1:no-unneeded-unwind,...
2017-08-01 borsAuto merge of #43568 - arielb1:constant-recovery, r...
2017-08-01 borsAuto merge of #43560 - QuietMisdreavus:ref-docs, r...
2017-08-01 borsAuto merge of #43552 - petrochenkov:instab, r=jseyfried
2017-08-01 borsAuto merge of #43533 - nrc:macro-save, r=jseyfried,
2017-07-31 borsAuto merge of #43547 - arielb1:no-borrow-no-check,...
2017-07-31 borsAuto merge of #43399 - tschottdorf:bndmode-pat-adjustme...
2017-07-31 borsAuto merge of #43562 - alexcrichton:no-clean-rebuild...
2017-07-31 borsAuto merge of #43546 - nikomatsakis:issue-43132, r...
2017-07-31 borsAuto merge of #43519 - zackmdavis:long_diagnostics_ever...
2017-07-30 Zack M. Davisextended info for E0595 closure cannot mutate immutable...
2017-07-29 Alex CrichtonUse a free error code
2017-07-28 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-07-28 John Kåre AlsakerFix error message tests again
2017-07-28 John Kåre AlsakerFix error message tests
2017-07-28 John Kåre AlsakerFix error message tests
2017-07-28 Niko Matsakischange how we report `err_out_of_scope` borrowck errors
2017-07-28 Alex CrichtonRemove support for `gen arg`
2017-07-28 John Kåre AlsakerRevert borrowck changes
2017-07-28 John Kåre AlsakerUpdate error codes
2017-07-28 John Kåre AlsakerGenerator literal support
2017-07-18 Mark SimulacrumRollup merge of #42837 - rthomas:29355-error, r=stevekl...
2017-07-12 Mark SimulacrumRollup merge of #42826 - Yorwba:type-mismatch-same...
2017-07-12 Mark SimulacrumRollup merge of #42670 - dns2utf8:panic_return_code...
2017-07-04 Mark SimulacrumRollup merge of #42836 - rthomas:29355-debug, r=Guillau...
2017-07-04 Mark SimulacrumRollup merge of #42227 - ollie27:into_to_from, r=aturon
2017-06-30 borsAuto merge of #42807 - arielb1:consistent-coercion...
2017-06-30 borsAuto merge of #42782 - cuviper:iterator_for_each, r...
2017-06-29 Ariel Ben-YehudaRollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik
2017-06-29 Ariel Ben-YehudaRollup merge of #42831 - rthomas:master, r=QuietMisdreavus
2017-06-29 borsAuto merge of #42848 - ids1024:redox-fix, r=sfackler
2017-06-28 borsAuto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis
2017-06-28 borsAuto merge of #42819 - scottmcm:swap-nonoverlapping...
2017-06-28 borsAuto merge of #42709 - stepancheg:discriminant-hash...
2017-06-28 borsAuto merge of #42431 - nagisa:core-float-2, r=alexcrichton
2017-06-27 Corey FarwellRollup merge of #42871 - llogiq:for_lowering_vs_clippy...
2017-06-24 borsAuto merge of #42784 - tlively:wasm-bot, r=alexcrichton
2017-06-24 borsAuto merge of #42864 - slo1:attempt, r=Mark-Simulacrum
2017-06-24 borsAuto merge of #42541 - gilescope:patch-1, r=alexcrichton
2017-06-24 borsAuto merge of #42854 - razielgn:relaxed-debug-constrain...
2017-06-24 borsAuto merge of #42724 - Mark-Simulacrum:tests, r=alexcri...
2017-06-24 borsAuto merge of #42687 - alexcrichton:windows-tls, r...
2017-06-23 borsAuto merge of #42856 - Mark-Simulacrum:rollup, r=Mark...
2017-06-23 Mark SimulacrumRollup merge of #42833 - durka:non-constant-used-with...
2017-06-23 Mark SimulacrumRollup merge of #42829 - ids1024:cxx, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42825 - letheed:patch-1, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42822 - ChrisMacNaughton:guard-traits...
2017-06-23 Mark SimulacrumRollup merge of #42821 - michaelwoerister:incr-debug...
2017-06-23 Mark SimulacrumRollup merge of #42787 - zackmdavis:explain_E0562,...
2017-06-23 Mark SimulacrumRollup merge of #42783 - ids1024:redox-env, r=sfackler
2017-06-23 Mark SimulacrumRollup merge of #42777 - kennytm:kill-ignore-doctest...
2017-06-23 kennytmRemoved as many "```ignore" as possible.
2017-06-22 borsAuto merge of #42614 - GuillaumeGomez:new-error-codes...
2017-06-22 borsAuto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis
2017-06-21 Corey FarwellRollup merge of #42397 - sfackler:syncsender-sync,...
2017-06-20 Corey FarwellRollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
2017-06-20 Giles CopeWhitespace change
2017-06-19 Giles CopeMerge remote-tracking branch 'upstream/master'
2017-06-19 borsAuto merge of #39409 - pnkfelix:mir-borrowck2, r=nikoma...
2017-06-18 borsAuto merge of #42593 - ibabushkin:on-demand-external...
2017-06-17 borsAuto merge of #42649 - estebank:if-cond, r=nikomatsakis
2017-06-17 Corey FarwellRollup merge of #42662 - Mark-Simulacrum:doc-fix, r...
2017-06-17 Corey FarwellRollup merge of #42660 - steveklabnik:gh42632, r=frewsxcv
2017-06-17 borsAuto merge of #42650 - nrc:save-slim, r=eddyb
2017-06-16 borsAuto merge of #42598 - cramertj:track-more-metadata...
2017-06-16 borsAuto merge of #42430 - nagisa:core-float, r=alexcrichton
2017-06-16 borsAuto merge of #42612 - est31:master, r=nagisa
2017-06-16 borsAuto merge of #42410 - nagisa:llvmup, r=sanxiyn
2017-06-16 borsAuto merge of #41840 - arielb1:deduplicate-selection...
2017-06-16 borsAuto merge of #42631 - malbarbo:wasm32, r=alexcrichton
2017-06-16 Corey FarwellRollup merge of #42685 - Havvy:doc-remove-sometimes...
2017-06-16 Corey FarwellRollup merge of #42656 - VBChunguk:struct-field-attribu...
2017-06-16 Corey FarwellRollup merge of #42654 - GuillaumeGomez:error-codes...
2017-06-16 Corey FarwellRollup merge of #42651 - infinity0:master, r=alexcrichton
next