]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/borrow_check/mod.rs
Add "Shallow" borrow kind
[rust.git] / src / librustc_mir / borrow_check / mod.rs
2018-09-24 Matthew JasperAdd "Shallow" borrow kind
2018-09-24 borsAuto merge of #54509 - matthewjasper:better-drop-access...
2018-09-24 borsAuto merge of #54507 - csmoe:deny_overflow, r=varkor
2018-09-24 borsAuto merge of #54489 - matthiaskrgr:rls, r=kennytm
2018-09-24 borsAuto merge of #54495 - raventid:improve-e0425-message...
2018-09-23 borsAuto merge of #54485 - arielb1:avoid-ctor-attrs, r...
2018-09-23 Matthew JasperRework checking for borrows conflicting with drops
2018-09-23 borsAuto merge of #54229 - davidtwco:issue-52534, r=pnkfelix
2018-09-23 borsAuto merge of #54380 - RalfJung:miri-snapshot, r=eddyb
2018-09-23 David WoodImprove borrow errors for closures.
2018-09-23 David WoodRefactor MirBorrowckCtxt to take infcx instead of tcx.
2018-09-23 borsAuto merge of #54339 - cramertj:no-cx, r=aturon
2018-09-23 borsAuto merge of #54325 - michaelwoerister:incr-thinlto...
2018-09-23 borsAuto merge of #54310 - pnkfelix:issue-52059-report...
2018-09-23 borsAuto merge of #54262 - matthewjasper:explain-in-typeck...
2018-09-22 borsAuto merge of #53508 - japaric:maybe-uninit, r=RalfJung
2018-09-22 borsAuto merge of #54188 - lqd:fallout-53695, r=nikomatsakis
2018-09-22 borsAuto merge of #54265 - arielb1:civilize-proc-macros...
2018-09-22 Pietro AlbiniRollup merge of #54350 - Munksgaard:support-edition...
2018-09-22 Pietro AlbiniRollup merge of #54323 - Keruspe:rustc-color, r=Mark...
2018-09-22 Pietro AlbiniRollup merge of #54280 - japaric:no-cas-for-thumbv6...
2018-09-22 Pietro AlbiniRollup merge of #54261 - varkor:dyn-keyword-2018, r...
2018-09-20 kennytmRollup merge of #54367 - spastorino:add-thread-local...
2018-09-20 kennytmRollup merge of #54337 - ericho:remove_clone_tests...
2018-09-20 kennytmRollup merge of #54333 - steveklabnik:update-book,...
2018-09-20 kennytmRollup merge of #54298 - RalfJung:miri-field-align...
2018-09-20 kennytmRollup merge of #54295 - ljedrz:cleanups_rustc_traits...
2018-09-20 kennytmRollup merge of #54292 - memoryruins:issue-53712, r...
2018-09-20 kennytmRollup merge of #54290 - michaelwoerister:aarch64-back...
2018-09-20 kennytmRollup merge of #54266 - LionNatsu:master, r=nikomatsakis
2018-09-20 kennytmRollup merge of #54258 - alexcrichton:lld-fatal-warning...
2018-09-20 kennytmRollup merge of #54257 - alexcrichton:wasm-math-symbols...
2018-09-20 kennytmRollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey
2018-09-20 kennytmRollup merge of #53470 - bjorn3:warn_metadata_errors...
2018-09-20 kennytmRollup merge of #52813 - newpavlov:duration_mul_div_ext...
2018-09-20 borsAuto merge of #54255 - spastorino:use-of-moved-value...
2018-09-20 borsAuto merge of #54241 - vi:suggest_with_applicability...
2018-09-20 borsAuto merge of #54211 - nnethercote:keccak-Liveness...
2018-09-19 borsAuto merge of #54174 - parched:park, r=alexcrichton
2018-09-19 borsAuto merge of #54101 - osa1:issue_54099, r=nikomatsakis
2018-09-19 borsAuto merge of #53877 - withoutboats:compositional-pin...
2018-09-19 borsAuto merge of #54318 - nnethercote:use-HybridBitSet...
2018-09-19 borsAuto merge of #53995 - davidtwco:issue-53807, r=nikomat...
2018-09-18 Remy RakicRefactor 'ReadForMatch' into 'FakeRead' and add the...
2018-09-18 David WoodSwitched from FxHashMap to BTreeMap to preserve orderin...
2018-09-18 David WoodDe-duplicate moved variable errors.
2018-09-18 borsAuto merge of #54034 - pnkfelix:issue-15287-bind-by...
2018-09-18 Guillaume GomezRollup merge of #54313 - cgwalters:osstr-ref-cstr,...
2018-09-18 Guillaume GomezRollup merge of #54311 - frewsxcv:frewsxcv-readme,...
2018-09-18 Guillaume GomezRollup merge of #54299 - snaedis:issue-54246, r=varkor
2018-09-18 Guillaume GomezRollup merge of #54273 - csmoe:lint_ty_lit, r=estebank
2018-09-18 Guillaume GomezRollup merge of #54232 - pnkfelix:add-way-to-disable...
2018-09-18 Guillaume GomezRollup merge of #54225 - pnkfelix:issue-53675-add-test...
2018-09-18 Guillaume GomezRollup merge of #54205 - GuillaumeGomez:treat-err-as...
2018-09-18 Guillaume GomezRollup merge of #54097 - GuillaumeGomez:remove-keyword...
2018-09-18 Guillaume GomezRollup merge of #53522 - phungleson:fix-impl-from-for...
2018-09-18 borsAuto merge of #53900 - davidtwco:issue-53771, r=nikomat...
2018-09-18 borsAuto merge of #54286 - nnethercote:BitSet, r=pnkfelix
2018-09-18 Felix S. Klock IIFine tune dianostics for when a borrow conflicts with...
2018-09-17 borsAuto merge of #52036 - collin5:b50509-2, r=collin5
2018-09-17 Nicholas NethercoteMerge indexed_set.rs into bitvec.rs, and rename it...
2018-09-17 borsAuto merge of #54277 - petrochenkov:afterder, r=alexcri...
2018-09-17 borsAuto merge of #54260 - maxdeviant:public-scope-fields...
2018-09-17 borsAuto merge of #54254 - RalfJung:miri-dangling, r=eddyb
2018-09-17 borsAuto merge of #54247 - Munksgaard:better-error-message...
2018-09-16 borsAuto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin
2018-09-16 borsAuto merge of #53804 - RalfJung:ptr-invalid, r=nagisa
2018-09-16 borsAuto merge of #54270 - GuillaumeGomez:rollup, r=Guillau...
2018-09-16 Guillaume GomezRollup merge of #54244 - kzys:search-box, r=GuillaumeGomez
2018-09-16 Guillaume GomezRollup merge of #54213 - nnethercote:keccak-flow_inits...
2018-09-16 borsAuto merge of #53754 - RalfJung:slice_align_to, r=alexc...
2018-09-15 borsAuto merge of #53527 - Emerentius:test_all, r=nrc
2018-09-15 borsAuto merge of #54177 - nnethercote:streamline-bit-stuff...
2018-09-15 borsAuto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoe...
2018-09-14 borsAuto merge of #54088 - matthewjasper:use-reason-in...
2018-09-14 borsAuto merge of #54080 - PramodBisht:issue/53692, r=estebank
2018-09-14 borsAuto merge of #54032 - oli-obk:layout_scalar_ranges...
2018-09-14 kennytmRollup merge of #54173 - phansch:suggest_valid_crate_ty...
2018-09-14 kennytmRollup merge of #54024 - alexcrichton:compile-to-wasm...
2018-09-14 kennytmRollup merge of #53218 - weiznich:feature/option_ref_in...
2018-09-14 Nicholas NethercoteDe-overlap the lifetimes of `flow_inits` and `flow_...
2018-09-14 borsAuto merge of #52962 - GuillaumeGomez:few-things, r...
2018-09-13 kennytmRollup merge of #53950 - michaelwoerister:more-lto...
2018-09-13 kennytmRollup merge of #53829 - alexcrichton:release-debuginfo...
2018-09-13 kennytmRollup merge of #54163 - parched:stage0, r=Mark-Simulacrum
2018-09-13 kennytmRollup merge of #54147 - agnxy:const-eval-test, r=oli-obk
2018-09-13 kennytmRollup merge of #54119 - phansch:unit_test_find_best_ma...
2018-09-13 kennytmRollup merge of #54076 - RalfJung:miri-snapshot, r...
2018-09-13 kennytmRollup merge of #54070 - passcod:patch-1, r=steveklabnik
2018-09-13 kennytmRollup merge of #53976 - GuillaumeGomez:expect-world...
2018-09-13 borsAuto merge of #53621 - jordanrh1:windows-arm, r=alexcri...
2018-09-13 kennytmRollup merge of #53371 - estebank:tuple, r=nikomatsakis
2018-09-12 borsAuto merge of #53409 - GuillaumeGomez:associated-const...
2018-09-12 kenta7777Merge branch 'master' into kenta7777#53719
2018-09-12 borsAuto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
2018-09-12 kennytmRollup merge of #54142 - pnkfelix:fix-regression-test...
2018-09-12 kennytmRollup merge of #54136 - cuviper:global-isel-dbg.declar...
2018-09-12 kennytmRollup merge of #54107 - thevaleriemack:master, r=Mark...
2018-09-12 kennytmRollup merge of #54106 - flip1995:pub_checklintnameresu...
2018-09-12 kennytmRollup merge of #54087 - ollie27:rustdoc_blanket_impl...
next