]> git.lizzy.rs Git - rust.git/history - src/librustc_passes/loops.rs
Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
[rust.git] / src / librustc_passes / loops.rs
2018-02-14 kennytmRollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
2018-02-14 kennytmRollup merge of #47806 - PramodBisht:feature/47801...
2018-02-13 borsAuto merge of #47804 - retep007:recursive-requirements...
2018-02-11 borsAuto merge of #47752 - mark-i-m:at-most-once-rep, r...
2018-02-10 kennytmRollup merge of #47547 - varkor:infinite-iterators...
2018-02-10 kennytmRollup merge of #48051 - ollie27:rustdoc_fn_unit_return...
2018-02-10 kennytmRollup merge of #47854 - varkor:create-out-dir, r=pnkfelix
2018-02-10 kennytmRollup merge of #47835 - Mark-Simulacrum:remove-data...
2018-02-10 kennytmRollup merge of #47790 - tinaun:patch-1, r=sfackler
2018-02-07 Manish GoregaokarRollup merge of #47922 - zackmdavis:and_the_case_of_the...
2018-02-07 Manish GoregaokarRollup merge of #47883 - yurydelendik:wasm-map, r=alexc...
2018-02-07 Manish GoregaokarRollup merge of #47810 - GuillaumeGomez:fix-theme-but...
2018-02-07 Manish GoregaokarRollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton
2018-02-07 Manish GoregaokarRollup merge of #47613 - estebank:rustc_on_unimplemente...
2018-02-07 borsAuto merge of #47607 - davidtwco:issue-45697, r=nikomat...
2018-02-06 kennytmRollup merge of #48012 - scottmcm:faster-rangeinclusive...
2018-02-06 kennytmRollup merge of #47986 - Gilnaa:libtest_relaxed, r...
2018-02-06 kennytmRollup merge of #46962 - clarcharr:os_raw_docs, r=Quiet...
2018-02-06 borsAuto merge of #47203 - varkor:output-filename-conflicts...
2018-02-05 kennytmRollup merge of #47959 - Manishearth:rustdoc-ice, r...
2018-02-05 kennytmRollup merge of #47807 - tbu-:pr_doc_constanttime_cstr...
2018-02-05 kennytmRollup merge of #47704 - dsprenkels:issue-44415, r...
2018-02-05 kennytmRollup merge of #47543 - topecongiro:issue-42344, r...
2018-02-05 kennytmRollup merge of #47496 - QuietMisdreavus:rls-doc-includ...
2018-02-05 kennytmRollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis
2018-02-05 borsAuto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix
2018-02-05 borsAuto merge of #47873 - Aaron1011:final-ref-coerce,...
2018-02-05 borsAuto merge of #47865 - Manishearth:cleanup-shim, r...
2018-02-04 kennytmRollup merge of #47892 - Badel2:const_type_id_of, r...
2018-02-04 kennytmRollup merge of #47996 - Zoxc:run-make-last, r=Mark...
2018-02-04 kennytmRollup merge of #47978 - eddyb:iu, r=kennytm
2018-02-04 kennytmRollup merge of #47958 - frewsxcv:frewsxcv-try-clone...
2018-02-04 kennytmRollup merge of #47947 - goodmanjonathan:stabilize_matc...
2018-02-04 kennytmRollup merge of #47912 - cuviper:glibc-stack-guard...
2018-02-04 kennytmRollup merge of #47896 - zackmdavis:and_the_case_of_the...
2018-02-04 kennytmRollup merge of #47877 - spastorino:lifetime-bounds...
2018-02-04 kennytmRollup merge of #47862 - GuillaumeGomez:const-evaluatio...
2018-02-04 borsAuto merge of #47834 - Mark-Simulacrum:no-cgu-release...
2018-02-04 borsAuto merge of #47915 - eddyb:layout-of, r=nikomatsakis
2018-02-03 borsAuto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis
2018-02-03 borsAuto merge of #46254 - Dylan-DPC:ellided-lifetime,...
2018-02-03 borsAuto merge of #47962 - kennytm:rollup, r=kennytm
2018-02-03 kennytmRollup merge of #47973 - perlun:patch-1, r=dtolnay
2018-02-02 kennytmRollup merge of #47951 - GuillaumeGomez:sidebar-hover...
2018-02-02 kennytmRollup merge of #47942 - estebank:macro-spans, r=nikoma...
2018-02-02 kennytmRollup merge of #47919 - varkor:to_degrees-precision...
2018-02-02 kennytmRollup merge of #47916 - vmx:patch-2, r=kennytm Fix...
2018-02-02 kennytmRollup merge of #47914 - etaoins:improve-char-escape...
2018-02-02 kennytmRollup merge of #47898 - Aaron1011:static-ref-nll,...
2018-02-02 kennytmRollup merge of #47842 - Manishearth:dead-code, r=nagis...
2018-02-02 kennytmRollup merge of #47829 - estebank:break-in-for, r=crame...
2018-01-28 Esteban KüberSuggest removing value from `break` when invalid
2017-10-02 borsAuto merge of #44885 - lu-zero:master, r=alexcrichton
2017-09-29 Oliver SchneiderMerge remote-tracking branch 'miri/upstream' into miri
2017-09-23 Corey FarwellRollup merge of #44776 - spastorino:add_forge, r=nikoma...
2017-09-20 borsAuto merge of #44355 - Xaeroxe:optimize_drain_filter...
2017-09-17 Tim NeumannRollup merge of #44088 - bjorn3:better_trace_macros...
2017-09-15 borsAuto merge of #43949 - GuillaumeGomez:compile_fail_stab...
2017-09-15 Corey FarwellRollup merge of #44541 - GuillaumeGomez:openoptions...
2017-09-15 Corey FarwellRollup merge of #44131 - smaeul:openssl-perl, r=Mark...
2017-09-12 borsAuto merge of #43716 - MaloJaffre:_-in-literals, r...
2017-09-09 borsAuto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum
2017-09-07 Mark SimulacrumRollup merge of #44351 - lu-zero:master, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44097 - Xaeroxe:clamp, r=burntsushi
2017-09-04 borsAuto merge of #43067 - pornel:libdeps, r=nrc
2017-09-02 borsAuto merge of #43886 - oli-obk:clippy, r=nrc
2017-09-02 borsAuto merge of #44104 - llogiq:lowercase-lints, r=nikoma...
2017-08-31 borsAuto merge of #43425 - matklad:lambda-restrictions...
2017-08-31 borsAuto merge of #41991 - GuillaumeGomez:rustdoc-html...
2017-08-30 borsAuto merge of #43932 - eddyb:const-scoping, r=nikomatsakis
2017-08-30 Alex CrichtonRollup merge of #44125 - SergioBenitez:master, r=nrc
2017-08-30 Alex CrichtonRollup merge of #44116 - alexcrichton:update-libc,...
2017-08-30 Alex CrichtonRollup merge of #44089 - alexcrichton:trait-proc-macro...
2017-08-30 Alex CrichtonRollup merge of #44044 - mattico:string-splice-return...
2017-08-30 borsAuto merge of #43895 - JeremySorensen:master, r=alexcri...
2017-08-30 borsAuto merge of #43903 - oli-obk:alignto, r=aturon
2017-08-30 borsAuto merge of #44143 - alexcrichton:faster-bootstrap...
2017-08-29 Ariel Ben-YehudaRollup merge of #44134 - vorner:x-py-unknown-cmd, r...
2017-08-29 Ariel Ben-YehudaRollup merge of #44126 - laumann:config-doc-comments...
2017-08-29 Ariel Ben-YehudaRollup merge of #44121 - ishitatsuyuki:bootstrap-deps...
2017-08-29 Ariel Ben-YehudaRollup merge of #44117 - frewsxcv:frewsxcv-to-socket...
2017-08-29 Ariel Ben-YehudaRollup merge of #44076 - RalfJung:src, r=alexcrichton
2017-08-29 Ariel Ben-YehudaRollup merge of #43918 - mystor:rustdoc-pound, r=QuietM...
2017-08-29 Ariel Ben-YehudaRollup merge of #43778 - topecongiro:handler-reset...
2017-08-29 Ariel Ben-YehudaRollup merge of #43705 - panicbit:option_ref_mut_cloned...
2017-08-29 borsAuto merge of #43648 - RalfJung:jemalloc-debug, r=alexc...
2017-08-29 borsAuto merge of #44111 - zackmdavis:feature_attr_error_sp...
2017-08-29 borsAuto merge of #44059 - oli-obk:ok_suggestion, r=nikomat...
2017-08-29 borsAuto merge of #44049 - alexcrichton:nounwind-allocators...
2017-08-28 borsAuto merge of #43999 - arielb1:immediate-project, r...
2017-08-28 borsAuto merge of #43076 - Zoxc:gen, r=arielb1
2017-08-28 Jeremy Sorensengetting rid of all changes due to this PR thus far...
2017-08-28 John Kåre AlsakerMerge branch 'master' of https://github.com/rust-lang...
2017-08-26 Corey FarwellRollup merge of #43979 - Jouan:Add-links-for-impls...
2017-08-25 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-25 borsAuto merge of #43700 - gaurikholkar:struct_lifetimes...
2017-08-25 borsAuto merge of #43786 - scalexm:issue-43784, r=nikomatsakis
2017-08-23 Corey FarwellRollup merge of #43631 - ruuda:update-docs, r=QuietMisd...
2017-08-23 borsAuto merge of #43830 - alexcrichton:path-display-regres...
2017-08-22 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
next