]> git.lizzy.rs Git - rust.git/history - src/librustc_metadata/table.rs
rustc_metadata: Move some code around
[rust.git] / src / librustc_metadata / table.rs
2019-10-24 borsAuto merge of #65474 - Mark-Simulacrum:rustc-dev-split...
2019-10-23 Mazdak FarrokhzadRollup merge of #65518 - estebank:i-want-to-break-free...
2019-10-23 borsAuto merge of #57545 - bovinebuddha:object_safe_for_dis...
2019-10-23 Yuki OkushiRollup merge of #65507 - polyedre:master, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #65417 - weiznich:more_coherence_tests...
2019-10-23 Yuki OkushiRollup merge of #65007 - BO41:keywords, r=nikomatsakis
2019-10-22 borsAuto merge of #65503 - popzxc:refactor-libtest, r=wesle...
2019-10-21 Mazdak FarrokhzadRollup merge of #65092 - tspiteri:const-is-pow2, r...
2019-10-21 Mazdak FarrokhzadRollup merge of #62330 - SimonSapin:no-drop-in-union...
2019-10-20 Mazdak FarrokhzadRollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27
2019-10-20 Yuki OkushiRollup merge of #65463 - nnethercote:rm-arena-allocatio...
2019-10-20 Yuki OkushiRollup merge of #65460 - sinkuu:contains_insert, r...
2019-10-20 Mazdak FarrokhzadRollup merge of #64996 - lzutao:inline-ptr-null, r...
2019-10-20 borsAuto merge of #65497 - choller:master, r=tmiasko
2019-10-20 borsAuto merge of #65469 - mati865:libc, r=alexcrichton
2019-10-20 borsAuto merge of #65302 - msizanoen1:fix-armv7-segfault...
2019-10-19 Mazdak FarrokhzadRollup merge of #65505 - RalfJung:rc, r=Centril
2019-10-19 Mazdak FarrokhzadRollup merge of #65448 - eddyb:codegen-box-less-special...
2019-10-19 Mazdak FarrokhzadRollup merge of #65226 - ssomers:master, r=bluss
2019-10-19 Mazdak FarrokhzadRollup merge of #65192 - estebank:restrict-bound, r...
2019-10-19 Mazdak FarrokhzadRollup merge of #64007 - estebank:overlapping-patterns...
2019-10-19 Mazdak FarrokhzadRollup merge of #65485 - ecstatic-morse:const-validatio...
2019-10-19 Mazdak FarrokhzadRollup merge of #65174 - SimonSapin:zero-box, r=alexcri...
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 #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-17 borsAuto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
2019-10-17 borsAuto merge of #64595 - Mark-Simulacrum:trivial-query...
2019-10-17 borsAuto merge of #59953 - eddyb:soa-metadata, r=michaelwoe...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: address some review comments.
2019-10-15 Eduard-Mihai Burtescurustc_metadata: don't use more space than needed, for...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: use decoder::Metadata instead of &...
2019-10-15 Eduard-Mihai Burtescurustc_metadata: generalize Table<T> to hold T, not...
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.