]> git.lizzy.rs Git - rust.git/history - compiler
Revert a test change to make sure it's still testing the original issue
[rust.git] / compiler /
2020-09-24 Oliver SchererDocument `FallbackToConstRef` and make sure we don...
2020-09-24 Oliver SchererDeduplicate the "needs partialeq derive" message creati...
2020-09-24 Oliver SchererUse correct type in diagnostics again
2020-09-24 Oliver SchererDon't talk about determinism
2020-09-23 Oliver SchererUpdate documentation tests
2020-09-23 Oliver SchererMake sure we keep emitting a hard error
2020-09-23 Oliver SchererMake sure we report a future incompat error in all...
2020-09-23 Oliver SchererName function correctly
2020-09-23 Oliver SchererMake sure we don't hide errors just because a lint...
2020-09-23 Oliver SchererDeduplicate errors in const to pat conversion
2020-09-23 Oliver SchererTalk about unpredictable instead of "not deterministic"
2020-09-23 Oliver SchererRemove the "lift constant to reference" logic
2020-09-21 Oliver SchererPacify tidy
2020-09-21 Oliver SchererDocument future incompat lints
2020-09-20 Oliver SchererUse precise errors during const to pat conversion inste...
2020-09-20 Oliver SchererLint on function pointers used in patterns
2020-09-20 Oliver SchererSplit check for `PartialEq` impl into a method
2020-09-20 Oliver SchererImplement destructuring for all aggregates and for...
2020-09-20 Oliver SchererAdd a query for dereferencing constants of reference...
2020-09-20 Oliver SchererMerge tuple and struct pattern generation.
2020-09-20 borsAuto merge of #76411 - RalfJung:promote-in-const-fn...
2020-09-20 borsAuto merge of #75346 - davidtwco:issue-69925-polymorphi...
2020-09-20 borsAuto merge of #72632 - jonas-schievink:dest-prop, r...
2020-09-19 Ralf Jungfix some comments
2020-09-19 Ralf Jungnever promote non-const operations; revert STATIC promo...
2020-09-19 Ralf Jungfix doc comment
2020-09-19 Ralf Jungcleanup promotion const_kind checks
2020-09-19 borsAuto merge of #76929 - ssomers:btree_cleanup_2, r=Mark...
2020-09-19 borsAuto merge of #76327 - lzutao:split-core-num, r=SimonSapin
2020-09-19 borsAuto merge of #76880 - shepmaster:cc-rs, r=Mark-Simulacrum
2020-09-19 borsAuto merge of #76912 - RalfJung:rollup-q9ur56h, r=RalfJung
2020-09-19 Ralf JungRollup merge of #76798 - alistair23:alistair/rv32-linux...
2020-09-19 Ralf JungRollup merge of #76796 - jyn514:wrong-stage, r=shepmaster
2020-09-19 Ralf JungRollup merge of #76757 - matthiaskrgr:clippy_try_into...
2020-09-19 Ralf JungRollup merge of #76749 - guswynn:hir_ranges, r=estebank
2020-09-19 Ralf JungRollup merge of #76636 - RalfJung:miri-size-assert...
2020-09-19 Ralf JungRollup merge of #76525 - fusion-engineering-forks:strin...
2020-09-19 Ralf JungRollup merge of #76492 - fusion-engineering-forks:int...
2020-09-19 Ralf JungRollup merge of #76434 - RalfJung:black-box, r=Mark...
2020-09-19 Ralf JungRollup merge of #76400 - pickfire:patch-5, r=dtolnay
2020-09-19 Ralf JungRollup merge of #76310 - scottmcm:array-try_from-vec...
2020-09-19 Ralf JungRollup merge of #75580 - JulianKnodt:or_pattern, r...
2020-09-19 Ralf JungRollup merge of #75502 - ecstatic-morse:implicit-promot...
2020-09-19 Ralf JungRollup merge of #75099 - davidtwco:is-zst-abstraction...
2020-09-19 Ralf JungRollup merge of #73963 - hellow554:unsafe_path, r=Mark...
2020-09-19 borsAuto merge of #76886 - Aaron1011:fix/ensure-stack-predi...
2020-09-19 borsAuto merge of #76879 - shepmaster:zlib-sys, r=Mark...
2020-09-19 Mara BosUse `T::BITS` instead of `size_of::<T> * 8`.
2020-09-19 borsAuto merge of #76856 - jonas-schievink:dist-rustc-src...
2020-09-19 borsAuto merge of #76838 - est31:dogfood_uninit_features...
2020-09-18 borsAuto merge of #76787 - lzutao:slice_iters_new, r=lcnr
2020-09-18 borsAuto merge of #76782 - lzutao:rd-cap, r=jyn514
2020-09-18 Jonas SchievinkClarify FIXME
2020-09-18 Jonas SchievinkReturn `Place` by value
2020-09-18 Jonas SchievinkMove inner items outside
2020-09-18 Jonas SchievinkFix rebase fallout
2020-09-18 Jonas SchievinkLimit block count
2020-09-18 Jonas SchievinkFix rebase fallout
2020-09-18 Jonas SchievinkProperly inherit conflicts when merging locals
2020-09-18 Jonas SchievinkMore logging
2020-09-18 Jonas SchievinkRecord intra-statement/terminator conflicts
2020-09-18 Jonas Schievinkperf: bail out when there's >500 candidate locals
2020-09-18 Jonas Schievinkperf: only calculate conflicts for candidates
2020-09-18 Jonas Schievinkperf: walk liveness backwards in Conflicts::build
2020-09-18 Jonas SchievinkFix dataflow assert errors
2020-09-18 Jonas SchievinkImplement a destination propagation pass
2020-09-18 borsAuto merge of #76884 - Mark-Simulacrum:fix-macos-ci...
2020-09-18 borsAuto merge of #76575 - lcnr:abstract-const, r=oli-obk
2020-09-18 Aaron HillWrap recursive predicate evaluation with `ensure_suffic...
2020-09-18 Bastian Kauschkeadd `const-evaluatable_checked` check back in
2020-09-18 Bastian Kauschkereview, small cleanup
2020-09-18 Bastian Kauschkedocument `const_evaluatable`
2020-09-18 Bastian Kauschkeremove allow(warnings)
2020-09-18 Bastian Kauschkesupport const_evaluatable_checked across crate boundaries
2020-09-18 Bastian Kauschkeadd test for let-bindings
2020-09-18 Bastian Kauschkeadd function calls
2020-09-18 Bastian Kauschkeallow unary operations and ignore StorageLive/Dead...
2020-09-18 Bastian Kauschkeuse newtype_index for abstract_const::NodeId
2020-09-18 Bastian Kauschkerefactor AbstractConstBuilder
2020-09-18 Bastian Kauschkeuse abstract consts when unifying ConstKind::Unevaluated
2020-09-18 Bastian Kauschkeinitial working state
2020-09-18 borsAuto merge of #72412 - VFLashM:issue-72408-nested-closu...
2020-09-18 Jake GouldingUpdate cc crate to understand aarch64-apple-darwin...
2020-09-18 borsAuto merge of #76837 - wesleywiser:disable_consideredeq...
2020-09-18 Tyler MandryRemove redundancy in cache key
2020-09-18 borsAuto merge of #76790 - ssomers:btree_slice_slasher_retu...
2020-09-18 est31Add bench_typed_arena_clear_100 bench
2020-09-18 est31Replace loop with drop_in_place call
2020-09-18 est31Dogfood new_uninit and maybe_uninit_slice in rustc_arena
2020-09-18 Valerii LashmanovIntorduced MiniMap - a tiny small storage optimized...
2020-09-18 Valerii LashmanovBetter handling for exponential-sized types in misc...
2020-09-18 Valerii LashmanovOnly visit types once when walking the type tree
2020-09-17 borsAuto merge of #76645 - fusion-engineering-forks:windows...
2020-09-17 Dylan MacKenzieDefault to implicit (not explicit) rules for promotabil...
2020-09-17 Wesley Wiser[mir-opt] Disable the `ConsideredEqual` logic in Simpli...
2020-09-17 borsAuto merge of #76634 - RalfJung:miri-guaranteed-eq...
2020-09-17 borsAuto merge of #76028 - aticu:improve_e0118, r=estebank...
2020-09-16 Matthias Krügerdon't lazily evaulate some trivial values for Option...
2020-09-16 borsAuto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandry
2020-09-16 Gus Wynncomments and factor to own method
next