]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #70138 - RalfJung:throw-not-return, r=oli-obk
[rust.git] / src /
2020-03-21 Mazdak FarrokhzadRollup merge of #70138 - RalfJung:throw-not-return...
2020-03-21 Mazdak FarrokhzadRollup merge of #70092 - eddyb:hir-items-are-just-nodes...
2020-03-21 Mazdak FarrokhzadRollup merge of #70089 - eddyb:closure-sig-infer, r...
2020-03-21 Mazdak FarrokhzadRollup merge of #70054 - rojamd:android-pgo, r=michaelw...
2020-03-21 Mazdak FarrokhzadRollup merge of #69965 - mark-i-m:codegen-utils, r...
2020-03-21 Mazdak FarrokhzadRollup merge of #69934 - andjo403:inlinecost, r=wesleywiser
2020-03-21 Mazdak FarrokhzadRollup merge of #67888 - Zoxc:metadata-prefetch, r...
2020-03-21 borsAuto merge of #70205 - Centril:rollup-0jq9k4s, r=Centril
2020-03-21 Mazdak FarrokhzadRollup merge of #70194 - kornelski:must_split, r=joshtr...
2020-03-21 Mazdak FarrokhzadRollup merge of #70189 - RalfJung:is_signed, r=eddyb
2020-03-21 Mazdak FarrokhzadRollup merge of #70188 - GuillaumeGomez:cleanup-e0439...
2020-03-21 Mazdak FarrokhzadRollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark...
2020-03-21 Mazdak FarrokhzadRollup merge of #70184 - Centril:include-mod-relativism...
2020-03-21 Mazdak FarrokhzadRollup merge of #70177 - bjorn3:patch-2, r=Dylan-DPC
2020-03-21 Mazdak FarrokhzadRollup merge of #70176 - rylev:ice-tests, r=Centril
2020-03-21 Mazdak FarrokhzadRollup merge of #70166 - CDirkx:range-inclusive-derives...
2020-03-21 Mazdak FarrokhzadRollup merge of #70165 - matthewjasper:erase-more,...
2020-03-21 Mazdak FarrokhzadRollup merge of #70139 - RalfJung:delay, r=eddyb
2020-03-21 Mazdak FarrokhzadRollup merge of #70111 - Mark-Simulacrum:btree-no-share...
2020-03-21 Mazdak FarrokhzadRollup merge of #70058 - Centril:fix-70050, r=petrochenkov
2020-03-21 Mazdak FarrokhzadRollup merge of #70038 - DutchGhost:const-forget-tests...
2020-03-21 Mazdak FarrokhzadRollup merge of #69997 - WaffleLapkin:option_zip, r...
2020-03-21 Mazdak FarrokhzadRollup merge of #69033 - jonas-schievink:resume-with...
2020-03-21 Mazdak FarrokhzadRollup merge of #65097 - tmiasko:arc, r=Amanieu
2020-03-20 Ralf Jungmore type annotations to help inference
2020-03-20 Matthias Krügerremove redundant returns (clippy::needless_return)
2020-03-20 Matthias Krügerremove redundant import (clippy::single_component_path_...
2020-03-20 borsAuto merge of #69509 - RalfJung:debug-assert-write...
2020-03-20 Mazdak Farrokhzadexpand_include: set `.directory` to dir of included...
2020-03-20 Ralf JungAbi::is_signed: assert that we are a Scalar
2020-03-20 Guillaume GomezClean up E0439 explanation
2020-03-20 Mark RousskovFix debugger pretty printing of BTrees
2020-03-20 borsAuto merge of #70174 - JohnTitor:rollup-0lum0jh, r...
2020-03-20 Mazdak Farrokhzadcan_begin_literal_maybe_minus: `true` on `"-"? lit...
2020-03-20 Kornelmust_use on split_off
2020-03-20 Mark RousskovUpdate test commentary for shared root removal
2020-03-20 Mark RousskovSimplify ensure_root_is_owned callers
2020-03-20 Mark RousskovDrop NodeHeader type from BTree code
2020-03-20 Mark RousskovMake functions dependent only on shared root avoidance...
2020-03-20 Mark RousskovRemove shared root code and assertions from BTree nodes
2020-03-20 Mark RousskovReplace shared root with optional root
2020-03-20 Ryan LevickAdd tests for #58319 and #65131
2020-03-20 bjorn3Fix oudated comment for NamedRegionMap
2020-03-20 DutchGhostUpdate const_forget.rs
2020-03-20 Yuki OkushiRollup merge of #70150 - rust-lang:accept-felixes-typo...
2020-03-20 Yuki OkushiRollup merge of #70146 - GuillaumeGomez:cleanup-e0438...
2020-03-20 Yuki OkushiRollup merge of #70145 - lzutao:patch-1, r=Dylan-DPC
2020-03-20 Yuki OkushiRollup merge of #70133 - hermitcore:libpanic_unwind...
2020-03-20 Yuki OkushiRollup merge of #70131 - Aaron1011:fix/issue-55099...
2020-03-20 Yuki OkushiRollup merge of #70103 - GuillaumeGomez:cleanup-e0437...
2020-03-20 Yuki OkushiRollup merge of #69935 - davidtwco:issue-69925, r=eddyb
2020-03-20 Yuki OkushiRollup merge of #69768 - oli-obk:union_field_ice, r...
2020-03-20 Yuki OkushiRollup merge of #69618 - hniksic:mem-forget-doc-fix...
2020-03-20 Mark MansiRefactorings to begin getting rid of rustc_codegen_utils
2020-03-19 Tomasz MiąskoMake std::sync::Arc compatible with ThreadSanitizer
2020-03-19 CDirkxRemoved unused `Hasher` import.
2020-03-19 Matthew JasperUse erased regions in MIR
2020-03-19 CDirkxDerive PartialEq, Eq and Hash for RangeInclusive
2020-03-19 Wafflemake "other" in docs of `Option::{zip,zip_with}` monofont
2020-03-19 Eduard-Mihai Burtescurustc/query: tweak comments on hir_owner{,_nodes}.
2020-03-19 borsAuto merge of #69402 - GuillaumeGomez:extend-search...
2020-03-19 John Kåre AlsakerUse `assert_ignored` when encoding metadata
2020-03-19 John Kåre AlsakerAdd some comments
2020-03-19 John Kåre AlsakerMake metadata prefetching more accurate
2020-03-19 John Kåre AlsakerMake the timer more verbose
2020-03-19 John Kåre AlsakerPrefetch exported symbols
2020-03-19 John Kåre AlsakerEncode exported symbols last
2020-03-19 John Kåre AlsakerPrefetch queries used by the metadata encoder
2020-03-19 Hrvoje NikšićDon't hard-code the vector length in the examples.
2020-03-19 Hrvoje NikšićMinor re-wordings and typo fixes.
2020-03-19 Hrvoje NiksicRestore (and reword) the warning against passing invali...
2020-03-19 Hrvoje NiksicClarify the relationship between `forget()` and `Manual...
2020-03-19 Guillaume GomezClean up e0438 explanation
2020-03-19 Guillaume GomezClean up E0437 explanation
2020-03-19 borsAuto merge of #70137 - RalfJung:miri, r=RalfJung
2020-03-19 Eduard-Mihai Burtescuhir: replace "items" terminology with "nodes" where...
2020-03-19 lzutaodoc: Add quote to .init_array
2020-03-19 Ralf Jungadd delay_span_bug to TransmuteSizeDiff, just to be...
2020-03-19 borsAuto merge of #66131 - eddyb:local-def-id, r=petrochenkov
2020-03-19 Eduard-Mihai Burtescurustc: use LocalDefId instead of DefIndex in hir::map...
2020-03-19 Eduard-Mihai Burtescurustc: use LocalDefId instead of DefIndex in ich.
2020-03-19 Eduard-Mihai Burtescurustc: use LocalDefId instead of DefIndex in HirId.
2020-03-19 Eduard-Mihai Burtescurustc: use LocalDefId instead of DefIndex in hir::lowering.
2020-03-19 Eduard-Mihai Burtescurustc: introduce DefId::as_local(self) -> Option<LocalD...
2020-03-19 Eduard-Mihai Burtescurustc: rename DefId::to_local to expect_local and use...
2020-03-19 Eduard-Mihai Burtescurustc: make LocalDefId's index field public like DefId...
2020-03-19 Eduard-Mihai Burtescurustc_typeck: remove dead impl for `DefIndex`.
2020-03-19 Eduard-Mihai Burtescurustc: use LocalDefId instead of DefIndex for query...
2020-03-19 Ralf Jungupdate miri
2020-03-19 Ralf Jungdo not 'return' in 'throw_' macros
2020-03-19 Stefan Lankesremove unused imports
2020-03-19 borsAuto merge of #70132 - Centril:rollup-oe8unsn, r=Centril
2020-03-19 Mazdak FarrokhzadRollup merge of #70088 - tmiasko:atomic-copy, r=eddyb
2020-03-19 Mazdak FarrokhzadRollup merge of #70005 - GuillaumeGomez:code-block...
2020-03-19 Mazdak FarrokhzadRollup merge of #69969 - iximeow:sigstack-guard-page...
2020-03-19 Mazdak FarrokhzadRollup merge of #69959 - alexcrichton:fix-panic-in...
2020-03-19 Mazdak FarrokhzadRollup merge of #69929 - cuviper:unicode-13.0.0, r...
2020-03-19 Mazdak FarrokhzadRollup merge of #69814 - jonas-schievink:gen-ret-unw...
2020-03-19 Mazdak FarrokhzadRollup merge of #69443 - ehuss:tidy-license, r=skade...
2020-03-19 Mazdak FarrokhzadRollup merge of #69036 - eddyb:monoshim, r=nikomatsakis
next