]> git.lizzy.rs Git - rust.git/history - src
update codegen of `discriminant_value`
[rust.git] / src /
2020-05-19 Bastian Kauschkeupdate codegen of `discriminant_value`
2020-05-19 Bastian Kauschkeauto impl`DiscriminantKind` for every type
2020-05-19 Bastian Kauschkeupdate libcore, add `discriminant_kind` lang-item
2020-05-19 Bastian Kauschkeupdate select docs
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-18 borsAuto merge of #72330 - Dylan-DPC:rollup-yuxadv8, r...
2020-05-18 borsAuto merge of #72332 - mati865:ci-fix, r=pietroalbini
2020-05-18 Mateusz MikułaUpdate pacman first
2020-05-18 Dylan DPCRollup merge of #72318 - tblah:remote-test-client-doc...
2020-05-18 Dylan DPCRollup merge of #72290 - elichai:2020-doc-lto, r=wesley...
2020-05-18 Dylan DPCRollup merge of #72283 - jonas-schievink:elaborate...
2020-05-18 Dylan DPCRollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis
2020-05-18 Dylan DPCRollup merge of #71599 - ldm0:fnclo, r=nikomatsakis
2020-05-18 Tom EcclesAdd remote-test-client help text
2020-05-18 borsAuto merge of #72289 - RalfJung:abort_internal, r=Mark...
2020-05-18 borsAuto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJung
2020-05-18 Ralf JungRollup merge of #72307 - hermitcore:condvar, r=Mark...
2020-05-18 Ralf JungRollup merge of #72143 - rust-lang:steveklabnik-must...
2020-05-18 borsAuto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrum
2020-05-18 borsAuto merge of #72269 - RalfJung:unsafe-borrow-of-packed...
2020-05-17 Stefan Lankesminor changes to pass the format check
2020-05-17 Stefan Lankesuse new interface to initialize Condvar
2020-05-17 Ralf Jungabort_internal is safe
2020-05-17 borsAuto merge of #72248 - petrochenkov:codemodel, r=Amanieu
2020-05-17 borsAuto merge of #72295 - RalfJung:rollup-icmhbs7, r=RalfJung
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-17 Steve Klabnikmake many ptr functions must_use
2020-05-17 Ralf JungRollup merge of #72291 - RalfJung:format-typo, r=jonas...
2020-05-17 Ralf JungRollup merge of #72261 - csmoe:issue-72095, r=estebank
2020-05-17 Ralf JungRollup merge of #72259 - crlf0710:ascii_only_check...
2020-05-17 borsAuto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum
2020-05-17 borsAuto merge of #5568 - ThibsG:RenameIdentityConversionLi...
2020-05-17 borsAuto merge of #5529 - alex-700:improve-option-and-then...
2020-05-17 Bastian Kauschkeupdate tests
2020-05-17 Ralf Jungbootstrap: fix typo
2020-05-17 Ralf Jungmake abort intrinsic safe, and correct its documentation
2020-05-17 borsAuto merge of #72135 - oli-obk:const_prop_deaggregates...
2020-05-17 Aleksei Latyshevimprove and generalize `option_and_then_some` lint
2020-05-17 Elichai TurkelUpdate linker-plugin-lto.md to contain up to rust 1.43
2020-05-17 Bastian KauschkeLogically seperate lazy norm from `const_generics`
2020-05-17 Bastian Kauschkethe best way to fix bugs is by ignoring them
2020-05-17 Bastian Kauschkechalk
2020-05-17 Bastian Kauschkecorrectly handle escaping bound variables
2020-05-17 Bastian Kauschkeadd docs
2020-05-17 Bastian Kauschkemerge lazy_normalization_consts into const_generics
2020-05-17 Bastian Kauschkeexplicitly handle errors in `select`
2020-05-17 Bastian Kauschkeexplicitly handle errors in fulfill
2020-05-17 Bastian Kauschkeupdate tests and add relevant feature gate test
2020-05-17 Bastian Kauschkekeep the good old lazy_normalization hack alive
2020-05-17 Bastian Kauschkeinitial cleanup
2020-05-17 Ben LewisPut lazy normalization behind a feature gate
2020-05-17 Ben LewisAdd lazy normalization tests
2020-05-17 Ben LewisEmit `ConstEquate` obligation after checking/unifying...
2020-05-17 Ben LewisAssume unevaluated consts are equal to the other consts...
2020-05-17 borsAuto merge of #72208 - tmandry:fix-fuchsia-solink,...
2020-05-17 borsAuto merge of #5608 - flip1995:rustup, r=phansch
2020-05-17 Wesley WiserBless mir-opt tests to account for #72220
2020-05-17 borsAuto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r...
2020-05-16 Dylan DPCRollup merge of #72282 - jonas-schievink:issue-typo...
2020-05-16 Dylan DPCRollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC
2020-05-16 Dylan DPCRollup merge of #72277 - RalfJung:manually-drop-docs...
2020-05-16 Dylan DPCRollup merge of #72233 - dtolnay:literal, r=petrochenkov
2020-05-16 flip1995Run fmt
2020-05-16 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-16 borsAuto merge of #72178 - tmiasko:inliner-lifetimes, r...
2020-05-16 Jonas SchievinkImprove documentation for drop elaboration
2020-05-16 ThibsGRename lint `identity_conversion` to `useless_conversion`
2020-05-16 borsAuto merge of #5563 - ThibsG:MergeLints, r=flip1995
2020-05-16 Jonas SchievinkFix issue number typo in note
2020-05-16 Esteban KüberFix whitespace in `?Sized` structured suggestion
2020-05-16 Ralf Jungemphasize that ManuallyDrop is safe-to-access and unsaf...
2020-05-16 borsAuto merge of #72276 - RalfJung:rollup-nkfu3is, r=RalfJung
2020-05-16 Ralf JungRollup merge of #72254 - ehuss:double-backtick, r=dtolnay
2020-05-16 Ralf JungRollup merge of #72094 - petrochenkov:overfeature,...
2020-05-16 Ralf JungRollup merge of #72060 - lcnr:move-list, r=estebank
2020-05-16 Ralf JungRollup merge of #72047 - Julian-Wollersberger:literal_e...
2020-05-16 Ralf JungRollup merge of #72047 - Julian-Wollersberger:literal_e...
2020-05-16 Ralf JungRollup merge of #72045 - RalfJung:incomplete-unsound...
2020-05-16 Charles LewDisallow forbidden usage of non-ascii identifiers.
2020-05-16 borsAuto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r...
2020-05-16 Ralf Jungmove borrow-of-packed-field unsafety check out of loop
2020-05-16 Dylan DPCRollup merge of #72258 - Rustin-Liu:rustin-patch-typo...
2020-05-16 Dylan DPCRollup merge of #72234 - dtolnay:default, r=petrochenkov
2020-05-16 Dylan DPCRollup merge of #72230 - SOF3:patch-1, r=kennytm
2020-05-16 Dylan DPCRollup merge of #72216 - doctorn:require-lang-item...
2020-05-16 Dylan DPCRollup merge of #72166 - nnethercote:simpler-slice...
2020-05-16 Dylan DPCRollup merge of #71919 - Xanewok:bump-syn-1, r=Xanewok
2020-05-16 Dylan DPCRollup merge of #71625 - Diggsey:improve-manually-drop...
2020-05-16 borsAuto merge of #71872 - nnethercote:less-aggressive...
2020-05-16 csmoebreak out earlier on empty snippet
2020-05-16 Vadim Petrochenkovrustc-book: Document `-C code-model`
2020-05-16 Vadim Petrochenkovrustc_target: Stop using "string typing" for code models
2020-05-16 borsAuto merge of #5596 - ebroto:issue_5212, r=phansch
2020-05-16 borsAuto merge of #5602 - ebroto:issue_3430, r=phansch
2020-05-16 borsAuto merge of #71665 - RalfJung:miri-intern-no-ice...
2020-05-16 Rustin-LiuFix typo Arbintrary to Arbitrary
2020-05-16 borsAuto merge of #72079 - semarie:openbsd-stacker, r=Mark...
2020-05-16 Eric HussRemove redundant backtick in error message.
2020-05-16 borsAuto merge of #72251 - Dylan-DPC:rollup-4mik3o7, r...
2020-05-16 Dylan DPCRollup merge of #72224 - lzutao:links, r=Dylan-DPC
next