about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-23replace miri_start_panic intrinsic by 'extern fn'Ralf Jung-21/+6
2020-07-23Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercotebors-107/+55
2020-07-23cleanupBastian Kauschke-4/+4
2020-07-23fix ICE caused by wrongly ordered generic paramsBastian Kauschke-9/+22
2020-07-23stop sorting generic paramsBastian Kauschke-30/+6
2020-07-23ci: add aarch64-gnu as a fallible auto builderPietro Albini-0/+15
2020-07-23ci: avoid symlinking the build directory on self-hosted buildersPietro Albini-1/+6
2020-07-23Auto merge of #74667 - Manishearth:rollup-s6k59sw, r=Manishearthbors-302/+266
2020-07-23add const genericsBastian Kauschke-0/+11
2020-07-23Normalize bounds fully when checking defaulted typesTyler Mandry-3/+58
2020-07-23Fix typokanimum-1/+1
2020-07-23Downgrade glibc to 2.11.1 for ppc, ppc64 and s390xMartin Sirringhaus-12/+12
2020-07-23Rollup merge of #74659 - alexcrichton:wasm-codegen, r=varkorManish Goregaokar-38/+74
2020-07-23Rollup merge of #74654 - lcnr:default-no-more, r=varkorManish Goregaokar-6/+46
2020-07-23Rollup merge of #74637 - lzutao:str-primitive-links, r=jyn514Manish Goregaokar-2/+3
2020-07-23Rollup merge of #74606 - cuviper:cloexec, r=sfacklerManish Goregaokar-195/+74
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-23Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddybbors-51/+7
2020-07-23Rearrange the pipeline of `pow` to gain efficiencyNeutron3529-44/+101
2020-07-22Include the note in the test.Steven Malis-0/+1
2020-07-23tweak wordingBastian Kauschke-2/+2
2020-07-22Don't ICE on unconstrained anonymous lifetimes inside associated types.Steven Malis-12/+42
2020-07-22renamed ScalarMaybeUninit::not_undef to check_initPhilippe Nadon-36/+36
2020-07-23Prefer constant over functionLzu Tao-28/+27
2020-07-23Prefer type@strLzu Tao-3/+3
2020-07-23Make str point to primitive pageLzu Tao-1/+2
2020-07-23Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearthbors-562/+1582
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-22Move the pipe2 call behind a hard target `#[cfg]`Josh Stone-21/+29
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-6/+8
2020-07-22Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisaManish Goregaokar-7/+41
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-23rename arguments to highlight_if_we_can_match_hir_tySNCPlay42-7/+6
2020-07-23move highlight_if_we_can_match_hir_ty callSNCPlay42-6/+5
2020-07-22decouple highlight_if_we_cannot_match_hir_tySNCPlay42-10/+10
2020-07-22clean up give_name_if_anonymous_region_appears_in_argumentsSNCPlay42-18/+9
2020-07-22rename functionsSNCPlay42-7/+7
2020-07-22change returns to RegionNameHighlightSNCPlay42-38/+29
2020-07-22extract RegionNameHighlightSNCPlay42-23/+40
2020-07-22add RegionName::spanSNCPlay42-13/+19