]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/nll/type_check/mod.rs
Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser
[rust.git] / src / librustc_mir / borrow_check / nll / type_check / mod.rs
2018-08-13 borsAuto merge of #53161 - michaelwoerister:cstrings, r...
2018-08-13 borsAuto merge of #53051 - varkor:trait-method-pattern...
2018-08-12 Guillaume GomezRollup merge of #53267 - GuillaumeGomez:fix-styles...
2018-08-12 Guillaume GomezRollup merge of #53253 - GuillaumeGomez:remove-console...
2018-08-12 Guillaume GomezRollup merge of #53240 - llogiq:doc-num-swap-reverse...
2018-08-12 Guillaume GomezRollup merge of #53231 - GuillaumeGomez:let-keyword...
2018-08-12 Guillaume GomezRollup merge of #53230 - memoryruins:nll_bootstrap_4...
2018-08-12 Guillaume GomezRollup merge of #53223 - ljedrz:cleanup_data_structures...
2018-08-12 Guillaume GomezRollup merge of #53210 - alexcrichton:deny-rustc-syntax...
2018-08-12 Guillaume GomezRollup merge of #53165 - jakllsch:netbsd-ad22a005-b917...
2018-08-12 Guillaume GomezRollup merge of #53059 - ljedrz:unneeded_returns, r...
2018-08-12 Guillaume GomezRollup merge of #53025 - ljedrz:debug_asserts_limited...
2018-08-12 Guillaume GomezRollup merge of #53019 - ljedrz:bad_collects, r=estebank
2018-08-12 Guillaume GomezRollup merge of #52955 - tromey:compiler-test-docs...
2018-08-10 borsAuto merge of #53177 - nikomatsakis:nll-redundant-borro...
2018-08-10 borsAuto merge of #53131 - davidtwco:issue-52663-thread...
2018-08-09 borsAuto merge of #52788 - LukasKalbertodt:improve-index...
2018-08-09 kennytmRollup merge of #53106 - RalfJung:ordering, r=stjepang
2018-08-09 borsAuto merge of #53031 - michaelwoerister:cross-lto,...
2018-08-09 kennytmRollup merge of #53116 - jakllsch:netbsd-unsigned-char...
2018-08-09 kennytmRollup merge of #53110 - Xanewok:save-analysis-remap...
2018-08-09 kennytmRollup merge of #52773 - ljedrz:unncecessary_patterns...
2018-08-09 borsAuto merge of #53108 - RalfJung:mutex, r=alexcrichton
2018-08-09 borsAuto merge of #53100 - VPashkov:issue-52456-improper_ct...
2018-08-08 borsAuto merge of #53186 - mikhail-m1:master, r=nikomatsakis
2018-08-08 borsAuto merge of #53163 - oli-obk:const_prop_ice, r=nikoma...
2018-08-08 borsAuto merge of #53053 - petrochenkov:custattr, r=alexcri...
2018-08-08 borsAuto merge of #52993 - alexcrichton:fix-some-vis, r...
2018-08-07 borsAuto merge of #52397 - estebank:println-comma, r=oli-obk
2018-08-07 borsAuto merge of #52911 - Mark-Simulacrum:visibility-hirid...
2018-08-07 Niko Matsakismove `liveness_map` into the `liveness` module
2018-08-07 Niko Matsakiscompute liveness later
2018-08-07 borsAuto merge of #53109 - nikomatsakis:nll-escaping-into...
2018-08-07 kennytmRollup merge of #53052 - redroc:master, r=QuietMisdreavus
2018-08-07 kennytmRollup merge of #52886 - petrochenkov:noga, r=alexcrichton
2018-08-07 kennytmRollup merge of #52885 - Mark-Simulacrum:cleanup-typeck...
2018-08-07 borsAuto merge of #51007 - AstralSorcerer:master, r=nagisa
2018-08-06 borsAuto merge of #53016 - scottmcm:impl-header-lifetime...
2018-08-06 borsAuto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait...
2018-08-06 Niko Matsakisrevert #52991
2018-08-06 borsAuto merge of #53045 - pnkfelix:issue-53026-migrate...
2018-08-06 borsAuto merge of #52332 - zackmdavis:dead_code_lint_should...
2018-08-06 borsAuto merge of #53002 - QuietMisdreavus:brother-may...
2018-08-05 borsAuto merge of #52997 - llogiq:tiny-list-opt, r=varkor
2018-08-05 borsAuto merge of #52800 - QuietMisdreavus:do-not-pass...
2018-08-05 borsAuto merge of #52983 - alexcrichton:update-llvm, r...
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-03 borsAuto merge of #52887 - yurydelendik:disable-lld-symbols...
2018-08-03 borsAuto merge of #52925 - RalfJung:sanity_check, r=oli-obk
2018-08-02 Niko Matsakiscompute union-find of locals flowing into the output...
2018-08-02 borsAuto merge of #52906 - RalfJung:jemalloc, r=alexcrichton
2018-08-02 borsAuto merge of #52890 - djrenren:test-visibility, r...
2018-08-02 borsAuto merge of #52847 - upsuper:thread-stack-reserve...
2018-08-01 Pietro AlbiniRollup merge of #52854 - RalfJung:memrchr, r=Kimundi
2018-08-01 Pietro AlbiniRollup merge of #52835 - GuillaumeGomez:ice-rustdoc...
2018-08-01 Pietro AlbiniRollup merge of #52834 - matthewjasper:allow-zst-confli...
2018-08-01 Pietro AlbiniRollup merge of #52809 - davidtwco:issue-49579, r=pnkfelix
2018-08-01 Pietro AlbiniRollup merge of #52793 - davidtwco:issue-49824, r=pnkfelix
2018-08-01 borsAuto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52904 - pnkfelix:issue-51167-sort...
2018-08-01 Pietro AlbiniRollup merge of #52888 - estebank:shell-sugg, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52878 - mikhail-m1:master, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52876 - cuviper:const-endianness-be...
2018-08-01 Pietro AlbiniRollup merge of #52870 - cramertj:unpin-futureobj,...
2018-08-01 Pietro AlbiniRollup merge of #52867 - matthiaskrgr:release_typos...
2018-08-01 Pietro AlbiniRollup merge of #52861 - ColinFinck:master, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52859 - ljedrz:smallvec_true_extend...
2018-08-01 Pietro AlbiniRollup merge of #52853 - RalfJung:bootstrap-help, r...
2018-08-01 Pietro AlbiniRollup merge of #52851 - flip1995:tool_lints, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52846 - kennytm:bootstrap-curl-timeout...
2018-08-01 Pietro AlbiniRollup merge of #52842 - toidiu:ak-commentUpdate, r...
2018-08-01 Pietro AlbiniRollup merge of #52831 - dsciarra:rm-ref-to-author...
2018-08-01 Pietro AlbiniRollup merge of #52825 - RalfJung:codegen, r=alexcrichton
2018-08-01 Pietro AlbiniRollup merge of #52824 - varkor:fix-llvm-ret-move-warni...
2018-08-01 Pietro AlbiniRollup merge of #52822 - MajorBreakfast:fix-from-local...
2018-08-01 Pietro AlbiniRollup merge of #52821 - fukatani:gdb-vecdeque-print...
2018-08-01 Pietro AlbiniRollup merge of #52810 - matthewjasper:more-immutablity...
2018-08-01 Pietro AlbiniRollup merge of #52778 - ljedrz:readable_serialize...
2018-08-01 Pietro AlbiniRollup merge of #52771 - matklad:patch-1, r=kennytm
2018-08-01 Pietro AlbiniRollup merge of #52745 - commandline:master, r=oli-obk
2018-08-01 Pietro AlbiniRollup merge of #52732 - SimonSapin:spring, r=Mark...
2018-08-01 Pietro AlbiniRollup merge of #52340 - cypher:document-from-trait...
2018-08-01 borsAuto merge of #52756 - alexcrichton:cap-applicable...
2018-07-31 borsAuto merge of #52234 - petrochenkov:macuse2, r=Mark...
2018-07-31 borsAuto merge of #52461 - irinagpopa:safe-llvm, r=nikomatsakis
2018-07-31 borsAuto merge of #50267 - humanenginuity:master, r=alexcri...
2018-07-31 borsAuto merge of #52850 - SimonSapin:unstablize, r=alexcri...
2018-07-31 borsAuto merge of #52630 - Mark-Simulacrum:rustdoc-cleanup...
2018-07-31 borsAuto merge of #52863 - steveklabnik:update-books, r...
2018-07-31 borsAuto merge of #52731 - nikomatsakis:issue-52057-inferen...
2018-07-31 Niko Matsakisfree RegionBoundPairs earlier and avoid normalizing...
2018-07-31 Niko Matsakisremove `region_bound_pairs` from FRR as they are not...
2018-07-31 Niko Matsakismake a free fn for creating the URR
2018-07-31 Niko Matsakisremove universal-region-relation computation from unive...
2018-07-31 Niko Matsakisintroduce, but do not use, `free_region_relation` compu...
next