]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco
[rust.git] / src /
2020-07-23 Ralf Jungreplace miri_start_panic intrinsic by 'extern fn'
2020-07-23 borsAuto merge of #74613 - Mark-Simulacrum:revert-gimli...
2020-07-23 Bastian Kauschkecleanup
2020-07-23 Bastian Kauschkefix ICE caused by wrongly ordered generic params
2020-07-23 Bastian Kauschkestop sorting generic params
2020-07-23 borsAuto merge of #74667 - Manishearth:rollup-s6k59sw,...
2020-07-23 Tyler MandryNormalize bounds fully when checking defaulted types
2020-07-23 kanimumFix typo
2020-07-23 Martin SirringhausDowngrade glibc to 2.11.1 for ppc, ppc64 and s390x
2020-07-23 Manish GoregaokarRollup merge of #74659 - alexcrichton:wasm-codegen...
2020-07-23 Manish GoregaokarRollup merge of #74654 - lcnr:default-no-more, r=varkor
2020-07-23 Manish GoregaokarRollup merge of #74637 - lzutao:str-primitive-links...
2020-07-23 Manish GoregaokarRollup merge of #74606 - cuviper:cloexec, r=sfackler
2020-07-23 Manish GoregaokarRollup merge of #74587 - lzutao:consts, r=dtolnay
2020-07-23 Manish GoregaokarRollup merge of #74548 - tshepang:one-more-example...
2020-07-23 Manish GoregaokarRollup merge of #74490 - yaahc:disabled-bt, r=dtolnay
2020-07-23 Manish GoregaokarRollup merge of #74141 - euclio:typos, r=steveklabnik
2020-07-23 borsAuto merge of #74611 - Mark-Simulacrum:revert-74069...
2020-07-23 Neutron3529Rearrange the pipeline of `pow` to gain efficiency
2020-07-23 Steven MalisInclude the note in the test.
2020-07-23 Bastian Kauschketweak wording
2020-07-23 Steven MalisDon't ICE on unconstrained anonymous lifetimes inside...
2020-07-23 Philippe Nadonrenamed ScalarMaybeUninit::not_undef to check_init
2020-07-23 Lzu TaoPrefer constant over function
2020-07-23 Lzu TaoPrefer type@str
2020-07-23 Lzu TaoMake str point to primitive page
2020-07-23 borsAuto merge of #74662 - Manishearth:rollup-jdt7t71,...
2020-07-23 Jane LusbyUpdate src/libstd/backtrace.rs
2020-07-22 Tshepang Lekhonkhobeone more Path::with_extension example, to demonstrate...
2020-07-22 Josh StoneMove the pipe2 call behind a hard target `#[cfg]`
2020-07-22 Manish GoregaokarRollup merge of #74643 - petrochenkov:noenvrerun, r...
2020-07-22 Manish GoregaokarRollup merge of #74631 - petrochenkov:ehdr2, r=jonas...
2020-07-22 Manish GoregaokarRollup merge of #74618 - JohnTitor:no-more-bad-placehol...
2020-07-22 Manish GoregaokarRollup merge of #74600 - Mark-Simulacrum:try-perf,...
2020-07-22 Manish GoregaokarRollup merge of #74541 - shepmaster:aarch64-apple-darwi...
2020-07-22 Manish GoregaokarRollup merge of #74538 - nbdd0121:issue-73976, r=lcnr
2020-07-22 Manish GoregaokarRollup merge of #74460 - dennis-hamester:rustdoc-warn...
2020-07-22 Manish GoregaokarRollup merge of #73868 - ecstatic-morse:fix-stable...
2020-07-22 Manish GoregaokarRollup merge of #73783 - estebank:impl-dyn-trait-static...
2020-07-22 SNCPlay42rename arguments to highlight_if_we_can_match_hir_ty
2020-07-22 SNCPlay42move highlight_if_we_can_match_hir_ty call
2020-07-22 SNCPlay42decouple highlight_if_we_cannot_match_hir_ty
2020-07-22 SNCPlay42clean up give_name_if_anonymous_region_appears_in_arguments
2020-07-22 SNCPlay42rename functions
2020-07-22 SNCPlay42change returns to RegionNameHighlight
2020-07-22 SNCPlay42extract RegionNameHighlight
2020-07-22 SNCPlay42add RegionName::span
2020-07-22 Alex CrichtonImprove codegen for unchecked float casts on wasm
2020-07-22 borsAuto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa...
2020-07-22 Stein SomersMore BTreeMap test cases, some exposing undefined behaviour
2020-07-22 Bastian Kauschkerequire type defaults to be after const generic parameters
2020-07-22 Esteban KüberChange error code number
2020-07-22 Alexis BourgetImprove the documentation for Vec::drain
2020-07-22 Dennis Hamesterrustdoc: Add explanation when linting against public...
2020-07-22 Dennis Hamesterrustdoc: Always warn when linking from public to privat...
2020-07-22 borsAuto merge of #74633 - davidtwco:issue-74614-disable...
2020-07-22 Esteban KüberHandle fully-qualified paths and add test cases
2020-07-22 Esteban KüberPartially account for case where used method is from...
2020-07-22 Esteban KüberUse `ty::Instance::resolve` to identify `'static` bound...
2020-07-22 Esteban KüberFurther tweak wording of E0759 and introduce E0767
2020-07-22 Esteban KüberAdd more context to diagnostic
2020-07-22 Esteban KüberIncrease accuracy of lifetime bound on trait object...
2020-07-22 Esteban KüberDetect when `'static` obligation might come from an...
2020-07-22 Vadim Petrochenkovbuild: Avoid unnecessary build script reruns in libstd
2020-07-22 Vadim Petrochenkovbuild: Harden env var tracking in build scripts
2020-07-22 borsAuto merge of #74642 - Manishearth:rollup-148kz52,...
2020-07-22 Manish GoregaokarRollup merge of #74635 - GuillaumeGomez:fix-tooltip...
2020-07-22 Manish GoregaokarRollup merge of #74589 - ehuss:update-books, r=ehuss
2020-07-22 Manish GoregaokarRollup merge of #74570 - spastorino:fix-prioritization...
2020-07-22 Manish GoregaokarRollup merge of #74568 - aticu:master, r=Mark-Simulacrum
2020-07-22 Manish GoregaokarRollup merge of #74528 - euclio:intra-link-errors,...
2020-07-22 Manish GoregaokarRollup merge of #74454 - lcnr:negative-impls, r=nikomat...
2020-07-22 Manish GoregaokarRollup merge of #74237 - lzutao:compiletest, r=Mark...
2020-07-22 Manish GoregaokarRollup merge of #73893 - ajpaverd:cfguard-stabilize...
2020-07-22 Manish GoregaokarRollup merge of #73655 - JamieCunliffe:jamie_va-args...
2020-07-22 Vadim Petrochenkovbuild: Remove unnecessary `build = "build.rs"` annotations
2020-07-22 Vadim Petrochenkovbuild: Remove unnecessary `cargo:rerun-if-env-changed...
2020-07-22 Guillaume GomezFix tooltip position if the documentation starts with...
2020-07-22 Bastian Kauschkeno need to polymorphize
2020-07-22 Bastian Kauschkepolymorphize GlobalAlloc::Function
2020-07-22 David Woodtests: add regression test for #74614
2020-07-22 David Woodsess: disable polymorphisation
2020-07-22 David Woodmir: improve polymorphic constant bug
2020-07-22 Vadim Petrochenkovrustc_target: Add a target spec option for disabling...
2020-07-22 borsAuto merge of #74620 - rust-lang:remove-most-azure...
2020-07-22 Mark RousskovRevert "include backtrace folder in rust-src component"
2020-07-22 Mark RousskovRevert "std: Switch from libbacktrace to gimli"
2020-07-22 Mark RousskovRevert "std: Fix compilation without backtrace feature"
2020-07-22 Mark RousskovRevert "update backtrace-rs"
2020-07-22 Mark RousskovEnable perf try builder
2020-07-22 Bastian Kauschkenote LLVM in fixme
2020-07-22 Xavier DenisOptimize away BitAnd and BitOr when possible
2020-07-22 Pietro Albinici: disable Azure Pipelines except for macOS
2020-07-22 Bastian Kauschkeconst prop into operands
2020-07-22 borsAuto merge of #73270 - dylanmckay:avr-use-correct-addrs...
2020-07-22 Yuki OkushiDo not ICE on assoc type with bad placeholder
2020-07-22 borsAuto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simul...
2020-07-22 Mark RousskovRevert "Compare tagged/niche-filling layout and pick...
2020-07-21 borsAuto merge of #74565 - pietroalbini:build-on-gha, r...
2020-07-21 borsAuto merge of #5830 - flip1995:rustup, r=flip1995
next