about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-23Rollup merge of #74587 - lzutao:consts, r=dtolnayManish Goregaokar-27/+26
2020-07-23Rollup merge of #74548 - tshepang:one-more-example, r=dtolnayManish Goregaokar-0/+3
2020-07-23Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnayManish Goregaokar-0/+6
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-34/+34
2020-07-23Prefer constant over functionLzu Tao-28/+27
2020-07-23Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearthbors-555/+1574
2020-07-22Update src/libstd/backtrace.rsJane Lusby-1/+1
2020-07-22one more Path::with_extension example, to demonstrate behaviorTshepang Lekhonkhobe-0/+3
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-81/+26
2020-07-22Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievinkManish Goregaokar-8/+24
2020-07-22Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebankManish Goregaokar-7/+21
2020-07-22Rollup merge of #74600 - Mark-Simulacrum:try-perf, r=pietroalbiniManish Goregaokar-3/+4
2020-07-22Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisaManish Goregaokar-3/+37
2020-07-22Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnrManish Goregaokar-2/+112
2020-07-22Rollup merge of #74460 - dennis-hamester:rustdoc-warn-pub-to-priv, r=jyn514Manish Goregaokar-10/+47
2020-07-22Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-schievinkManish Goregaokar-2/+2
2020-07-22Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakisManish Goregaokar-439/+1301
2020-07-22Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddybbors-50/+56
2020-07-22Change error code numberEsteban Küber-23/+22
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-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 #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-22Fix tooltip position if the documentation starts with a code blockGuillaume Gomez-0/+10
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-22Enable perf try builderMark Rousskov-3/+4
2020-07-22ci: disable Azure Pipelines except for macOSPietro Albini-298/+3
2020-07-22Auto merge of #73270 - dylanmckay:avr-use-correct-addrspace, r=nagisabors-36/+188