]> git.lizzy.rs Git - rust.git/history - src
Move lifetimes before the *first* type argument
[rust.git] / src /
2018-11-25 Esteban KüberMove lifetimes before the *first* type argument
2018-11-25 Esteban KüberSuggest appropriate place for lifetime when declared...
2018-11-25 borsAuto merge of #55906 - nnethercote:rm-OpenSnapshot...
2018-11-25 Nicholas NethercoteRemove `OpenSnapshot` and `CommittedSnapshot` markers...
2018-11-25 Nicholas NethercoteRemove `OpenSnapshot` and `CommittedSnapshot` markers...
2018-11-25 Nicholas NethercoteIntroduce `in_snapshot` and `assert_open_snapshot`...
2018-11-25 Nicholas NethercoteMake `commit` and `rollback_to` methods take ownership...
2018-11-25 Nicholas NethercoteReplace a `.truncate(0)` call with `.clear()`.
2018-11-25 Nicholas NethercoteRename `UndoLogEntry` as `UndoLog`.
2018-11-25 Nicholas NethercoteRemove `insert_noop`.
2018-11-25 Nicholas NethercoteUpdate to `ena` 0.11.0.
2018-11-25 borsAuto merge of #55921 - scalexm:placeholders, r=nikomatsakis
2018-11-25 borsAuto merge of #55959 - matthewjasper:remove-end-region...
2018-11-25 borsAuto merge of #55915 - oli-obk:miri_engine_refactoring...
2018-11-24 scalexmTry to work around #53332 in `src/test/run-pass/rustc...
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-24 scalexmFix NLL ui test
2018-11-24 scalexmFix `ChalkInferenceContext::into_hh_goal`
2018-11-24 scalexmImplement some instantiate / canonical routines
2018-11-24 scalexmMove `BoundTy` debruijn index to the `TyKind` enum...
2018-11-24 scalexmInstantiate all bound vars universally
2018-11-24 scalexmHandle placeholder types in canonicalization
2018-11-24 scalexmAdd `HAS_TY_PLACEHOLDER` flag
2018-11-24 scalexmRename some occurences of `skol` to `placeholder`
2018-11-24 scalexmIntroduce `TyKind::Placeholder` variant
2018-11-24 scalexmDistinguish between placeholder kinds
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 Niko Matsakisexplain how this works
2018-11-22 Niko Matsakisonly reset non-restricted visibilities
2018-11-22 Adrian Heine né... 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 BurtescuMove 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...
next