]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis
[rust.git] / src / librustc /
2018-11-29 Guillaume GomezRollup merge of #56114 - varkor:nonexhaustive-backticks...
2018-11-29 Guillaume GomezRollup merge of #56080 - mark-i-m:patch-2, r=steveklabnik
2018-11-29 Guillaume GomezRollup merge of #56023 - vorner:doc/atomic-ordering...
2018-11-29 Guillaume GomezRollup merge of #56021 - RalfJung:track-features, r...
2018-11-29 Guillaume GomezRollup merge of #55391 - matthiaskrgr:bootstrap_cleanup...
2018-11-29 borsAuto merge of #56245 - mark-i-m:stabilize_ques_kleene...
2018-11-29 borsAuto merge of #56300 - nikic:issue-56267, r=eddyb
2018-11-27 Mark Mansiremove uses of feature gate
2018-11-27 borsAuto merge of #56264 - petrochenkov:typonly, r=nikomatsakis
2018-11-27 borsAuto merge of #56251 - scalexm:root-universe, r=nikomat...
2018-11-27 Ralf Jungavoid features_untracked
2018-11-27 borsAuto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis
2018-11-27 borsAuto merge of #56094 - RalfJung:memory-data-revived...
2018-11-27 borsAuto merge of #56262 - petrochenkov:nabsedihyg, r=petro...
2018-11-26 borsAuto merge of #54668 - RalfJung:use-maybe-uninit, r...
2018-11-26 Vadim Petrochenkovresolve: Implement edition hygiene for imports and...
2018-11-26 scalexmPut all existential ty vars in the `ROOT` universe
2018-11-26 borsAuto merge of #55835 - alexcrichton:llvm-upgrade, r...
2018-11-26 borsAuto merge of #56070 - oli-obk:const_let, r=eddyb
2018-11-26 borsAuto merge of #55705 - ethanboxx:master, r=SimonSapin
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 Oliver S̶c̶h̶n̶e̶i... 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 Oliver S̶c̶h̶n̶e̶i... Typo
2018-11-25 Ralf Jungmake memory allocation hook infallible
2018-11-25 Ralf Jungbring back MemoryExtra
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 NethercoteRename `UndoLogEntry` as `UndoLog`.
2018-11-25 Nicholas NethercoteRemove `insert_noop`.
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 borsAuto merge of #55915 - oli-obk:miri_engine_refactoring...
2018-11-24 Oliver SchererRebase fallout
2018-11-24 Oliver SchererDocument `Allocation`
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 SchererReorder methods in `allocation.rs`
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 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...
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 #55808 - estebank:type-arguments, r=petro...
2018-11-23 borsAuto merge of #54071 - eddyb:alignsssss, r=oli-obk
2018-11-22 Guillaume GomezFix invalid panic setup message
2018-11-22 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
2018-11-22 Wesley WiserDisable the self-profiler unless the `-Z self-profile...
next