]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/nll/region_infer/mod.rs
let add_element return by itself
[rust.git] / src / librustc_mir / borrow_check / nll / region_infer / mod.rs
2018-07-01 Santiago Pastorinolet add_element return by itself
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 David WoodMoved region inference error reporting into own module.
2018-07-01 David WoodSwitched to while let in DFS and deriving Ord on Constr...
2018-07-01 David WoodConstraints are now being categorized, sorted and the...
2018-07-01 David WoodAdded bfs for constraint paths from regions.
2018-07-01 Niko Matsakispropagate boring vs interesting causal info for constra...
2018-07-01 Niko Matsakisremove the `at_location` from Locations
2018-07-01 borsAuto merge of #51883 - estebank:placement-suggestion...
2018-07-01 borsAuto merge of #51855 - Eh2406:i51821, r=nikomatsakis
2018-07-01 borsAuto merge of #51882 - varkor:check-type_dependent_defs...
2018-06-30 borsAuto merge of #51849 - nikomatsakis:issue-51820-places...
2018-06-30 borsAuto merge of #51806 - oli-obk:lowering_cleanups1,...
2018-06-29 borsAuto merge of #51729 - matthewjasper:move-errors, r...
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 Mark RousskovRollup merge of #51839 - oli-obk:const_shift_overflow...
2018-06-28 Mark RousskovRollup merge of #51765 - jonas-schievink:patch-1, r...
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 Eh2406use deref instead of inner
2018-06-28 Eh2406each_affected_by_dirty
2018-06-28 Eh2406remove inner_mut as it can mess up invariants
2018-06-28 Eh2406fix typo and tidy
2018-06-28 Eh2406move related types into the new module
2018-06-28 Eh2406use the type system to ensure we dedup from the start
2018-06-28 Eh2406use retain to avoid the allocation
2018-06-28 Eh2406Remove duplicates
2018-06-28 borsAuto merge of #51630 - joshlf:map-split-perf, r=dtolnay
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-28 borsAuto merge of #51538 - nikomatsakis:nll-perf-examinatio...
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-26 Niko Matsakisinstantiate closure requirements as query-region-constr...
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 Matsakisremove some `#[inline(never)]`
2018-06-09 Niko Matsakisconvert type-check constraints into NLL constraints...
2018-06-09 Niko Matsakisrename `Constraint` to `OutlivesConstraint`
2018-06-08 Mark RousskovRollup merge of #51276 - Havvy:dyn-trait-send-send...
2018-06-08 Mark RousskovRollup merge of #51099 - Crazycolorz5:expectedclosepare...
2018-06-05 Mark SimulacrumRollup merge of #50852 - mandeep:fix-rustdoc-example...
2018-06-04 Mark SimulacrumRollup merge of #51326 - sdroege:slice-iter-cleanup...
2018-06-02 Mark SimulacrumRollup merge of #51124 - frewsxcv:frewsxcv-replace...
2018-06-02 Mark SimulacrumRollup merge of #50919 - frewsxcv:frewsxcv-epsilon...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51213 - nicokoch:copy_permissions...
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-30 borsAuto merge of #50880 - glandium:oom, r=SimonSapin
2018-05-30 borsAuto merge of #51106 - davidtwco:issue-50934, r=nikomat...
2018-05-29 borsAuto merge of #50772 - nicokoch:fastcopy, r=alexcrichton
2018-05-29 Niko Matsakistweak debug output some more
2018-05-28 borsAuto merge of #50465 - clarcharr:wrapping, r=KodrAus
2018-05-26 borsAuto merge of #50364 - LukasKalbertodt:improve-duration...
2018-05-25 borsAuto merge of #50998 - bobtwinkles:nll_facts_invalidate...
2018-05-24 kennytmRollup merge of #51011 - QuietMisdreavus:duplicitous...
2018-05-24 kennytmRollup merge of #50979 - Manishearth:type-only, r=estebank
2018-05-23 borsAuto merge of #50798 - bobtwinkles:nll_facts_invalidate...
2018-05-22 kennytmRollup merge of #50947 - QuietMisdreavus:nice-tabs...
2018-05-22 kennytmRollup merge of #50875 - QuietMisdreavus:short-features...
2018-05-22 kennytmRollup merge of #50849 - est31:visit_closure_args,...
2018-05-22 kennytmRollup merge of #50846 - GuillaumeGomez:add-e0665,...
2018-05-21 borsAuto merge of #49283 - varkor:combining-chars-escape_de...
2018-05-21 borsAuto merge of #50812 - kennytm:fix-50756-miri-bad-float...
2018-05-21 borsAuto merge of #50265 - japaric:sz, r=alexcrichton
2018-05-21 borsAuto merge of #50739 - gnzlbg:vec_reserve, r=sfackler
2018-05-20 borsAuto merge of #50234 - cramertj:extend, r=alexcrichton
2018-05-20 borsAuto merge of #50719 - frewsxcv:frewsxcv-iterator-zip...
2018-05-20 borsAuto merge of #50855 - nnethercote:fewer-macro_parser...
2018-05-20 borsAuto merge of #50820 - alexcrichton:no-modules, r=petro...
2018-05-20 borsAuto merge of #50813 - paoloteti:cortex-r, r=alexcrichton
2018-05-20 borsAuto merge of #50803 - varkor:never-transmute-never...
2018-05-19 kennytmRollup merge of #50829 - est31:master, r=estebank
2018-05-19 kennytmRollup merge of #50827 - nox:llvmup, r=eddyb
2018-05-19 borsAuto merge of #50782 - matthewjasper:wheres-main, r...
next