]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-18 Amanieu d'AntrasUpdate llvm-project submodule
2020-05-18 Amanieu d'AntrasImplement att_syntax option
2020-05-18 Amanieu d'AntrasWork around more LLVM limitations
2020-05-18 Amanieu d'AntrasAdd notes about functions that are not currently used
2020-05-18 Amanieu d'AntrasAdd support for high byte registers on x86
2020-05-18 Amanieu d'AntrasUn-deprecate asm! macro
2020-05-18 Amanieu d'AntrasApply review feedback
2020-05-18 Amanieu d'AntrasAdd tests for asm!
2020-05-18 Amanieu d'AntrasImplement asm! codegen
2020-05-18 Amanieu d'AntrasCheck that asm const operands are actually constants
2020-05-18 Amanieu d'AntrasAdd asm! to MIR
2020-05-18 Amanieu d'AntrasHIR passes for asm!
2020-05-18 Amanieu d'AntrasImplement AST lowering for asm!
2020-05-18 Amanieu d'AntrasAdd asm! to HIR
2020-05-18 Amanieu d'AntrasImplement asm! in librustc_builtin_macros
2020-05-18 Amanieu d'AntrasAdd asm! to AST
2020-05-18 Amanieu d'AntrasAdd inline asm register definitions to librustc_target
2020-05-18 Amanieu d'AntrasAdd RISC-V target features
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 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 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 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 flip1995Re-remove util/dev
2020-05-16 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-16 borsAuto merge of #72178 - tmiasko:inliner-lifetimes, r...
2020-05-16 Aleksei Latyshevsimplify multispan_sugg interface
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
2020-05-16 Dylan DPCRollup merge of #72220 - wesleywiser:const_prop_eval_co...
2020-05-16 Dylan DPCRollup merge of #72218 - RalfJung:test-unleashed-ptrs...
2020-05-16 Dylan DPCRollup merge of #72206 - sergey-melnychuk:cleanup-stale...
2020-05-16 Dylan DPCRollup merge of #72090 - RalfJung:rustc_driver-exit...
2020-05-16 Dylan DPCRollup merge of #72090 - RalfJung:rustc_driver-exit...
2020-05-16 Dylan DPCRollup merge of #71948 - csmoe:issue-61076, r=oli-obk
2020-05-16 Dylan DPCRollup merge of #71948 - csmoe:issue-61076, r=oli-obk
2020-05-16 Dylan DPCRollup merge of #71724 - GuillaumeGomez:doc-alias-impro...
2020-05-16 Dylan DPCRollup merge of #71677 - Mark-Simulacrum:hasher-docs...
2020-05-16 Dylan DPCRollup merge of #71662 - glandium:osstring_from_str...
2020-05-15 borsAuto merge of #5599 - dtolnay:letif, r=flip1995
2020-05-15 Eduardo Brotoidentity_op: allow `1 << 0`
2020-05-15 Diggory BlakeImprove the documentation for ManuallyDrop to resolve...
2020-05-15 David TolnayClarify use of format_args in Debug for Literal
next