]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/collect.rs
Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebank
[rust.git] / src / librustc_typeck / collect.rs
2018-10-01 kennytmRollup merge of #54488 - zackmdavis:and_the_case_of_the...
2018-10-01 kennytmRollup merge of #54308 - dsciarra:issue-22692, r=estebank
2018-10-01 kennytmRollup merge of #53784 - tbu-:pr_doc_slice_isize_max...
2018-10-01 borsAuto merge of #54675 - alexcrichton:defaultlibs, r...
2018-10-01 borsAuto merge of #54662 - matklad:once-perf, r=alexcrichton
2018-09-30 borsAuto merge of #54650 - eddyb:no-extern's-land, r=alexcr...
2018-09-30 borsAuto merge of #53255 - orium:fix-bug-overflow-send...
2018-09-30 borsAuto merge of #54622 - matthewjasper:more-nll-mode...
2018-09-30 borsAuto merge of #54596 - mjbshaw:drop, r=RalfJung
2018-09-30 borsAuto merge of #54639 - nagisa:lets-alias-for-now, r...
2018-09-30 Michael BradshawMerge branch 'master' into drop
2018-09-30 borsAuto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
2018-09-29 borsAuto merge of #54591 - ljedrz:cleanup_typeck_rest,...
2018-09-29 borsAuto merge of #54240 - csmoe:nonzero_from, r=alexcrichton
2018-09-29 borsAuto merge of #54599 - nikomatsakis:issue-54593-impl...
2018-09-29 borsAuto merge of #54660 - kennytm:rollup, r=kennytm
2018-09-29 ljedrzA few cleanups and minor improvements to typeck
2018-09-29 kennytmRollup merge of #54577 - QuietMisdreavus:docs-for-procs...
2018-09-29 borsAuto merge of #54576 - froydnj:non-x86-abi-adjustment...
2018-09-29 borsAuto merge of #54278 - eddyb:spanned-generic-predicates...
2018-09-28 Eduard-Mihai Burtescurustc: keep a Span for each predicate in ty::GenericPre...
2018-09-28 borsAuto merge of #54568 - levex:issue-54130, r=nagisa
2018-09-28 borsAuto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
2018-09-28 borsAuto merge of #54547 - AstralSorcerer:issue-54028,...
2018-09-27 borsAuto merge of #54355 - pnkfelix:issue-22323-regression...
2018-09-27 borsAuto merge of #52319 - tinco:issue_12590, r=pnkfelix
2018-09-26 borsAuto merge of #54526 - nnethercote:shrink-StatementKind...
2018-09-26 Michael BradshawMake core::mem::needs_drop a const fn
2018-09-26 borsAuto merge of #54199 - nikomatsakis:predicate_may_hold...
2018-09-26 borsAuto merge of #54497 - ralexstokes:stabilize_pattern_pa...
2018-09-26 borsAuto merge of #54548 - nrc:update, r=kennytm
2018-09-25 Pietro AlbiniRollup merge of #54539 - GuillaumeGomez:fix-js-error...
2018-09-25 Pietro AlbiniRollup merge of #54537 - sdroege:chunks-exact, r=alexcr...
2018-09-25 Pietro AlbiniRollup merge of #54529 - michaelwoerister:dont-unwind...
2018-09-25 Pietro AlbiniRollup merge of #54522 - gardrek:patch-1, r=TimNN
2018-09-25 Pietro AlbiniRollup merge of #54498 - sylvestre:patch-1, r=frewsxcv
2018-09-25 Pietro AlbiniRollup merge of #54368 - GuillaumeGomez:reduce-side...
2018-09-25 Pietro AlbiniRollup merge of #54281 - GuillaumeGomez:search-box...
2018-09-25 Pietro AlbiniRollup merge of #54058 - Kerollmops:slice-dedup, r...
2018-09-25 Pietro AlbiniRollup merge of #53518 - phungleson:fix-impl-from-for...
2018-09-25 borsAuto merge of #53542 - alexreg:impl-trait-in-bindings...
2018-09-25 borsAuto merge of #54411 - cramertj:await-keyword-error...
2018-09-25 borsAuto merge of #54430 - adrian-budau:master, r=alexcrichton
2018-09-25 borsAuto merge of #54317 - Centril:feature/dbg_macro, r...
2018-09-25 borsAuto merge of #53693 - scottmcm:marker-trait-attribute...
2018-09-24 borsAuto merge of #54416 - christianpoveda:master, r=wesley...
2018-09-24 borsAuto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton
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-22 Ariel Ben-Yehudaavoid loading constructor attributes in AdtDef decoding
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 Scott McMurrayParse, feature-gate, and validate the #[marker] attribute
2018-09-20 Scott McMurrayAdd an is_marker flag to TraitDef
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-18 Guillaume GomezRollup merge of #54311 - frewsxcv:frewsxcv-readme,...
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-16 borsAuto merge of #53804 - RalfJung:ptr-invalid, r=nagisa
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 #54095 - kenta7777:kenta7777#53719...
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 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 #54150 - Aaronepower:master, r=Mark...
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 borsAuto merge of #54152 - michaelwoerister:cgu-name-fix...
2018-09-12 borsAuto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
2018-09-12 kennytmRollup merge of #54064 - nagisa:tiny-typo, r=sfackler
2018-09-12 kennytmRollup merge of #54046 - snaedis:issue-48022, r=stevekl...
2018-09-12 kennytmRollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk
2018-09-12 kennytmRollup merge of #53777 - ivanbakel:result_map_or_else...
2018-09-12 kennytmRollup merge of #52514 - DiamondLovesYou:amdgpu-fixes...
2018-09-12 borsAuto merge of #51159 - pacman82:master, r=oli-obk
2018-09-11 toidiustabalize infer outlives requirements (RFC 2093).
2018-09-10 borsAuto merge of #54000 - jkozlowski:fix-53174, r=cramertj
next