]> git.lizzy.rs Git - rust.git/history - src/librustc_metadata/encoder.rs
Auto merge of #65570 - tmandry:rollup-hck39pf, r=tmandry
[rust.git] / src / librustc_metadata / encoder.rs
2019-10-19 borsAuto merge of #65570 - tmandry:rollup-hck39pf, r=tmandry
2019-10-18 Tyler MandryRollup merge of #65552 - JohnTitor:use-bitwise-not...
2019-10-18 Tyler MandryRollup merge of #65549 - t-rapp:tr-wrapping-rotate...
2019-10-18 Tyler MandryRollup merge of #65540 - guanqun:extend-t-macro, r...
2019-10-18 Tyler MandryRollup merge of #65535 - eddyb:sliced-predicates, r...
2019-10-18 Tyler MandryRollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum
2019-10-18 Tyler MandryRollup merge of #65511 - Xanewok:sa-nest-in-impls,...
2019-10-18 Tyler MandryRollup merge of #65508 - rust-lang:llvm-icebreakers...
2019-10-18 Tyler MandryRollup merge of #65498 - SimonSapin:plugin-help, r...
2019-10-18 Tyler MandryRollup merge of #65496 - tspiteri:euc-div-panic, r...
2019-10-18 Tyler MandryRollup merge of #65493 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65480 - nnethercote:rm-iterate_until_f...
2019-10-18 Tyler MandryRollup merge of #65472 - Zoxc:sharded-dep-graph-2,...
2019-10-18 Tyler MandryRollup merge of #65364 - XiangQingW:master, r=estebank
2019-10-18 Tyler MandryRollup merge of #65334 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65201 - tmiasko:no-bindings, r=rkruppe
2019-10-18 Tyler MandryRollup merge of #65197 - spastorino:place-mut-visitor...
2019-10-18 Tyler MandryRollup merge of #65016 - lzutao:inline-mem-constfn...
2019-10-18 borsAuto merge of #64925 - ehuss:document-json, r=Mark...
2019-10-18 Eduard-Mihai Burtescurustc: arena-allocate the slice in `ty::GenericsPredica...
2019-10-17 borsAuto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
2019-10-17 borsAuto merge of #64595 - Mark-Simulacrum:trivial-query...
2019-10-17 Mazdak FarrokhzadRollup merge of #65486 - mathstuf:osstr-doc-typo, r...
2019-10-17 Mazdak FarrokhzadRollup merge of #65478 - RalfJung:write, r=jonas-schievink
2019-10-17 Mazdak FarrokhzadRollup merge of #65475 - lzutao:eg_type_name, r=Centril
2019-10-17 Mazdak FarrokhzadRollup merge of #65465 - Centril:split-syntax-1, r...
2019-10-17 Mazdak FarrokhzadRollup merge of #65319 - RalfJung:memory, r=Centril
2019-10-17 Mazdak FarrokhzadRollup merge of #65316 - oconnor663:noninheritable...
2019-10-17 Mazdak FarrokhzadRollup merge of #65237 - KodrAus:fix/map-entry-err...
2019-10-17 borsAuto merge of #59953 - eddyb:soa-metadata, r=michaelwoe...
2019-10-16 borsAuto merge of #63756 - Zoxc:sharded-dep-graph-1, r...
2019-10-16 borsAuto merge of #65172 - tanriol:explain_borrow-use-conte...
2019-10-16 Mazdak Farrokhzadmove syntax::ext to new crate syntax_expand
2019-10-15 Tyler MandryRollup merge of #65444 - spastorino:as-ref-for-list...
2019-10-15 Tyler MandryRollup merge of #65402 - michaelwoerister:pgo-troublesh...
2019-10-15 Tyler MandryRollup merge of #65389 - ecstatic-morse:zero-sized...
2019-10-15 Tyler MandryRollup merge of #65353 - Xanewok:sa-empty-tables, r...
2019-10-15 Tyler MandryRollup merge of #65308 - GuillaumeGomez:long-err-explan...
2019-10-15 Tyler MandryRollup merge of #65307 - Phosphorus15:master, r=varkor
2019-10-15 Tyler MandryRollup merge of #65293 - tmandry:turbo-expander, r...
2019-10-15 Tyler MandryRollup merge of #65265 - GuillaumeGomez:cleanup-librust...
2019-10-15 Tyler MandryRollup merge of #65242 - estebank:contrain-trait-sugg...
2019-10-15 Tyler MandryRollup merge of #65235 - nikomatsakis:issue-65159-async...
2019-10-15 Tyler MandryRollup merge of #64623 - matthewjasper:underscore-impor...
2019-10-15 Tyler MandryRollup merge of #64603 - gilescope:unused-lifetime...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: don't use more space than needed, for...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: replace Entry table with one table...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: generalize Table<T> to hold T, not...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: add a helper macro for recording into...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: split tables into an usize-keyed Table...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: replace Lazy<[Table<T>]> with Lazy...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: parametrize Table by element type.
2019-10-15 Eduard-Mihai Burtescurustc_metadata: rename index::Index to table::Table.
2019-10-15 Eduard-Mihai Burtescurustc_metadata: use NonZeroUsize for the position of...
2019-10-15 Mazdak FarrokhzadRollup merge of #65426 - nnethercote:rm-custom-LocalInt...
2019-10-15 borsAuto merge of #65412 - RalfJung:miri, r=RalfJung
2019-10-15 borsAuto merge of #65422 - tmandry:rollup-r5u3mlc, r=tmandry
2019-10-15 Tyler MandryRollup merge of #65416 - spastorino:minor-sync-changes...
2019-10-15 Tyler MandryRollup merge of #65415 - petrochenkov:rmtest, r=varkor
2019-10-15 Tyler MandryRollup merge of #65410 - Centril:intersection-pat-recov...
2019-10-15 Tyler MandryRollup merge of #65398 - estebank:capitalization-only...
2019-10-15 Tyler MandryRollup merge of #65365 - skinny121:const-args-metadata...
2019-10-15 Tyler MandryRollup merge of #65340 - bjorn3:cg_ssa_refactor4, r...
2019-10-15 Tyler MandryRollup merge of #65332 - RalfJung:fmt, r=cramertj
2019-10-15 Tyler MandryRollup merge of #65261 - nnethercote:rm-Option-from...
2019-10-15 Tyler MandryRollup merge of #65260 - nnethercote:optimize-LexicalRe...
2019-10-15 Tyler MandryRollup merge of #65170 - petrochenkov:cload, r=eddyb
2019-10-14 benInclude const generic arguments in metadata.
2019-10-14 borsAuto merge of #64987 - oli-obk:code_reuse_prevents_bugs...
2019-10-14 Vadim Petrochenkovrustc_metadata: Privatize private code and remove dead...
2019-10-13 Mazdak FarrokhzadRollup merge of #65246 - Wind-River:real_master_2,...
2019-10-13 Mazdak FarrokhzadRollup merge of #65069 - crgl:clone-from-vec-deque...
2019-10-13 Mazdak FarrokhzadRollup merge of #65039 - HeroicKatora:deny-by-default...
2019-10-13 borsAuto merge of #65099 - pnkfelix:issue-63154-needed...
2019-10-12 borsAuto merge of #64873 - popzxc:prettify-test-time, r...
2019-10-12 borsAuto merge of #65020 - pnkfelix:targetted-fix-for-alway...
2019-10-11 Tyler MandryRollup merge of #65048 - Kixunil:patch-1, r=KodrAus
2019-10-11 Tyler MandryRollup merge of #64337 - rick68:patch-17, r=Dylan-DPC
2019-10-11 borsAuto merge of #64877 - lzutao:stabilize-repeat_generic_...
2019-10-10 borsAuto merge of #59546 - sfanxiang:interminable-ub, r...
2019-10-09 borsAuto merge of #65228 - Wind-River:real_master, r=dtolnay
2019-10-09 Mazdak FarrokhzadRollup merge of #65166 - csmoe:async-move, r=estebank
2019-10-08 Mazdak FarrokhzadRollup merge of #65081 - Mark-Simulacrum:remove-profile...
2019-10-08 Mazdak FarrokhzadRollup merge of #65145 - estebank:turbofish-assoc-fn...
2019-10-08 Mazdak FarrokhzadRollup merge of #64918 - GuillaumeGomez:long-err-explan...
2019-10-08 borsAuto merge of #64949 - nnethercote:avoid-SmallVec-colle...
2019-10-08 Mazdak FarrokhzadRollup merge of #65187 - Wind-River:master_before_merge...
2019-10-08 Mazdak FarrokhzadRollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster
2019-10-08 Mazdak FarrokhzadRollup merge of #64726 - andrewbanchich:unimplemented...
2019-10-07 borsAuto merge of #61430 - matthewjasper:drop-on-into-panic...
2019-10-07 borsAuto merge of #64780 - choller:master, r=michaelwoerister
2019-10-07 borsAuto merge of #64739 - guanqun:remove-as-str, r=estebank
2019-10-07 borsAuto merge of #64906 - Aaron1011:feature/extern-const...
2019-10-06 Tyler MandryRollup merge of #65158 - ishitatsuyuki:remove-dead...
2019-10-06 Tyler MandryRollup merge of #65101 - mati865:rustc_macro-deps,...
2019-10-06 borsAuto merge of #65089 - nnethercote:optimize-integral...
2019-10-06 Tyler MandryRollup merge of #65124 - memoryruins:castaway, r=petroc...
2019-10-06 Tyler MandryRollup merge of #65116 - spastorino:remove-unneeded...
2019-10-06 Tyler MandryRollup merge of #65066 - wesleywiser:fix_const_prop_ice...
2019-10-06 Tyler MandryRollup merge of #65064 - rust-lang:permit-asyncawait...
next