]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-22 markfix one more test
2020-03-22 markthe crate and tests
2020-03-22 markuse static strs
2020-03-22 markconvert a couple more errors
2020-03-21 Mark Mansireplace some adhoc logic with article_and_descr
2020-03-21 borsAuto merge of #69729 - RalfJung:backtrace, r=Mark-Simul...
2020-03-21 borsAuto merge of #70222 - Dylan-DPC:rollup-cwkv5ez, r...
2020-03-21 Dylan DPCRollup merge of #70119 - eddyb:typeck-tables-local...
2020-03-21 Dylan DPCRollup merge of #70032 - lcnr:issue69970, r=varkor
2020-03-21 Dylan DPCRollup merge of #69955 - alexcrichton:stderr-infallible...
2020-03-21 Dylan DPCRollup merge of #69910 - cjgillot:polym, r=Zoxc
2020-03-21 Dylan DPCRollup merge of #69901 - RalfJung:rustc_layout, r=eddyb
2020-03-21 Dylan DPCRollup merge of #69497 - Zoxc:ast-fragment-error, r...
2020-03-21 Ralf Jungnormalize away preferred alignment
2020-03-21 borsAuto merge of #70211 - Centril:rollup-fusltgc, r=Centril
2020-03-21 Mazdak FarrokhzadRollup merge of #70151 - Amanieu:stdarch, r=sfackler
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 Ralf Jungfmt
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 Ralf Jungmake rustc_layout also work for type definitions
2020-03-20 Mazdak Farrokhzadexpand_include: set `.directory` to dir of included...
2020-03-20 Ralf Jungadd a test for rustc_layout(debug)
2020-03-20 Ralf Jungadd debug option to #[rustc_layout]
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 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 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...
next