]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-24 Mara BosRemove workaround for deref issue that no longer exists.
2020-09-24 borsAuto merge of #76918 - ishitatsuyuki:match-fastpath...
2020-09-24 Bastian Kauschkeremove enum name from ImplSource variants
2020-09-24 est31Remove TrustedLen requirement from BuilderMethods:...
2020-09-24 Bram van den... Update chalk to 0.27.0
2020-09-24 Bram van den... Update chalk to 0.26.0
2020-09-24 Bram van den... Update chalk to 0.25.0
2020-09-24 Bram van den... Update chalk to 0.24.0
2020-09-24 Bram van den... Update chalk to 0.23.0
2020-09-24 Bram van den... Update chalk to 0.22.0
2020-09-24 borsAuto merge of #77006 - oli-obk:🐌_const_queries, r=Mark...
2020-09-24 Oliver SchererRevert a test change to make sure it's still testing...
2020-09-24 Oliver SchererAlways cache const eval queries
2020-09-24 Oliver SchererDocument `FallbackToConstRef` and make sure we don...
2020-09-24 Lzu Taomove test to intergrated test in library/core
2020-09-24 Joshua NelsonAdd `x.py setup`
2020-09-24 Mark RousskovInstall std for non-host targets
2020-09-24 borsAuto merge of #76820 - jyn514:query-comments, r=davidtwco
2020-09-24 flip1995Update Cargo.lock
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-24 borsAuto merge of #77049 - lcnr:const-eval-function-signatu...
2020-09-24 Oliver SchererDeduplicate the "needs partialeq derive" message creati...
2020-09-24 borsAuto merge of #77028 - andjo403:mini, r=matthewjasper
2020-09-24 Oliver SchererUse correct type in diagnostics again
2020-09-24 Oliver SchererDon't talk about determinism
2020-09-24 Bastian Kauschkeupdate tests
2020-09-24 Bastian Kauschkevisit impl self ty + trait
2020-09-24 Bastian Kauschkeassign the correct `DefId` in `nominal_obligations`
2020-09-24 Bastian Kauschkewalk hir to get const evaluatable predicates
2020-09-24 Bastian Kauschkefmt, use IndexSet directly instead of UniquePredicates
2020-09-24 Bastian Kauschkeconst_evaluatable_checked: collect predicates from...
2020-09-24 borsAuto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper
2020-09-24 Dylan MacKenzieBless tests
2020-09-24 Dylan MacKenzieSuggest `const_mut_refs` for mutable references in...
2020-09-24 borsAuto merge of #74430 - Manishearth:stabilize-intra...
2020-09-24 Jarek SamicUse theme-adaptive SVG favicon from other Rust sites
2020-09-24 borsAuto merge of #77083 - KodrAus:revert/const-type-id...
2020-09-24 Tomasz MiąskoRemove duplicated SimplifyCfg pass
2020-09-23 Dylan MacKenzieAdd entry to CHANGELOG for `--keep-stage-std`
2020-09-23 CamelidUpdate mdBook
2020-09-23 Dylan MacKenzieRemove warning about possible future deprecation
2020-09-23 Mark RousskovAdjust support expectations for downloaded LLVMs
2020-09-23 Mark RousskovRe-download LLVM on submodule updates only
2020-09-23 Ashley Mannixupdate tracking issue for const_type_id
2020-09-23 borsAuto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r...
2020-09-23 Dylan MacKenzieAdd `keep-stage-std` to `x.py`
2020-09-23 borsAuto merge of #76673 - simonvandel:remove-unneeded...
2020-09-23 Erik Hofmayertidy
2020-09-23 Bastian Kauschkeuse array::from_ref for slices
2020-09-23 Erik Hofmayer/nightly/nightly-rustc
2020-09-23 Christiaan... Make delegation methods of `std::net::IpAddr` unstable...
2020-09-23 Erik HofmayerUpdated html_root_url for compiler crates
2020-09-23 borsAuto merge of #6044 - rschoon:rc-buffer, r=yaahc
2020-09-23 Oliver SchererUpdate documentation tests
2020-09-23 Oliver SchererMake sure we keep emitting a hard error
2020-09-23 Simon Vandel... Ignore test on wasm as it does not unwind
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-23 Matthias Krügerclarify that `changelog-seen = 1` goes to the beginning...
2020-09-23 borsAuto merge of #77090 - rust-lang:revert-76110-convert...
2020-09-23 Dylan DPCRollup merge of #77055 - est31:more_track_caller, r...
2020-09-23 Dylan DPCRollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk
2020-09-23 Dylan DPCRollup merge of #77042 - imbolc:patch-2, r=kennytm
2020-09-23 Dylan DPCRollup merge of #77017 - GuillaumeGomez:vec-missing...
2020-09-23 Dylan DPCRollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
2020-09-23 Dylan DPCRollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
2020-09-23 Dylan DPCRollup merge of #76965 - fusion-engineering-forks:fix...
2020-09-23 Dylan DPCRollup merge of #76939 - lcnr:const-evaluatable-cont...
2020-09-23 Dylan DPCRollup merge of #76898 - Aaron1011:fix/item-def-span...
2020-09-23 Bastian Kauschkeadd tracking issue
2020-09-23 borsAuto merge of #76864 - est31:downloaded_llvm_no_clone_s...
2020-09-23 Mara BosMake [].as_[mut_]ptr_range() (unstably) const.
2020-09-23 Bastian Kauschkeuse relevant span when unifying `ConstVarValue`s
2020-09-23 Bastian Kauschkeuse the correct span when dealing with inference variables
2020-09-23 borsAuto merge of #76659 - simonvandel:76432, r=oli-obk
2020-09-23 Bastian Kauschkeunused path
2020-09-23 Bastian Kauschkemerge `need_type_info_err(_const)`
2020-09-23 Andreas JonsonMove MiniSet to data_structures
2020-09-23 borsAuto merge of #76850 - ecstatic-morse:const-checking...
2020-09-23 blitzerra few more &mut self -> self changes
2020-09-23 blitzerrfixing the test failure
2020-09-23 Joshua NelsonRevert "Function to convert OpenOptions to c_int"
2020-09-23 Robin SchoonoverSatisfy rc_buffer lint in Constant::Binary byte string...
2020-09-23 borsAuto merge of #77063 - cuviper:llvm-11.0.0-rc3, r=nikic
2020-09-23 Eric HussInclude libunwind in the rust-src component.
2020-09-22 Ashley Mannixrevert const_type_id stabilization
2020-09-22 LingManMerge two almost identical match arms
2020-09-22 borsAuto merge of #76928 - lcnr:opaque-types-cache, r=tmandry
2020-09-22 Alexis BourgetUse Self in alloc
2020-09-22 LingManDon't use an if guard to check equality with a constant
2020-09-22 Alexis BourgetUse Self more in core in doc when possible
2020-09-22 Alexis BourgetUse Self more in core/src/cmp.rs
2020-09-22 Simon Vandel... rebless after rebase
2020-09-22 Simon Vandel... cleanup cfg after optimization
2020-09-22 Simon Vandel... The optimization should also apply for DropAndReplace
2020-09-22 Simon Vandel... Get LocalDefId from source instead of passing in
next