]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-26 David TolnayRename TokenStream::empty to TokenStream::new
2018-05-25 borsAuto merge of #51033 - coryshrmn:master, r=dtolnay
2018-05-25 borsAuto merge of #50967 - oli-obk:miri_api_refactor, r...
2018-05-25 Oliver SchneiderAdjust test for 32 bit targets
2018-05-25 Oliver SchneiderSanity abort `to_bits` if used on zsts
2018-05-25 borsAuto merge of #51051 - nikomatsakis:turbofish-impl...
2018-05-25 Oliver SchneiderUpdate comment
2018-05-25 borsAuto merge of #50998 - bobtwinkles:nll_facts_invalidate...
2018-05-25 borsAuto merge of #50986 - estebank:main-start-span, r...
2018-05-25 borsAuto merge of #50879 - petrochenkov:lintconv, r=nikomat...
2018-05-24 Vadim PetrochenkovFix naming conventions for new lints
2018-05-24 borsAuto merge of #50937 - nikomatsakis:chalkify-engine...
2018-05-24 Niko Matsakisprohibit turbofish in `impl Trait` methods
2018-05-24 borsAuto merge of #50984 - cramertj:unpin-changes, r=aturon
2018-05-24 Oliver SchneiderRevert "Ensure llvm doesn't trigger an assert for crazy...
2018-05-24 Oliver SchneiderRename `amt` variables to `shift`
2018-05-24 Oliver SchneiderUse in-band-lifetimes instead of unused explicit lifetimes
2018-05-24 Oliver SchneiderPrefer `to_value_with_len` over manual expanison of it
2018-05-24 Oliver SchneiderRemove dead code
2018-05-24 Oliver SchneiderAdd missing newlines
2018-05-24 Oliver Schneider`tcx.lift_to_global` > `tcx.global_tcx().lift`
2018-05-24 Oliver SchneiderWrongly named a closure `clamp` when it was doing trunc...
2018-05-24 Oliver SchneiderSanity check the `bits` argument to the `from_bits...
2018-05-24 Oliver SchneiderRemove `ty_to_primitive`
2018-05-24 Oliver SchneiderProperly check defined bits range
2018-05-24 Oliver SchneiderReuse `to_bits` instead of badly reinventing it
2018-05-24 Oliver SchneiderOnly defined bits are relevant
2018-05-24 Oliver SchneiderDon't ICE on horrible transmutes in pattern constants
2018-05-24 Oliver SchneiderSimplify a ScalarPair creation
2018-05-24 Oliver SchneiderEnsure llvm doesn't trigger an assert for crazy transmutes
2018-05-24 Oliver SchneiderPrinting a fn definition needs to know nothing about...
2018-05-24 Oliver SchneiderPrinting values should ignore whether bits are undefined
2018-05-24 Oliver SchneiderBetter variable naming
2018-05-24 Oliver SchneiderRemove the last mention of `Undef`
2018-05-24 Oliver SchneiderReplace `ScalarKind` with `Primitive`
2018-05-24 Oliver SchneiderGet rid of `scalar_size`
2018-05-24 Oliver SchneiderRemove an instance of `scalar_size` in a `Debug` impl
2018-05-24 Oliver SchneiderUpdate outdated comment
2018-05-24 Oliver Schneiderprimval -> scalar rename
2018-05-24 Oliver SchneiderUse the destination type size instead of the source...
2018-05-24 Oliver SchneiderFormatting nit
2018-05-24 Oliver SchneiderRebase fallout
2018-05-24 Oliver SchneiderAccidentally used byte-size instead of bit-size
2018-05-24 Oliver SchneiderUse the target types bitsize instead of the source...
2018-05-24 Oliver SchneiderFloats are scalars!
2018-05-24 Oliver Schneiderchange `Value::Bytes` to `Value::Bits`
2018-05-24 Oliver SchneiderRemove Pointer::zero in favor of Pointer::from
2018-05-24 Oliver SchneiderRename MemoryPointer to Pointer
2018-05-24 Oliver SchneiderEliminate the `Pointer` wrapper type
2018-05-24 Oliver SchneiderDifferentiate between interpret::Scalar and layout...
2018-05-24 Oliver SchneiderRename ByVal(Pair) to Scalar(Pair)
2018-05-24 Oliver SchneiderRename PrimVal to Scalar
2018-05-24 Oliver SchneiderAdd constant for `Size::from_bytes(0)`
2018-05-24 borsAuto merge of #50909 - oli-obk:unstable_const_fn_promot...
2018-05-24 Niko Matsakispacify the mercilous tidy
2018-05-24 Niko Matsakisextend the crate whitelist to include rustc-hash, chalk
2018-05-24 Niko Matsakisget `rustc_hash` from external crate
2018-05-24 Niko Matsakisimplement the chalk traits, albeit with many placeholders
2018-05-24 Oliver SchneiderAlways mark unstable const fn as not const
2018-05-24 Oliver SchneiderEnforce stability of const fn in promoteds
2018-05-24 borsAuto merge of #50930 - toidiu:ak-ordOutlivesPredicate...
2018-05-24 borsAuto merge of #51023 - kennytm:rollup, r=kennytm
2018-05-24 Cory Shermanremove collections::range::RangeArgument
2018-05-24 Cory Shermanstabilize RangeBounds collections_range #30877
2018-05-24 kennytmRollup merge of #51011 - QuietMisdreavus:duplicitous...
2018-05-24 kennytmRollup merge of #50995 - fbstj:patch-1, r=cramertj
2018-05-24 borsAuto merge of #50949 - eddyb:debuginfo, r=mw
2018-05-24 kennytmRollup merge of #50981 - nnethercote:shrink-LiveNode...
2018-05-24 kennytmRollup merge of #50979 - Manishearth:type-only, r=estebank
2018-05-24 kennytmRollup merge of #50972 - nikic:no-parallel, r=michaelwo...
2018-05-24 kennytmRollup merge of #50965 - alexcrichton:update-llvm,...
2018-05-24 kennytmRollup merge of #50964 - michaelwoerister:query-symbol...
2018-05-24 kennytmRollup merge of #50956 - atopia:rust-gdb-with-cdgb...
2018-05-24 kennytmRollup merge of #50864 - jakllsch:add-netbsd-arm-target...
2018-05-24 borsAuto merge of #50971 - alexcrichton:no-stringify, r...
2018-05-24 toidiuimplement Ord for OutlivesPredicate and other types
2018-05-24 borsAuto merge of #50943 - oli-obk:cleanups, r=estebank
2018-05-24 QuietMisdreavusfix @!has conditions in pub-use-extern-macros test
2018-05-24 borsAuto merge of #51010 - nikomatsakis:issue-50996-renamed...
2018-05-23 borsAuto merge of #50933 - SimonSapin:anchorage, r=alexcrichton
2018-05-23 QuietMisdreavusupdate "pub-use-extern-macros" test to hide the regular...
2018-05-23 QuietMisdreavusrustdoc: hide macro export statements from docs
2018-05-23 Niko Matsakis"crate-ify" paths that begin with a renamed crate
2018-05-23 borsAuto merge of #50916 - oli-obk:miri, r=eddyb
2018-05-23 borsAuto merge of #50983 - nikomatsakis:issue-50970-migrati...
2018-05-23 borsAuto merge of #50891 - davidtwco:nll-kill-loans-out...
2018-05-23 bobtwinklesRemove unnecessary type annotations
2018-05-23 Joe STmove type def out of unsafe block
2018-05-23 borsAuto merge of #50866 - michaelwoerister:relocations...
2018-05-23 Niko Matsakispacify the mercilous tidy
2018-05-23 Niko Matsakishandle fully qualified paths properly when linting
2018-05-23 borsAuto merge of #50528 - whitfin:issue-50508, r=michaelwo...
2018-05-23 borsAuto merge of #50798 - bobtwinkles:nll_facts_invalidate...
2018-05-23 borsAuto merge of #50682 - F001:issue-50589, r=petrochenkov
2018-05-23 Esteban KüberTweak `main` type arguments and where clause spans
2018-05-23 borsAuto merge of #50982 - alexcrichton:less-warnings,...
2018-05-23 F001inverting speculative flag
2018-05-23 Taylor CramerAdd Option::as_pin_mut
2018-05-23 Taylor CramerAdd PinMut::set
2018-05-23 Taylor CramerAdd Pinned type for opting out of Unpin on stable
next