]> git.lizzy.rs Git - rust.git/history - compiler
Add a changelog for x.py
[rust.git] / compiler /
2020-09-19 Oliver SchererRustfmt
2020-09-19 Oliver SchererAddress review comments
2020-09-19 Oliver SchererUnify the names of const eval queries and their return...
2020-09-19 Oliver SchererRename const eval queries to reflect the validation...
2020-09-19 Oliver SchererDo not call the `const_eval` query in mir interpretatio...
2020-09-19 Oliver SchererReplace `and_then` `map_err` `and_then` chain with...
2020-09-19 Oliver Scherer`turn_into_const` is infallible
2020-09-19 Oliver SchererDocument `op_to_const`'s purpose
2020-09-19 Oliver SchererStop using the `const_eval` query for initializers...
2020-09-19 Oliver SchererValidate constants during `const_eval_raw`
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 Bastian Kauschkedon't take `TyCtxt` by reference
2020-09-18 Matthias Krügeruse matches!() macro for simple if let conditions
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 khyperiaRemove DeclareMethods
2020-09-18 borsAuto merge of #76837 - wesleywiser:disable_consideredeq...
2020-09-18 Tyler MandryRemove redundancy in cache key
2020-09-18 Juan Aguilar Santi... Simplify panic_if_treat_err_as_bug avoiding allocations
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 CamelidUse relative link instead of absolute
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 Juan Aguilar Santi... Remove redundant to_string
2020-09-17 khyperiaPR feedback
2020-09-17 khyperiaLet backends define custom targets
2020-09-17 Matthias Krügeruse strip_prefix over starts_with and manual slicing...
2020-09-17 est31Remove redundant #![feature(...)] 's from compiler/
2020-09-17 est31Replace const_generics feature gate with min_const_generics
2020-09-17 est31Remove intrinsics::arith_offset use from libarena
2020-09-17 borsAuto merge of #76028 - aticu:improve_e0118, r=estebank...
2020-09-17 Hanif Bin AriffinDon't compile regex at every function call.
2020-09-17 Ivan ThamFix wording in mir doc
2020-09-16 Matthias Krügerdon't lazily evaulate some trivial values for Option...
2020-09-16 CamelidUpdate based on review suggestions
2020-09-16 Matthias Krügersimplfy condition in ItemLowerer::with_trait_impl_ref()
2020-09-16 borsAuto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandry
2020-09-16 Gus Wynncomments and factor to own method
2020-09-16 Tyler MandryRollup merge of #76794 - richkadel:graphviz-font, r...
2020-09-16 Tyler MandryRollup merge of #76778 - pickfire:patch-7, r=jonas...
2020-09-16 Tyler MandryRollup merge of #76775 - ecstatic-morse:dataflow-extra...
2020-09-16 Tyler MandryRollup merge of #76764 - ehuss:update-books, r=ehuss
2020-09-16 Tyler MandryRollup merge of #76760 - matthiaskrgr:clippy_lazy_eval...
2020-09-16 Tyler MandryRollup merge of #76759 - yoshuawuyts:fix-future-pending...
2020-09-16 Tyler MandryRollup merge of #76758 - adamlesinski:clone_clock,...
2020-09-16 Tyler MandryRollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
2020-09-16 Tyler MandryRollup merge of #76747 - GuillaumeGomez:more-missing...
2020-09-16 Tyler MandryRollup merge of #76741 - Mark-Simulacrum:no-dry-run...
2020-09-16 Tyler MandryRollup merge of #76735 - jyn514:no-clone, r=Mark-Simulacrum
2020-09-16 Tyler MandryRollup merge of #76728 - jyn514:rustdoc-extern-crate...
2020-09-16 Tyler MandryRollup merge of #76721 - camelid:intra-doc-links-for...
2020-09-16 Tyler MandryRollup merge of #76719 - hameerabbasi:min-const-generic...
2020-09-16 Tyler MandryRollup merge of #76642 - GuillaumeGomez:ignored-private...
2020-09-16 Tyler MandryRollup merge of #75026 - JulianKnodt:array_windows...
2020-09-16 Rich KadelAdded RUSTC_GRAPHVIZ_FONT environment variable
2020-09-16 borsAuto merge of #76420 - Gelbpunkt:aarch64-linux-musl...
2020-09-16 Gus Wynngive better suggestion when matching a const range
2020-09-16 Rich KadelMake graphviz font configurable
next