]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-25 borsAuto merge of #55915 - oli-obk:miri_engine_refactoring...
2018-11-24 borsAuto merge of #56201 - kennytm:revert-55935, r=alexcrichton
2018-11-24 kennytmRevert "appveyor: Use VS2017 for all our images"
2018-11-24 Oliver SchererRebase fallout
2018-11-24 Oliver Schererupdate miri submodule
2018-11-24 Oliver SchererExplain why vtable generation needs no alignment checks
2018-11-24 Oliver SchererFactor out mplace offsetting into its own method
2018-11-24 Oliver SchererDocument `Allocation`
2018-11-24 Oliver Scherertidy
2018-11-24 Oliver SchererArray and slice projections need to update the place...
2018-11-24 Ralf Jungcomment nit
2018-11-24 Oliver SchererUse correct alignment checks for scalars and zsts, too
2018-11-24 Oliver SchererUse correct alignment for fat pointer extra part
2018-11-24 Oliver SchererExplain {read,write}_scalar failure to cope with zsts
2018-11-24 Oliver SchererMove alignment checks out of `Allocation`
2018-11-24 Oliver SchererExplain early abort legality
2018-11-24 Oliver SchererRebase fallout
2018-11-24 Oliver SchererClean up array/slice of primitive validation
2018-11-24 Oliver SchererUpdate miri submodule
2018-11-24 Oliver SchererRemove stderr file, because the test passes now
2018-11-24 Oliver SchererReintroduce zst-slice reading `read_bytes` method on...
2018-11-24 Oliver SchererProperly test for int pointers in fat pointers to str...
2018-11-24 Oliver SchererReorder methods in `allocation.rs`
2018-11-24 Oliver SchererAdd regression test for integral pointers in zst str...
2018-11-24 Oliver SchererMake a method that doesn't need `Self` a free function...
2018-11-24 Oliver SchererMake zst accesses in allocations take the regular path.
2018-11-24 Oliver SchererRemove unnecessary `Result` (function always returned...
2018-11-24 Oliver SchererAdjust rustc_mir::interpret to changes in `Allocation...
2018-11-24 Oliver SchererMove some byte and scalar accessors from `Memory` to...
2018-11-24 Oliver SchererFiddle a `HasDataLayout` through the allocation methods
2018-11-24 Oliver SchererAccess `self` instead of `alloc`
2018-11-24 Oliver SchererAdjust generics to `Allocation` parameters
2018-11-24 Oliver SchererMove alignment and bounds check from `Memory` to `Alloc...
2018-11-24 Oliver SchererMove undef mask methods from `Memory` to `Allocation`
2018-11-24 Oliver SchererMove relocation methods from `Memory` to `Allocation`
2018-11-24 Oliver SchererPreliminary code adjustment to let the compiler complai...
2018-11-24 Oliver SchererMove some methods from `Memory` to `Allocation`
2018-11-23 borsAuto merge of #55935 - alexcrichton:vs2017, r=Mark...
2018-11-23 borsAuto merge of #56186 - kennytm:rollup, r=kennytm
2018-11-23 kennytmRollup merge of #56168 - sfackler:raw-entry-tracking...
2018-11-23 kennytmRollup merge of #56163 - pietroalbini:1.30.1-relnotes...
2018-11-23 kennytmRollup merge of #56162 - adrianheine:patch-1, r=without...
2018-11-23 kennytmRollup merge of #56154 - petrhosek:fuchsia-linker-args...
2018-11-23 kennytmRollup merge of #56120 - SergioBenitez:subspan, r=alexc...
2018-11-23 kennytmRollup merge of #56116 - alexcrichton:tarball-calng...
2018-11-23 kennytmRollup merge of #56097 - ogoffart:union-abi, r=eddyb
2018-11-23 kennytmRollup merge of #56091 - wesleywiser:fix_self_profiler_...
2018-11-23 kennytmRollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb
2018-11-23 kennytmRollup merge of #56022 - RalfJung:validate-before-jump...
2018-11-23 kennytmRollup merge of #55945 - oli-obk:static_assert_arg_type...
2018-11-23 kennytmRollup merge of #55869 - SimonSapin:iterate, r=alexcrichton
2018-11-23 kennytmRollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi
2018-11-23 kennytmRollup merge of #55767 - tromey:disable-some-pretty...
2018-11-23 borsAuto merge of #56184 - matthiaskrgr:clippy, r=oli-obk
2018-11-23 Matthias Krügersubmodules: update clippy from 2f6881c6 to 754b4c07
2018-11-23 borsAuto merge of #55808 - estebank:type-arguments, r=petro...
2018-11-23 borsAuto merge of #54071 - eddyb:alignsssss, r=oli-obk
2018-11-22 Esteban KüberDo not point at associated types from other crates
2018-11-22 Esteban KüberReword and fix test
2018-11-22 Esteban KüberSuggest correct syntax when writing type arg instead...
2018-11-22 Esteban KüberPoint at the associated type's def span
2018-11-22 Esteban KüberJoin multiple E0191 errors in the same location under...
2018-11-22 Esteban KüberPoint at every unexpected lifetime and type argument...
2018-11-22 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
2018-11-22 bjorn3Move fake rustc_codegen_ssa dependency from rustc_drive...
2018-11-22 bjorn3Add rustc_codegen_ssa to sysroot
2018-11-22 Steven FacklerFix the tracking issue for hash_raw_entry
2018-11-22 borsAuto merge of #53586 - eddyb:top-lock, r=alexcrichton
2018-11-22 Mark RousskovInclude changes from 1.30.1 in release notes
2018-11-22 Niko Matsakisexplain how this works
2018-11-22 Niko Matsakisonly reset non-restricted visibilities
2018-11-22 Adrian Heine... std::str Adapt documentation to reality
2018-11-22 borsAuto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
2018-11-22 Matthias Krügersubmodules: update clippy from f5d868c9 to 2f6881c6
2018-11-22 Eduard-Mihai... Move Cargo.{toml,lock} to the repository root directory.
2018-11-22 borsAuto merge of #56155 - GuillaumeGomez:rollup, r=Guillau...
2018-11-22 Guillaume GomezRollup merge of #56126 - Turbo87:bench-parse, r=alexcri...
2018-11-22 Guillaume GomezRollup merge of #56106 - bjorn3:patch-1, r=alexcrichton
2018-11-22 Guillaume GomezRollup merge of #56078 - ehuss:fix-panic-opt-msg, r...
2018-11-22 Guillaume GomezRollup merge of #56067 - jethrogb:jb/sgx-target-spec...
2018-11-22 Guillaume GomezRollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett
2018-11-22 Guillaume GomezRollup merge of #56002 - Axary:master, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55980 - csmoe:issue-55891, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55961 - tromey:Bug-55944-vecdeque...
2018-11-22 Guillaume GomezRollup merge of #55784 - meltinglava:master, r=KodrAus
2018-11-22 Guillaume GomezRollup merge of #55485 - petertodd:2018-10-manuallydrop...
2018-11-22 Guillaume GomezRollup merge of #55367 - GuillaumeGomez:private-item...
2018-11-22 Petr HosekPass additional linker flags when targeting Fuchsia
2018-11-22 borsAuto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez
2018-11-22 Eduard-Mihai... rustc_target: avoid using AbiAndPrefAlign where possible.
2018-11-22 borsAuto merge of #56147 - petrochenkov:impice, r=nikomatsakis
2018-11-22 Eduard-Mihai... rustc_target: separate out an individual Align from...
2018-11-22 Eduard-Mihai... rustc_target: rename abi::Align to AbiAndPrefAlign.
2018-11-21 Niko Matsakisadd compile-pass annotation
2018-11-21 borsAuto merge of #56065 - oli-obk:min_const_fn_loop_ice...
2018-11-21 Vadim Petrochenkovresolve: Fix some asserts in import validation
2018-11-21 Niko Matsakishack: ignore list-stems for pub lint
2018-11-21 Niko Matsakispass vis by shared reference
2018-11-21 Niko Matsakisadd regression test
2018-11-21 Niko Matsakispreserve the original visibility for the "list stem...
next