]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-28 borsAuto merge of #87921 - kellerkindt:master, r=kennytm
2021-08-28 borsAuto merge of #85690 - bstrie:m2_arena, r=jackh726...
2021-08-28 borsAuto merge of #85600 - 12101111:rustbuild-libunwind...
2021-08-28 borsAuto merge of #88390 - sexxi-goose:missing-case, r...
2021-08-28 borsAuto merge of #88388 - ldm0:outliner, r=nikic
2021-08-28 Michael WatzkoUnimpl Shl{Assign} for signed Saturating types until...
2021-08-28 Michael WatzkoFix mentions of wrapping operations
2021-08-28 Michael WatzkoUse wrapping shift for unsigned types
2021-08-28 borsAuto merge of #88019 - inquisitivecrystal:macro-def...
2021-08-28 borsAuto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu
2021-08-28 inquisitivecrystalUpdate tests
2021-08-28 inquisitivecrystalTeach tools that macros are now HIR items
2021-08-28 inquisitivecrystalRemove obsolete `MacroDef` variant of `OwnerNode`
2021-08-28 inquisitivecrystalTreat macros as HIR items
2021-08-28 liudingmingRevert machine outliner disabling on LLVM 13
2021-08-28 12101111fix evaluation of target_feature = "crt-static"
2021-08-28 12101111build llvm libunwind.a in rustbuild
2021-08-27 borsAuto merge of #88328 - fee1-dead:not-quite-const, r...
2021-08-27 Niko Matsakisuse `|=`
2021-08-27 Niko Matsakissimplify the logic and document
2021-08-27 borsAuto merge of #88397 - nagisa:nagisa/unsupported-callin...
2021-08-27 Simonas KazlauskasTracking issue for UNSUPPORTED_CALLING_CONVENTIONS
2021-08-27 RoxaneAdd comment and fix fmt issue
2021-08-27 RoxaneAdd missing const edge case
2021-08-27 DeadbeefFix rustfmt test
2021-08-27 DeadbeefRevive tests
2021-08-27 borsAuto merge of #88227 - 12101111:nobundle-link-order...
2021-08-27 Deadbeeffmt
2021-08-27 DeadbeefFix UI test
2021-08-27 DeadbeefAdd `ty::BoundConstness`
2021-08-27 borsAuto merge of #88326 - eddyb:inline-ty-layout-methods...
2021-08-27 DeadbeefFix #88155
2021-08-27 DeadbeefFix more tests
2021-08-27 DeadbeefTry fixing some tests
2021-08-27 DeadbeefFix visiting twice
2021-08-27 DeadbeefIntroduce `~const`
2021-08-27 borsAuto merge of #88278 - ehuss:update-cargo, r=ehuss
2021-08-27 Eric HussUpdate cargo
2021-08-27 borsAuto merge of #88371 - Manishearth:rollup-pkkjsme,...
2021-08-26 borsAuto merge of #87280 - lcnr:lazy-anon-const-default...
2021-08-26 Manish GoregaokarRollup merge of #88348 - spastorino:field-types-tait...
2021-08-26 Manish GoregaokarRollup merge of #88346 - spastorino:revert-type-of...
2021-08-26 Manish GoregaokarRollup merge of #88340 - thomcc:c_size_t, r=joshtriplett
2021-08-26 Manish GoregaokarRollup merge of #88332 - spastorino:argument-types...
2021-08-26 Manish GoregaokarRollup merge of #88320 - sexxi-goose:issue-88103, r...
2021-08-26 Manish GoregaokarRollup merge of #88289 - durin42:llvm-14-attrs, r=nikic
2021-08-26 Manish GoregaokarRollup merge of #88270 - lqd:hrtb-type-ascription,...
2021-08-26 Manish GoregaokarRollup merge of #88216 - kornelski:from_layout_err...
2021-08-26 Manish GoregaokarRollup merge of #88215 - jyn514:lazy-loading, r=petroch...
2021-08-26 Manish GoregaokarRollup merge of #88123 - camelid:tup-pat-precise-spans...
2021-08-26 Manish GoregaokarRollup merge of #87832 - wesleywiser:fix_match_step...
2021-08-26 borsAuto merge of #87194 - eddyb:const-value-mangling,...
2021-08-26 Eduard-Mihai... `#[inline]` non-generic `pub fn`s in `rustc_target...
2021-08-26 Eduard-Mihai... compiletest: allow `.` in remote test paths (can arise...
2021-08-26 Joshua NelsonFix the bugs and add a regression test
2021-08-26 borsAuto merge of #88308 - eddyb:cooked-layouts, r=nagisa
2021-08-26 Augie FacklerRustWrapper: adapt to LLVM change 0f45c16f2caa
2021-08-26 Santiago PastorinoAdd argument types tait tests
2021-08-26 12101111Adjust linking order of static nobundle libraries
2021-08-26 Wesley WiserAdd test for stepping though `match` expressions
2021-08-26 borsAuto merge of #83698 - erikdesjardins:undefconst, r...
2021-08-26 lcnrrebase
2021-08-26 lcnroptimize `HasTypeFlagsVisitor`
2021-08-26 lcnrinline stuff
2021-08-26 lcnradd fixme
2021-08-26 lcnrtype flags
2021-08-26 lcnrreview
2021-08-26 lcnrshrink `ty::PredicateKind` again
2021-08-26 lcnris_polymorphic doesn't matter for tests
2021-08-26 lcnrupdate mir diffs
2021-08-26 lcnrignore const substs in `implicit_infer`
2021-08-26 lcnruse `ty::Unevaluated` instead of def substs pair
2021-08-26 lcnrcheck for cycles in `default_anon_const_substs`
2021-08-26 lcnrdon't just compare `ty::Const`
2021-08-26 lcnrupdate `TypeFlags` to deal with missing ct substs
2021-08-26 lcnradd `tcx` to `fn walk`
2021-08-26 lcnrmake unevaluated const substs optional
2021-08-26 lcnrrequire a `tcx` for `TypeVisitor`
2021-08-26 borsAuto merge of #88222 - jyn514:shared-cache, r=Guillaume...
2021-08-26 borsAuto merge of #88066 - LeSeulArtichaut:patterns-cleanup...
2021-08-26 borsAuto merge of #88069 - Mark-Simulacrum:llvm-pgo, r...
2021-08-25 Santiago PastorinoAdd field types tait tests
2021-08-25 Santiago PastorinoRevert "Add type of a let tait test impl trait straight...
2021-08-25 Thom ChiovoloniReference tracking issue
2021-08-25 Erik Desjardinsuse a peekable iterator to check the first chunk
2021-08-25 Erik Desjardinsyet more comment improvements
2021-08-25 Erik Desjardinsimprove comments
2021-08-25 Erik Desjardinsput code in a more logical order
2021-08-25 Erik Desjardinsadd comments
2021-08-25 Erik Desjardinsimplement InitMaskCompressed using InitChunkIter, cleanup
2021-08-25 Erik Desjardinsoptimize initialization checks
2021-08-25 Erik Desjardinsimprove comment
2021-08-25 Erik Desjardinsdon't generate partially-undef consts
2021-08-25 Erik Desjardinsuse undef for uninitialized bytes in constants
2021-08-25 Noah LevAdjust spans
2021-08-25 Mark RousskovBump download-ci-llvm stamp
2021-08-25 Mark RousskovBump sccache used in CI to v0.2.15
2021-08-25 borsAuto merge of #85499 - jackh726:assoc-type-norm-rebase...
2021-08-25 jackh726Bless NLL compare mode
2021-08-25 Wesley WiserFix debugger stepping behavior around `match` expressions
next