]> git.lizzy.rs Git - rust.git/history - compiler/rustc_serialize
Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC
[rust.git] / compiler / rustc_serialize /
2022-07-26 Yuki OkushiRollup merge of #99593 - TaKO8Ki:suggest-removing-tuple...
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-25 Yuki OkushiRollup merge of #99084 - RalfJung:write_bytes, r=thomcc
2022-07-25 Yuki OkushiRollup merge of #98710 - mojave2:string, r=JohnTitor
2022-07-25 Yuki OkushiRollup merge of #97077 - ouz-a:Optimize-backend, r...
2022-07-25 borsAuto merge of #97313 - cjgillot:ast-lifetimes-anon...
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-07-25 Yuki OkushiRollup merge of #99659 - compiler-errors:opaque-type...
2022-07-25 Yuki OkushiRollup merge of #99643 - daxpedda:sign-ext-wasm, r...
2022-07-25 Yuki OkushiRollup merge of #99581 - nnethercote:improve-derive...
2022-07-25 Yuki OkushiRollup merge of #99494 - tmiasko:no-pie, r=Mark-Simulacrum
2022-07-25 Yuki OkushiRollup merge of #95916 - solid-rs:feat-kmc-solid-abort...
2022-07-25 Yuki OkushiRollup merge of #95040 - frank-king:fix/94981, r=Mark...
2022-07-25 borsAuto merge of #99600 - tmiasko:subst-folder, r=petrochenkov
2022-07-25 borsAuto merge of #98770 - klensy:no-string-dupes-ugly...
2022-07-24 Ralf JungRollup merge of #99657 - Phosra:patch-1, r=Dylan-DPC
2022-07-24 Ralf JungRollup merge of #99644 - RalfJung:interpret-int-ptr...
2022-07-24 borsAuto merge of #99409 - tmiasko:atomic-tests, r=m-ou-se
2022-07-24 borsAuto merge of #93429 - fee1-dead-contrib:allow-super...
2022-07-24 Amos WengerAdd 'src/tools/rust-analyzer/' from commit '977e12a0bdc...
2022-07-24 borsAuto merge of #98674 - RalfJung:miri-stacktrace-pruning...
2022-07-24 borsAuto merge of #99251 - cuviper:hashbrown-0.12, r=Mark...
2022-07-24 borsAuto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa
2022-07-23 borsAuto merge of #98471 - wesleywiser:update_measureme...
2022-07-23 borsAuto merge of #97925 - the8472:cgroupv1, r=joshtriplett
2022-07-23 borsAuto merge of #93397 - joshtriplett:sort-floats, r...
2022-07-22 Dylan DPCRollup merge of #98868 - tmiasko:unreachable-coverage...
2022-07-22 Dylan DPCRollup merge of #98174 - Kixunil:rename_ptr_as_mut_cons...
2022-07-21 Matthias KrügerRollup merge of #98707 - joboet:fuchsia_locks, r=m...
2022-07-21 borsAuto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrum
2022-07-21 borsAuto merge of #98162 - nextsilicon:support_lto_embed_bi...
2022-07-21 borsAuto merge of #93718 - thomcc:used-macho, r=pnkfelix
2022-07-21 Jubilee YoungSync core::simd up to rust-lang/portable-simd@2e081db92...
2022-07-20 Matthias KrügerRollup merge of #99516 - m-ou-se:proc-macro-tracked...
2022-07-20 Dylan DPCRollup merge of #98101 - vladimir-ea:stdlib_watch_os...
2022-07-20 Dylan DPCRollup merge of #99452 - Stargateur:fix/typo, r=JohnTitor
2022-07-20 Dylan DPCRollup merge of #98916 - ChrisDenton:hiberfil.sys,...
2022-07-20 borsAuto merge of #98843 - Urgau:check-cfg-stage0, r=Mark...
2022-07-19 Matthias KrügerRollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str...
2022-07-19 borsAuto merge of #98912 - nrc:provider-it, r=yaahc
2022-07-19 borsAuto merge of #98120 - TaKO8Ki:box-diagnostic-metadata...
2022-07-18 Dylan DPCRollup merge of #99198 - RalfJung:alloc-null-ptr, r...
2022-07-18 Dylan DPCRollup merge of #98998 - workingjubilee:naked-means...
2022-07-18 Dylan DPCRollup merge of #98839 - 5225225:assert_transmute_copy_...
2022-07-18 borsAuto merge of #99232 - lcnr:no-bound-vars-check, r...
2022-07-18 borsAuto merge of #99223 - saethlin:panicless-split-mut...
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-18 borsAuto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser
2022-07-18 borsAuto merge of #99137 - jackh726:wf-no-infcx, r=estebank
2022-07-17 Yuki OkushiRollup merge of #98383 - m-ou-se:remove-memory-order...
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-17 Josh StoneUpgrade indexmap and thorin-dwp to use hashbrown 0.12
2022-07-17 borsAuto merge of #99283 - RalfJung:miri, r=RalfJung
2022-07-17 borsAuto merge of #99040 - gimbles:ci-std-tests, r=pietroalbini
2022-07-17 Yuki OkushiRollup merge of #99088 - niklasf:stabilize-process_set_...
2022-07-17 Yuki OkushiRollup merge of #99036 - TaKO8Ki:fix-test-for-88138...
2022-07-17 Yuki OkushiRollup merge of #97915 - tbu-:pr_os_string_fmt_write...
2022-07-16 borsAuto merge of #98866 - nagisa:nagisa/align-offset-wroom...
2022-07-16 Matthias KrügerRollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string...
2022-07-16 Matthias KrügerRollup merge of #99323 - GuillaumeGomez:fix-gui-flaky...
2022-07-16 Matthias KrügerRollup merge of #99287 - GuillaumeGomez:rustdoc-json...
2022-07-16 Matthias KrügerRollup merge of #99259 - RalfJung:visit-a-place, r...
2022-07-16 Yuki OkushiRollup merge of #99253 - pierwill:pierwill/rm-storage...
2022-07-16 Yuki OkushiRollup merge of #98662 - LucasDumont:document_fs_write...
2022-07-16 Yuki OkushiRollup merge of #98387 - NobodyXu:feature/std_io_Error_...
2022-07-16 borsAuto merge of #95685 - oxidecomputer:restore-static...
2022-07-15 borsAuto merge of #99046 - nnethercote:final-derive-output...
2022-07-15 Dylan DPCRollup merge of #99246 - Xanewok:update-rls, r=jyn514
2022-07-15 Dylan DPCRollup merge of #99209 - GuillaumeGomez:crate-level...
2022-07-15 Dylan DPCRollup merge of #99119 - TaKO8Ki:remove-string-matching...
2022-07-15 Dylan DPCRollup merge of #88991 - libstd-switch:aarch64-nintendo...
2022-07-15 borsAuto merge of #99013 - RalfJung:dont-poison-my-places...
2022-07-15 Dylan DPCRollup merge of #99257 - Manishearth:regression, r...
2022-07-15 Dylan DPCRollup merge of #99241 - danbev:intrinsics-comment...
2022-07-15 Dylan DPCRollup merge of #99239 - vakaras:add-myself-to-mir...
2022-07-15 Dylan DPCRollup merge of #99237 - GuillaumeGomez:rustdoc-css...
2022-07-15 Dylan DPCRollup merge of #99131 - compiler-errors:label-fn,...
2022-07-15 Dylan DPCRollup merge of #99113 - WaffleLapkin:arc_simplify...
2022-07-15 borsAuto merge of #97406 - aliemjay:verify-bounds-fix-maste...
2022-07-15 borsAuto merge of #98203 - kckeiks:gather-body-owners-in...
2022-07-14 borsAuto merge of #96544 - m-ysk:feature/issue-96358, r...
2022-07-14 Dylan DPCRollup merge of #99192 - Amanieu:fix-asm-srcloc, r...
2022-07-14 Dylan DPCRollup merge of #98072 - yaahc:generic-member-access...
2022-07-14 Dylan DPCRollup merge of #98315 - joshtriplett:stabilize-core...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-11 Matthias KrügerRollup merge of #97210 - Milo123459:clippy-args, r...
2022-07-11 borsAuto merge of #97841 - nvzqz:inline-encode-wide, r...
2022-07-11 borsAuto merge of #98369 - jyn514:configure.py, r=Mark...
2022-07-11 borsAuto merge of #98526 - jyn514:download-llvm-outside...
2022-07-10 borsAuto merge of #98463 - mystor:expand_expr_bool, r=eddyb
2022-07-10 borsAuto merge of #95295 - CAD97:layout-isize, r=scottmcm
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-08 borsAuto merge of #98614 - oli-obk:take_unsound_opaque_type...
2022-07-08 Dylan DPCRollup merge of #98654 - nnethercote:pest-2.1.3-opt...
2022-07-08 Dylan DPCRollup merge of #98533 - jyn514:drop-tracking-debugging...
2022-07-08 borsAuto merge of #98638 - bjorn3:less_string_interning...
2022-07-07 Matthias KrügerRollup merge of #97917 - AronParker:master, r=ChrisDenton
2022-07-07 Dylan DPCRollup merge of #98507 - xFrednet:rfc-2383-manual-expec...
2022-07-07 Dylan DPCRollup merge of #97711 - Nilstrieb:rustc-arena-ub,...
2022-07-07 borsAuto merge of #98487 - cjgillot:variance-nohir, r=wesle...
next