]> git.lizzy.rs Git - rust.git/history - src
traits/fulfill: allow `stalled_on` to track `ty::Const::Infer(_)` (unused yet).
[rust.git] / src /
2020-03-21 Eduard-Mihai Burtescutraits/fulfill: allow `stalled_on` to track `ty::Const...
2020-03-21 Eduard-Mihai Burtescuinfer: export methods on `InferCtxt` instead of `Shallo...
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 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-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 borsAuto merge of #69402 - GuillaumeGomez:extend-search...
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 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 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
2020-03-19 Mazdak FarrokhzadRollup merge of #68941 - Aaron1011:fix/imported-span...
2020-03-19 Aaron HillAdd regression test for TAIT lifetime inference (issue...
2020-03-19 Aaron HillProperly handle Spans that reference imported SourceFiles
2020-03-19 borsAuto merge of #70118 - pietroalbini:rollup-pgjc90i...
2020-03-18 Pietro AlbiniRollup merge of #70116 - pietroalbini:ci-fix-windows...
2020-03-18 Pietro AlbiniRollup merge of #70112 - Centril:rollup-gpi5tbq, r...
2020-03-18 DutchGhostMove the const-forget test into ui tests
2020-03-18 Pietro Albinici: use python from the correct path
2020-03-18 Mazdak FarrokhzadRollup merge of #70106 - ehuss:fix-tidy-fmt-twice,...
2020-03-18 Mazdak FarrokhzadRollup merge of #70075 - GuillaumeGomez:fix-repr-displa...
2020-03-18 Mazdak FarrokhzadRollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
2020-03-18 Mazdak FarrokhzadRollup merge of #69899 - ecstatic-morse:const-idx-metho...
2020-03-18 Mazdak FarrokhzadRollup merge of #69839 - RalfJung:miri-error-cleanup...
2020-03-18 Mazdak FarrokhzadRollup merge of #69838 - Centril:expand-module, r=petro...
2020-03-18 Mazdak FarrokhzadRollup merge of #69837 - jonas-schievink:gen-discr...
2020-03-18 Mazdak FarrokhzadRollup merge of #69189 - matthewjasper:erase-the-world...
2020-03-18 Mazdak FarrokhzadRollup merge of #69139 - GuillaumeGomez:cleanup-e0308...
next