]> git.lizzy.rs Git - rust.git/history - compiler
Fix typo in rustc_lexer docs
[rust.git] / compiler /
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 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 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 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
2020-09-16 borsAuto merge of #76786 - Dylan-DPC:rollup-x6p60m6, r...
2020-09-16 Dylan DPCRollup merge of #76717 - ehuss:fix-rustc-book-libdir...
2020-09-16 Dylan DPCRollup merge of #76714 - camelid:patch-3, r=jonas-schievink
2020-09-16 Dylan DPCRollup merge of #76710 - rust-lang:rust-analyzer-2020...
2020-09-16 Dylan DPCRollup merge of #76707 - pickfire:patch-4, r=jonas...
2020-09-16 Dylan DPCRollup merge of #76699 - lcnr:const-infer-err, r=varkor
2020-09-16 Dylan DPCRollup merge of #76695 - iximeow:trait-generic-bound...
2020-09-16 Dylan DPCRollup merge of #76694 - wesleywiser:partitioning_cx_tr...
2020-09-16 Dylan DPCRollup merge of #76681 - tshepang:unused, r=Mark-Simulacrum
2020-09-16 Dylan DPCRollup merge of #76675 - lzutao:asm_doc, r=Amanieu
2020-09-16 Dylan DPCRollup merge of #76669 - lzutao:core_asm, r=Amanieu
2020-09-16 borsAuto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJung
2020-09-16 Ralf JungRollup merge of #76662 - RalfJung:lib-test-miri, r...
2020-09-16 Ralf JungRollup merge of #76641 - nox:pointee-random-stuff,...
2020-09-16 Ralf JungRollup merge of #76622 - jyn514:bootstrap-readme, r...
2020-09-16 Ralf JungRollup merge of #76534 - notriddle:doc-comments, r...
2020-09-16 Ralf JungRollup merge of #76369 - ayushmishra2005:move_various_s...
2020-09-16 Ralf JungRollup merge of #76366 - ayushmishra2005:arith_tests_in...
2020-09-16 Ralf JungRollup merge of #76335 - CDirkx:const-duration, r=ecsta...
2020-09-16 Ralf JungRollup merge of #76262 - howard0su:patch-1, r=cramertj
2020-09-16 Ralf JungRollup merge of #76062 - pickfire:patch-13, r=jyn514
2020-09-16 Ralf JungRollup merge of #76056 - pickfire:patch-10, r=jyn514
2020-09-16 borsAuto merge of #76625 - jyn514:default-stages, r=Mark...
2020-09-16 Dylan MacKenzieStrip a single leading tab when rendering dataflow...
next