about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-22Improve codegen for unchecked float casts on wasmAlex Crichton-38/+74
2020-07-22Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddybbors-50/+56
2020-07-22More BTreeMap test cases, some exposing undefined behaviourStein Somers-0/+80
2020-07-22require type defaults to be after const generic parametersBastian Kauschke-6/+46
2020-07-22Change error code numberEsteban Küber-23/+22
2020-07-22Improve the documentation for Vec::drainAlexis Bourget-4/+7
2020-07-22rustdoc: Add explanation when linting against public to private item linksDennis Hamester-0/+11
2020-07-22rustdoc: Always warn when linking from public to private itemsDennis Hamester-10/+36
2020-07-22Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl...bors-37/+66
2020-07-22Handle fully-qualified paths and add test casesEsteban Küber-98/+404
2020-07-22Partially account for case where used method is from traitEsteban Küber-5/+21
2020-07-22Use `ty::Instance::resolve` to identify `'static` bound sourceEsteban Küber-182/+196
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-167/+280
2020-07-22Add more context to diagnosticEsteban Küber-18/+96
2020-07-22Increase accuracy of lifetime bound on trait object impl suggestionEsteban Küber-114/+321
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-302/+431
2020-07-22build: Avoid unnecessary build script reruns in libstdVadim Petrochenkov-0/+3
2020-07-22build: Harden env var tracking in build scriptsVadim Petrochenkov-18/+22
2020-07-22Auto merge of #74642 - Manishearth:rollup-148kz52, r=Manishearthbors-632/+748
2020-07-22Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=ManishearthManish Goregaokar-0/+10
2020-07-22Rollup merge of #74589 - ehuss:update-books, r=ehussManish Goregaokar-0/+0
2020-07-22Rollup merge of #74570 - spastorino:fix-prioritization-procedures-links, r=Ma...Manish Goregaokar-7/+7
2020-07-22Rollup merge of #74568 - aticu:master, r=Mark-SimulacrumManish Goregaokar-7/+12
2020-07-22Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514Manish Goregaokar-298/+290
2020-07-22Rollup merge of #74454 - lcnr:negative-impls, r=nikomatsakisManish Goregaokar-52/+47
2020-07-22Rollup merge of #74237 - lzutao:compiletest, r=Mark-SimulacrumManish Goregaokar-253/+208
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-12/+24
2020-07-22Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikicManish Goregaokar-3/+150
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-6/+0
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-58/+2
2020-07-22Update Usage section of README.mdPhilipp Krones-4/+2
2020-07-22Fix tooltip position if the documentation starts with a code blockGuillaume Gomez-0/+10
2020-07-22no need to polymorphizeBastian Kauschke-1/+0
2020-07-22polymorphize GlobalAlloc::FunctionBastian Kauschke-1/+15
2020-07-22tests: add regression test for #74614David Wood-0/+17
2020-07-22sess: disable polymorphisationDavid Wood-35/+46
2020-07-22mir: improve polymorphic constant bugDavid Wood-2/+3
2020-07-22rustc_target: Add a target spec option for disabling `--eh-frame-hdr`Vadim Petrochenkov-8/+24
2020-07-22Auto merge of #74620 - rust-lang:remove-most-azure, r=Mark-Simulacrumbors-298/+3
2020-07-22Revert "include backtrace folder in rust-src component"Mark Rousskov-1/+0
2020-07-22Revert "std: Switch from libbacktrace to gimli"Mark Rousskov-107/+55
2020-07-22Revert "std: Fix compilation without backtrace feature"Mark Rousskov-1/+2
2020-07-22Revert "update backtrace-rs"Mark Rousskov-0/+0
2020-07-22Enable perf try builderMark Rousskov-6/+8
2020-07-22note LLVM in fixmeBastian Kauschke-1/+1
2020-07-22Optimize away BitAnd and BitOr when possibleXavier Denis-24/+187
2020-07-22ci: disable Azure Pipelines except for macOSPietro Albini-298/+3
2020-07-22const prop into operandsBastian Kauschke-89/+261
2020-07-22Auto merge of #73270 - dylanmckay:avr-use-correct-addrspace, r=nagisabors-36/+188
2020-07-22mark methods as constant since 1.47.0 instead of 1.46.0Trevor Spiteri-81/+43