]> git.lizzy.rs Git - rust.git/history - src/librustc_middle/mir/mod.rs
Rework `rustc_serialize`
[rust.git] / src / librustc_middle / mir / mod.rs
2020-08-14 Matthew JasperRework `rustc_serialize`
2020-08-14 borsAuto merge of #75157 - rodrimati1992:patch-1, r=oli-obk
2020-08-14 borsAuto merge of #74777 - ssomers:btree_cleanup_7, r=Mark...
2020-08-14 borsAuto merge of #75503 - JulianKnodt:opt_opt, r=oli-obk
2020-08-14 borsAuto merge of #73383 - ecstatic-morse:test-unoptimized...
2020-08-14 borsAuto merge of #75510 - tmandry:rollup-tb9mllu, r=tmandry
2020-08-14 Tyler MandryRollup merge of #75500 - glandium:arm64-mac-zlib, r...
2020-08-14 Tyler MandryRollup merge of #75496 - spastorino:prioritization...
2020-08-14 Tyler MandryRollup merge of #75479 - matthiaskrgr:package_docs...
2020-08-14 Tyler MandryRollup merge of #75477 - RalfJung:fn-ptrs, r=Mark-Simul...
2020-08-14 Tyler MandryRollup merge of #75471 - richkadel:llvm-program-name...
2020-08-14 Tyler MandryRollup merge of #75467 - rubenrua:rubenrua-patch-E0477...
2020-08-14 Tyler MandryRollup merge of #75462 - Mark-Simulacrum:clean-queries...
2020-08-14 Tyler MandryRollup merge of #75459 - RalfJung:local-info, r=oli-obk
2020-08-14 Tyler MandryRollup merge of #74650 - estebank:ambiguous-expr-binop...
2020-08-12 Ralf Jungfix LocalInfo doc comment
2020-08-12 borsAuto merge of #75019 - nanpuyue:to_ipv4_mapped, r=Lukas...
2020-08-12 borsAuto merge of #75066 - poliorcetics:document-unsafety...
2020-08-12 Yuki OkushiRollup merge of #74960 - nbdd0121:typeck, r=nikomatsakis
2020-08-12 Yuki OkushiRollup merge of #74521 - andjo403:readme, r=nikic
2020-08-11 borsAuto merge of #74802 - Mark-Simulacrum:reland-74069...
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 borsAuto merge of #74621 - LukasKalbertodt:float-docs,...
2020-08-10 Dylan DPCRollup merge of #75369 - denisvasilik:intra-doc-links...
2020-08-10 Dylan DPCRollup merge of #75249 - GuillaumeGomez:rust-logo-borde...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-10 borsAuto merge of #75127 - jyn514:impl-trait, r=pnkfelix
2020-08-10 borsAuto merge of #74936 - GuillaumeGomez:const-rustc_const...
2020-08-10 borsAuto merge of #74410 - mati865:mingw-no-self-contained...
2020-08-10 Yuki OkushiRollup merge of #75348 - denisvasilik:intra-doc-links...
2020-08-10 Yuki OkushiRollup merge of #74200 - poliorcetics:std-panicking...
2020-08-09 borsAuto merge of #75137 - Aaron1011:fix/hygiene-skip-expnd...
2020-08-09 borsAuto merge of #75134 - Aaron1011:feature/expn-data...
2020-08-08 Yuki OkushiRollup merge of #75162 - poliorcetics:move-documentatio...
2020-08-08 Yuki OkushiRollup merge of #75151 - pickfire:patch-4, r=LukasKalbe...
2020-08-08 Yuki OkushiRollup merge of #74842 - hermitcore:thread_local, r...
2020-08-08 Yuki OkushiRollup merge of #74712 - strom-und-spiele:E0271-cleanup...
2020-08-08 borsAuto merge of #74533 - nikic:issue-74425, r=eddyb
2020-08-08 borsAuto merge of #74289 - lzutao:unroll, r=LukasKalbertodt
2020-08-08 borsAuto merge of #75257 - ssomers:btree_74762_again, r...
2020-08-07 borsAuto merge of #75071 - ssomers:btree_cleanup_5, r=Mark...
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-07 borsAuto merge of #73842 - euclio:doctest-expn, r=Guillaume...
2020-08-07 borsAuto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simul...
2020-08-07 Manish GoregaokarRollup merge of #75079 - jyn514:disambiguator, r=Manish...
2020-08-07 Manish GoregaokarRollup merge of #74774 - oliver-giersch:set_data_ptr...
2020-08-07 borsAuto merge of #75121 - tmiasko:str-slicing, r=Mark...
2020-08-07 Yuki OkushiRollup merge of #75217 - GuillaumeGomez:cleanup-e0747...
2020-08-07 Yuki OkushiRollup merge of #75210 - nnethercote:change-type-of...
2020-08-07 Yuki OkushiRollup merge of #75190 - GuillaumeGomez:cleanup-e0746...
2020-08-07 Yuki OkushiRollup merge of #75179 - lzutao:unsed-ipv4-frominner...
2020-08-07 Yuki OkushiRollup merge of #75175 - lzutao:doctest-ipv4-fromu32...
2020-08-07 Yuki OkushiRollup merge of #74888 - infinity0:ignore-endian-big...
2020-08-06 borsAuto merge of #75086 - lzutao:u32const, r=oli-obk
2020-08-06 borsAuto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakis
2020-08-06 borsAuto merge of #75008 - eddyb:rmeta-indexed-trait-impls...
2020-08-05 borsAuto merge of #75166 - JulianKnodt:i64494, r=lcnr
2020-08-05 borsAuto merge of #75165 - JulianKnodt:i72787, r=lcnr
2020-08-05 borsAuto merge of #75169 - ehuss:update-cargo, r=ehuss
2020-08-05 borsAuto merge of #75124 - nnethercote:clean-up-rustdoc...
2020-08-05 borsAuto merge of #75155 - davidtwco:polymorphization-incr...
2020-08-05 borsAuto merge of #75037 - richkadel:llvm-coverage-map...
2020-08-04 Rich KadelCompletes support for coverage in external crates
2020-07-29 Yuki OkushiRollup merge of #74266 - GuillaumeGomez:cleanup-e0720...
2020-07-27 borsAuto merge of #73583 - anp:location-eq, r=dtolnay
2020-07-27 Manish GoregaokarRollup merge of #73858 - tspiteri:const-methods, r...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-26 borsAuto merge of #74060 - kpp:remove_length_at_most_32...
2020-07-25 borsAuto merge of #74246 - GuillaumeGomez:cleanup-e0719...
2020-07-25 borsAuto merge of #74017 - poliorcetics:where-keyword,...
2020-07-24 borsAuto merge of #73645 - poliorcetics:ref-keyword, r...
2020-07-24 Manish GoregaokarRollup merge of #72954 - hermitcore:rwlock, r=dtolnay
2020-07-22 Manish GoregaokarRollup merge of #73655 - JamieCunliffe:jamie_va-args...
2020-07-21 borsAuto merge of #74075 - sunfishcode:wasi-prelude-rawfd...
2020-07-20 Manish GoregaokarRollup merge of #73197 - c410-f3r:ranges, r=dtolnay
2020-07-20 borsAuto merge of #74010 - pierwill:pierwill-o-notation...
2020-07-20 Manish GoregaokarRollup merge of #73618 - poliorcetics:false-keyword...
2020-07-18 Manish GoregaokarRollup merge of #74021 - 1011X:master, r=dtolnay
2020-07-18 Manish GoregaokarRollup merge of #73762 - poliorcetics:trait-keyword...
2020-07-17 Manish GoregaokarRollup merge of #73930 - a1phyr:feature_const_option...
2020-07-17 Manish GoregaokarRollup merge of #73269 - mzohreva:mz/sgx-wait-timeout...
2020-07-16 Manish GoregaokarRollup merge of #74148 - GuillaumeGomez:doc-alias-check...
2020-07-16 Manish GoregaokarRollup merge of #73998 - euclio:search-index-determinis...
2020-07-16 Manish GoregaokarRollup merge of #73981 - ehuss:remove-ignore-stage1...
2020-07-16 Manish GoregaokarRollup merge of #73926 - joaopaulocarreiro:github_rust...
2020-07-16 Manish GoregaokarRollup merge of #73835 - GuillaumeGomez:cleanup-e0710...
2020-07-16 Manish GoregaokarRollup merge of #73794 - GuillaumeGomez:cleanup-e0705...
2020-07-16 Manish GoregaokarRollup merge of #73771 - alexcrichton:ignore-unstable...
2020-07-16 Manish GoregaokarRollup merge of #73421 - janikrabe:master, r=joshtriplett
2020-07-15 Manish GoregaokarRollup merge of #74218 - GuillaumeGomez:search-results...
2020-07-15 Manish GoregaokarRollup merge of #74196 - GuillaumeGomez:auto-collapse...
2020-07-15 Manish GoregaokarRollup merge of #73959 - GuillaumeGomez:cleanup-e0716...
2020-07-15 Manish GoregaokarRollup merge of #73918 - GuillaumeGomez:cleanup-e0715...
2020-07-14 Manish GoregaokarRollup merge of #73759 - GuillaumeGomez:stdin-examples...
2020-07-14 Manish GoregaokarRollup merge of #73965 - davidtwco:issue-73886-non...
2020-07-14 Manish GoregaokarRollup merge of #73866 - Goirad:fix-entry-improper...
2020-07-14 Manish GoregaokarRollup merge of #73720 - GuillaumeGomez:cleanup-e0704...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #73490 - CAD97:range-unchecked-stepping...
2020-07-14 Manish GoregaokarRollup merge of #74123 - GuillaumeGomez:cleanup-e0718...
next