]> git.lizzy.rs Git - rust.git/history - src/librustc
Move lifetimes before the *first* type argument
[rust.git] / src / librustc /
2018-11-25 borsAuto merge of #55906 - nnethercote:rm-OpenSnapshot...
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 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 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 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
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 borsAuto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
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 borsAuto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez
2018-11-22 Eduard-Mihai Burtescurustc_target: avoid using AbiAndPrefAlign where possible.
2018-11-22 Eduard-Mihai Burtescurustc_target: separate out an individual Align from...
2018-11-22 Eduard-Mihai Burtescurustc_target: rename abi::Align to AbiAndPrefAlign.
2018-11-21 borsAuto merge of #56065 - oli-obk:min_const_fn_loop_ice...
2018-11-21 Niko Matsakispass vis by shared reference
2018-11-21 Niko Matsakispreserve the original visibility for the "list stem...
2018-11-21 Niko Matsakisrenumber segment ids for visibilities whenever we clone...
2018-11-21 Niko Matsakisadd some `debug!` into lowering
2018-11-21 Niko Matsakistrack the span for each id so that we can give a nice ICE
2018-11-21 borsAuto merge of #56118 - steveklabnik:update-books, r...
2018-11-21 borsAuto merge of #56117 - petrochenkov:iempty, r=eddyb
2018-11-21 borsAuto merge of #52591 - eddyb:functional-snakes, r=oli-obk
2018-11-21 Eduard-Mihai Burtescurustc: implement and use Default on more types.
2018-11-21 Eduard-Mihai Burtescurustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map...
2018-11-20 borsAuto merge of #56111 - nrc:update, r=kennytm
2018-11-20 borsAuto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk
2018-11-20 borsAuto merge of #55678 - Aaronepower:master, r=Mark-Simul...
2018-11-20 Wesley WiserFix json output in the self-profiler
2018-11-20 borsAuto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum
2018-11-20 borsAuto merge of #56049 - newpavlov:revert_51601, r=sfackler
2018-11-19 Ralf JungMake const_eval_raw query return just an AllocId
2018-11-19 Eric HussFix error message for `-C panic=xxx`.
2018-11-19 borsAuto merge of #55971 - SergioBenitez:skip-non-semantic...
2018-11-19 borsAuto merge of #56060 - nrc:save-path-fallback, r=zackmdavis
2018-11-19 borsAuto merge of #56051 - pietroalbini:rollup, r=pietroalbini
2018-11-19 kennytmRollup merge of #56059 - alexcrichton:fix-tests, r...
2018-11-19 Pietro AlbiniRollup merge of #56043 - nikomatsakis:issue-55756-via...
2018-11-19 Pietro AlbiniRollup merge of #56027 - Xanewok:docs-backtick, r=Quiet...
2018-11-19 Pietro AlbiniRollup merge of #56016 - scottmcm:vecdeque-resize-with...
2018-11-19 Pietro AlbiniRollup merge of #56012 - RalfJung:unsafe-cell, r=nikoma...
next