]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/nll/constraint_generation.rs
generate reborrow constraints at type check time
[rust.git] / src / librustc_mir / borrow_check / nll / constraint_generation.rs
2018-07-12 Niko Matsakisgenerate reborrow constraints at type check time
2018-07-08 borsAuto merge of #51955 - zackmdavis:item_semi, r=oli-obk
2018-07-07 borsAuto merge of #52109 - michaelwoerister:ir-objs, r...
2018-07-07 Mark RousskovRollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis
2018-07-07 borsAuto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapin
2018-07-06 borsAuto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa
2018-07-06 borsAuto merge of #52010 - toidiu:ak-crossCrateOutlives...
2018-07-06 kennytmRollup merge of #52096 - d-e-s-o:fix-typo, r=sfackler
2018-07-06 kennytmRollup merge of #52019 - michaelwoerister:cross-lto...
2018-07-06 kennytmRollup merge of #52016 - oli-obk:dedup_static_errors...
2018-07-06 kennytmRollup merge of #52005 - alexcrichton:update-llvm-for...
2018-07-06 borsAuto merge of #51861 - GuillaumeGomez:prevent-some...
2018-07-05 kennytmRollup merge of #51793 - GuillaumeGomez:search-result...
2018-07-05 kennytmRollup merge of #51619 - mksully22:ppc64le_rust, r...
2018-07-05 borsAuto merge of #51732 - GuillaumeGomez:cmd-line-lint...
2018-07-05 borsAuto merge of #51599 - GuillaumeGomez:reduce-search...
2018-07-05 borsAuto merge of #51967 - varkor:const-body-break-continue...
2018-07-05 borsAuto merge of #51936 - japaric:rust-lld, r=alexcrichton
2018-07-05 borsAuto merge of #51938 - zackmdavis:and_the_case_of_the_l...
2018-07-05 borsAuto merge of #51964 - matthewjasper:unused-mut-mir...
2018-07-04 borsAuto merge of #51803 - lucasem:rustdoc-code-hash-escape...
2018-07-04 borsAuto merge of #51611 - QuietMisdreavus:slippery-macros...
2018-07-04 borsAuto merge of #51395 - SimonSapin:repr-transparent...
2018-07-04 borsAuto merge of #51935 - cramertj:unpin-references, r...
2018-07-04 borsAuto merge of #51895 - nikomatsakis:move-self-trait...
2018-07-03 borsAuto merge of #51926 - matthewjasper:Initialization...
2018-07-03 borsAuto merge of #51900 - PramodBisht:51813_b, r=nikomatsakis
2018-07-03 borsAuto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix
2018-07-03 borsAuto merge of #52014 - pietroalbini:rollup, r=pietroalbini
2018-07-03 Pietro AlbiniRollup merge of #51958 - euclio:attr-refactor, r=petroc...
2018-07-03 Pietro AlbiniRollup merge of #51809 - drrlvn:rw_exact_all_at, r...
2018-07-03 Pietro AlbiniRollup merge of #51548 - DiamondLovesYou:amdgpu-target...
2018-07-03 borsAuto merge of #51889 - spastorino:make-causal-tracking...
2018-07-03 borsAuto merge of #51564 - SimonSapin:try-int, r=alexcrichton
2018-07-02 borsAuto merge of #51896 - nikomatsakis:nll-liveness-dirty...
2018-07-02 borsAuto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum
2018-07-02 borsAuto merge of #51645 - marco-c:error_when_incremental_a...
2018-07-02 borsAuto merge of #51931 - cramertj:rm-libbacktrace, r...
2018-07-02 borsAuto merge of #51866 - zackmdavis:hir_making_each_day_o...
2018-07-02 borsAuto merge of #51864 - est31:libc_update, r=alexcrichton
2018-07-01 Santiago PastorinoMake causal tracking lazy
2018-07-01 borsAuto merge of #51110 - alexreg:new-static-eval-rules...
2018-07-01 Pietro AlbiniRollup merge of #51961 - 11Takanori:fix-typo, r=petroch...
2018-07-01 Pietro AlbiniRollup merge of #51922 - japaric:llvm-tools-preview...
2018-07-01 Pietro AlbiniRollup merge of #51921 - japaric:panic-impl-error,...
2018-07-01 Pietro AlbiniRollup merge of #51920 - euclio:concrete-type-suggestio...
2018-07-01 Pietro AlbiniRollup merge of #51890 - Ixrec:patch-3, r=alexcrichton
2018-07-01 Pietro AlbiniRollup merge of #51853 - MajorBreakfast:fix-doc-links...
2018-07-01 Pietro AlbiniRollup merge of #51511 - Centril:feature/stabilize_iter...
2018-07-01 borsAuto merge of #51833 - wesleywiser:faster_large_constan...
2018-07-01 borsAuto merge of #51536 - davidtwco:nll-dyn-trait-undersco...
2018-07-01 Niko Matsakispropagate boring vs interesting causal info for constra...
2018-07-01 Niko Matsakisremove the `at_location` from Locations
2018-06-29 borsAuto merge of #51290 - Pslydhh:master, r=alexcrichton
2018-06-29 borsAuto merge of #51592 - GuillaumeGomez:fix-macro-doc...
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-26 borsAuto merge of #49469 - Nokel81:allow-irrefutable-let...
2018-06-26 borsAuto merge of #51613 - nnethercote:ob-forest-cleanup...
2018-06-26 borsAuto merge of #50630 - sharkdp:fix-50619, r=sfackler
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
2018-06-21 borsAuto merge of #50336 - japaric:llvm-tools, r=Mark-Simul...
2018-06-21 borsAuto merge of #51601 - Emerentius:step_by_range_diet...
2018-06-20 borsAuto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix
2018-06-19 borsAuto merge of #51367 - oli-obk:silence!_I_test_you...
2018-06-19 borsAuto merge of #51081 - kornelski:examplestr, r=steveklabnik
2018-06-19 borsAuto merge of #51597 - Mark-Simulacrum:update-books...
2018-06-19 borsAuto merge of #51278 - EPashkin:fix_mod_with_multilevel...
2018-06-18 borsAuto merge of #51248 - fabric-and-ink:newtype_index_deb...
2018-06-18 borsAuto merge of #50894 - teiesti:stabilize_path_ancestors...
2018-06-18 borsAuto merge of #51460 - nikomatsakis:nll-perf-examinatio...
2018-06-09 Niko Matsakisconvert type-check constraints into NLL constraints...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-05-28 borsAuto merge of #50465 - clarcharr:wrapping, r=KodrAus
2018-05-26 borsAuto merge of #50364 - LukasKalbertodt:improve-duration...
2018-05-21 borsAuto merge of #50265 - japaric:sz, r=alexcrichton
2018-05-20 borsAuto merge of #50234 - cramertj:extend, r=alexcrichton
2018-05-17 borsAuto merge of #50593 - nikomatsakis:nll-no-location...
2018-05-17 Mark SimulacrumRollup merge of #50649 - nnethercote:tweak-nearest_comm...
2018-05-17 Mark SimulacrumRollup merge of #50610 - estebank:fmt-str, r=Kimundi
2018-05-17 Mark SimulacrumRollup merge of #50553 - clarcharr:option_xor, r=sfackler
2018-05-17 Mark SimulacrumRollup merge of #50387 - phansch:remove_leftover_tab...
2018-05-16 kennytmRollup merge of #50170 - burtonageo:more_cow_from,...
2018-05-16 kennytmRollup merge of #50656 - leodasvacas:fix-impl-trait...
2018-05-15 Guillaume GomezRollup merge of #50632 - GuillaumeGomez:minification...
2018-05-15 Guillaume GomezRollup merge of #50594 - sanxiyn:man-print, r=steveklabnik
2018-05-15 Guillaume GomezRollup merge of #49767 - ecstatic-morse:ptr-docs, r...
2018-05-15 borsAuto merge of #50351 - varkor:vestigial-never-conversio...
2018-05-15 borsAuto merge of #50011 - varkor:partialord-opt-ii, r...
2018-05-13 borsAuto merge of #50622 - eddyb:make-room-for-ghosts,...
2018-05-13 borsAuto merge of #50573 - oli-obk:tool_sanity, r=kennytm
2018-05-12 Mark SimulacrumRollup merge of #50607 - Zoxc:symbol-arena, r=michaelwo...
2018-05-12 Mark SimulacrumRollup merge of #50602 - Screwtapello:update-canonicali...
2018-05-12 Mark SimulacrumRollup merge of #50550 - llogiq:fmt-result, r=petrochenkov
2018-05-12 Mark SimulacrumRollup merge of #50545 - rizakrko:const_time, r=oli-obk
2018-05-12 Mark SimulacrumRollup merge of #50544 - Eijebong:cleanup_deps, r=alexc...
2018-05-12 borsAuto merge of #50352 - porglezomp:btree-no-empty-alloc...
2018-05-11 borsAuto merge of #50105 - mixi:crt-included, r=alexcrichton
next