]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-20 Ralf Jungfix layout_test visitor name
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 Alex CrichtonFix abort-on-eprintln during process shutdown
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 Eduard-Mihai... parse/lexer: support `StringReader::retokenize` called...
2020-03-20 Mark MansiRefactorings to begin getting rid of rustc_codegen_utils
2020-03-19 Bastian Kauschkefix FIXME comment
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 Bastian Kauschkesort generic param order in generics_of
2020-03-19 Wafflemake "other" in docs of `Option::{zip,zip_with}` monofont
2020-03-19 Eduard-Mihai... rustc/query: tweak comments on hir_owner{,_nodes}.
2020-03-19 borsAuto merge of #69402 - GuillaumeGomez:extend-search...
2020-03-19 flip1995Update Clippy
2020-03-19 Mazdak Farrokhzadtriagebot.toml: accept typo due to pnkfelix
2020-03-19 Amanieu d'AntrasUpdate stdarch submodule
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 John Kåre AlsakerUpdate test
2020-03-19 John Kåre AlsakerDon't unwind when hitting the macro expansion recursion...
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... hir: replace "items" terminology with "nodes" where...
2020-03-19 Eduard-Mihai... rustc: use LocalDefId instead of DefId in TypeckTables.
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... rustc: use LocalDefId instead of DefIndex in hir::map...
2020-03-19 Eduard-Mihai... rustc: use LocalDefId instead of DefIndex in ich.
2020-03-19 Eduard-Mihai... rustc: use LocalDefId instead of DefIndex in HirId.
2020-03-19 Eduard-Mihai... rustc: use LocalDefId instead of DefIndex in hir::lowering.
2020-03-19 Eduard-Mihai... rustc: introduce DefId::as_local(self) -> Option<LocalD...
2020-03-19 Eduard-Mihai... rustc: rename DefId::to_local to expect_local and use...
2020-03-19 Eduard-Mihai... rustc: make LocalDefId's index field public like DefId...
2020-03-19 Eduard-Mihai... rustc_typeck: remove dead impl for `DefIndex`.
2020-03-19 Eduard-Mihai... rustc: 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
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 rojamdRemove -ffreestanding from libprofiler_builtins because...
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