]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Added tests fo referring to statics by value in other statics.
[rust.git] / src / librustc_mir /
2018-06-30 Alexander RegueiroFixed bug with miri const evaluation where allocation...
2018-06-30 Alexander RegueiroAdded miri error for evaluating foreign statics.
2018-06-30 Alexander RegueiroLoosened rules involving statics mentioning other statics.
2018-06-30 borsAuto merge of #51849 - nikomatsakis:issue-51820-places...
2018-06-30 borsAuto merge of #51862 - estebank:lifetime-spans, r=nikom...
2018-06-30 borsAuto merge of #51828 - kennytm:no-simd-swap-for-mac...
2018-06-30 borsAuto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
2018-06-30 borsAuto merge of #51806 - oli-obk:lowering_cleanups1,...
2018-06-30 borsAuto merge of #51178 - GabrielMajeri:os-str-compare...
2018-06-29 Vadim PetrochenkovFortify dummy span checking
2018-06-29 borsAuto merge of #51569 - SimonSapin:liballoc, r=sfackler
2018-06-29 borsAuto merge of #51891 - glandium:llvm, r=alexcrichton
2018-06-29 borsAuto merge of #51729 - matthewjasper:move-errors, r...
2018-06-29 borsAuto merge of #50526 - moxian:just-fix, r=alexcrichton
2018-06-29 borsAuto merge of #51290 - Pslydhh:master, r=alexcrichton
2018-06-29 borsAuto merge of #50357 - seanmonstar:arc-weak-null, r...
2018-06-29 borsAuto merge of #51592 - GuillaumeGomez:fix-macro-doc...
2018-06-28 borsAuto merge of #51884 - Mark-Simulacrum:rollup, r=Mark...
2018-06-28 Mark RousskovRollup merge of #51875 - badboy:emscripten-no-wasm...
2018-06-28 Mark RousskovRollup merge of #51868 - Lireer:master, r=pietroalbini
2018-06-28 Mark RousskovRollup merge of #51839 - oli-obk:const_shift_overflow...
2018-06-28 Mark RousskovRollup merge of #51822 - estebank:suggest-more, r=nikom...
2018-06-28 Mark RousskovRollup merge of #51765 - jonas-schievink:patch-1, r...
2018-06-28 Mark RousskovRollup merge of #51636 - oli-obk:const_diagnostics...
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 borsAuto merge of #51630 - joshlf:map-split-perf, r=dtolnay
2018-06-28 Niko Matsakisadd explanatory comment
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 borsAuto merge of #51492 - petrochenkov:hirident, r=eddyb
2018-06-28 Oliver SchneiderTurn the use of erroneous constants into errors again
2018-06-28 Oliver SchneiderDon't const propagate the body of constants
2018-06-28 Oliver SchneiderMerge `ConstVal` and `ConstValue`
2018-06-28 Oliver SchneiderMove everything over from `middle::const_val` to `mir...
2018-06-28 Oliver SchneiderMove the Lrc outside the error type and name the fields
2018-06-28 Oliver SchneiderAddress review comments
2018-06-28 Oliver SchneiderEliminate old CTFE's `ErrKind`
2018-06-28 Vadim PetrochenkovFix rebase
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated item definitions in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s in a number of structures in HIR
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-28 borsAuto merge of #51538 - nikomatsakis:nll-perf-examinatio...
2018-06-27 borsAuto merge of #51859 - kennytm:rollup, r=kennytm
2018-06-27 kennytmRollup merge of #51842 - rust-lang:align-is-nonzero...
2018-06-27 kennytmRollup merge of #51824 - vorner:thread-local-try-with...
2018-06-27 kennytmRollup merge of #51800 - mark-i-m:edition2018compiletes...
2018-06-27 kennytmRollup merge of #51799 - mark-i-m:lower_case_feature_ga...
2018-06-27 kennytmRollup merge of #51658 - oli-obk:unregress_perf, r...
2018-06-27 kennytmRollup merge of #50342 - fkjogu:euclidean, r=BurntSushi
2018-06-27 Matthew JasperGroup move errors before reporting, add suggestions
2018-06-27 borsAuto merge of #51139 - vakaras:issue-50716, r=nikomatsakis
2018-06-27 Matthew JasperGenerate a direct assignment in MIR for `let x = y;`
2018-06-27 Niko Matsakispull out `ParamEnvAnd` and remove `QueryKey`
2018-06-27 borsAuto merge of #51852 - oli-obk:miri_fix, r=Zoxc
2018-06-27 Niko Matsakisrun rustfmt
2018-06-27 Niko Matsakisdon't use Iterator and zip but just invoke `next` manually
2018-06-27 Oliver SchneiderDon't use `ParamEnv::reveal_all()` if there is a real...
2018-06-27 Vytautas AstrauskasFix the error of selecting obligation by not running...
2018-06-27 Vytautas AstrauskasFix NLL issue 50716 and add a regression test.
2018-06-27 Niko Matsakisavoid use of vectors etc
2018-06-27 Niko Matsakisextract `places_conflict` into its own module
2018-06-27 Oliver SchneiderDetect overflows of non u32 shifts
2018-06-27 borsAuto merge of #51815 - oli-obk:lowering_cleanups2,...
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-27 borsAuto merge of #51773 - oli-obk:cleanup_impl_trait,...
2018-06-26 borsAuto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomat...
2018-06-26 borsAuto merge of #51756 - nielx:fix/librustdoc, r=Guillaum...
2018-06-26 Niko Matsakisdo not re-create the `LocationTable` for every path
2018-06-26 Niko Matsakisconvert `dropck_outlives` type-op to use the query
2018-06-26 borsAuto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm
2018-06-26 Niko Matsakisinstantiate closure requirements as query-region-constr...
2018-06-26 Niko Matsakistransition to `Fallible`
2018-06-26 Niko Matsakisintroduce `Normalizable` trait for things directly...
2018-06-26 Niko Matsakisconvert `predicates` to operate on 1 predicate at a...
2018-06-26 Niko Matsakismove `type_op` into `rustc`
2018-06-26 Niko Matsakisintroduce `QueryTypeOp` trait and use it for `eq`
2018-06-26 Zack M. Davismigrate codebase to `..=` inclusive range patterns
2018-06-26 Niko Matsakismake `convert` so it can apply to a single constraint
2018-06-26 Niko Matsakisextract type-ops into their own submodules
2018-06-26 Niko Matsakischange to `crate` privacy instead of `pub(super)`
2018-06-26 Niko Matsakisimprove `trivial_case` handling
2018-06-26 Niko Matsakisreplace `LexicalRegionConstraintData` with `QueryRegion...
2018-06-26 Niko Matsakisalign the `type-op` outputs with what canonicalized...
2018-06-26 Niko Matsakismk `fully_perform_op_and_get_region_constraint_data...
2018-06-26 Niko Matsakisremove the `TypeOp` vs `InfcxTypeOp` distinction
2018-06-26 Niko Matsakispromote `type_op` into a `mod.rs` file
2018-06-26 Niko Matsakisintroduce `DropckOutlives` type-op
2018-06-26 Niko Matsakismake `TypeOp` implement debug instead of carrying a...
2018-06-26 Niko Matsakisextract a `enabled` helper to remove some ad-hoc condit...
2018-06-26 Niko Matsakiscreate `InfcxTypeOp` that only depend on an `infcx`
2018-06-26 Niko Matsakismake normalize into an op
2018-06-26 Niko Matsakislet `trivial_noop` take ownership of `self`
2018-06-26 Niko Matsakismake `normalize` take ownership of the thing to be...
2018-06-26 Niko Matsakisintroduce `prove_predicates` type op
2018-06-26 Niko Matsakisintroduce `trivial_noop` to accommodate micro-optimizations
2018-06-26 Niko Matsakisintroduce `Eq` type-op
2018-06-26 Niko Matsakisintroduce `Subtype` type_op
2018-06-26 Niko Matsakisintroduce `type_op`
2018-06-26 borsAuto merge of #51678 - Zoxc:combine-lints, r=estebank
2018-06-26 borsAuto merge of #51805 - pietroalbini:rollup, r=pietroalbini
2018-06-26 Pietro AlbiniRollup merge of #51791 - GuillaumeGomez:minify-css...
next