]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-29 Esteban KüberClean up span in non-trailing `..` suggestion
2018-11-26 borsAuto merge of #55705 - ethanboxx:master, r=SimonSapin
2018-11-25 borsAuto merge of #56194 - eddyb:top-unhack, r=alexcrichton
2018-11-25 Eduard-Mihai... HACK(eddyb) Cargo.toml: also exclude the `obj` director...
2018-11-25 Eduard-Mihai... Cargo.toml: exclude the `build` directory from the...
2018-11-25 Eduard-Mihai... Try to make top-level Cargo.toml work without __CARGO_T...
2018-11-25 Ethan Brierleyfix missing borrow
2018-11-25 Ethan BrierleyUse a reference rather than take ownership
2018-11-25 borsAuto merge of #55527 - sgeisler:time-checked-add, r...
2018-11-25 borsAuto merge of #56215 - pietroalbini:rollup, r=pietroalbini
2018-11-25 Pietro AlbiniRollup merge of #56211 - petrochenkov:fwd, r=petrochenkov
2018-11-25 Pietro AlbiniRollup merge of #56210 - RalfJung:c_str, r=oli-obk
2018-11-25 Pietro AlbiniRollup merge of #56207 - SimonSapin:int_to_from_bytes...
2018-11-25 Pietro AlbiniRollup merge of #56204 - estebank:suggest-variant,...
2018-11-25 Pietro AlbiniRollup merge of #56176 - GuillaumeGomez:panic-setup...
2018-11-25 Pietro AlbiniRollup merge of #56170 - wesleywiser:fix_self_profiler_...
2018-11-25 Pietro AlbiniRollup merge of #56151 - alexcrichton:move-out-flaky...
2018-11-25 Pietro AlbiniRollup merge of #56144 - tromey:Bug-55771-btreemap...
2018-11-25 Pietro AlbiniRollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steve...
2018-11-25 Pietro AlbiniRollup merge of #56100 - RalfJung:visiting-generators...
2018-11-25 Pietro AlbiniRollup merge of #56075 - alexcrichton:wasm-producer...
2018-11-25 Pietro AlbiniRollup merge of #56072 - da-x:stabilize-literal-matcher...
2018-11-25 Pietro AlbiniRollup merge of #56045 - qnighy:additional-sizedness...
2018-11-25 Pietro AlbiniRollup merge of #56024 - oli-obk:const_fn_collect_inner...
2018-11-25 Vadim Petrochenkovresolve: Fix some more asserts in import validation
2018-11-25 Vadim Petrochenkovresolve: Fix bad span arithmetics in import conflict...
2018-11-25 Vadim Petrochenkovresolve: Prohibit relative paths in visibilities on...
2018-11-25 Oliver S̶c̶h̶n̶e̶i̶d... Typo
2018-11-25 borsAuto merge of #55906 - nnethercote:rm-OpenSnapshot...
2018-11-25 Ralf Jungfix length of slice returned from read_c_str
2018-11-25 Ralf Jungyay for NLL
2018-11-25 Ralf Jungread_c_str should call the AllocationExtra hooks
2018-11-25 Simon SapinStabilize the int_to_from_bytes feature
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 Wesley Wiser[Windows] Work around non-monotonic clocks in the self...
2018-11-25 Esteban KüberSuggest correct enum variant on typo
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 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-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 Corey FarwellMerge branch 'master' into frewsxcv-dyn
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...
next