about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-8/+2
2020-11-19Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe...Dylan DPC-21/+36
2020-11-19Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-SimulacrumDylan DPC-2/+5
2020-11-19Rollup merge of #79155 - 12101111:fix-profiler-config, r=Mark-SimulacrumDylan DPC-8/+8
2020-11-19Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obkDylan DPC-2/+2
2020-11-19Rollup merge of #79116 - petrochenkov:gdbwarn, r=Mark-SimulacrumDylan DPC-1/+2
2020-11-19Rollup merge of #79110 - estebank:issue-58964, r=oli-obkDylan DPC-506/+93
2020-11-19Rollup merge of #79102 - Alexendoo:ice-regression-tests, r=Mark-SimulacrumDylan DPC-0/+90
2020-11-19Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievinkDylan DPC-0/+38
2020-11-19Rollup merge of #79094 - est31:ignore_macos, r=pietroalbiniDylan DPC-0/+1
2020-11-19Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebankDylan DPC-21/+42
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-14/+53
2020-11-19Auto merge of #79198 - RalfJung:miri, r=RalfJungbors-7/+9
2020-11-19update print fuel test output again...cjkenn-1/+1
2020-11-19Auto merge of #78449 - Aaron1011:fix/libstd-semi, r=dtolnaybors-1/+1
2020-11-19update MiriRalf Jung-7/+9
2020-11-19Fix debuginfo test for `Vec`Tim Diekmann-2/+2
2020-11-19Auto merge of #79068 - DevJPM:ci-llvm-9-fix, r=pietroalbinibors-13/+4
2020-11-19Revert "Normalize function type during validation"Tomasz Miąsko-14/+8
2020-11-18Bump stage0 rustfmt to nightly-2020-11-19Aaron Hill-1/+1
2020-11-18Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddybbors-0/+31
2020-11-18Make compiletest testing use the local sysrootJosh Stone-1/+4
2020-11-18Add testHannah McLaughlin-0/+18
2020-11-18add [src] links to methods on a trait's pageNixon Enraght-Moony-24/+43
2020-11-18Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkorbors-57/+176
2020-11-18Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han...Hannah McLaughlin-1/+8
2020-11-18Test drop order for (destructuring) assignmentsFabian Zaiser-0/+44
2020-11-18Use `Cell` instead of `Vec` in const-generics testTim Diekmann-4/+6
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-8/+9
2020-11-18Account for indirect cyclic requirementsEsteban Küber-1/+89
2020-11-18Remove redundant notes in E0275Esteban Küber-505/+4
2020-11-18change print-fuel ui test to check-passcjkenn-2/+2
2020-11-18Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obkMara Bos-18/+31
2020-11-18Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995Mara Bos-54/+106
2020-11-18Rollup merge of #79133 - pietroalbini:simplify-stage0, r=Mark-SimulacrumMara Bos-31/+9
2020-11-18Rollup merge of #78999 - petrochenkov:deprid, r=eddybMara Bos-1/+11
2020-11-18move fuel checks to later points in instcombine and const_prop, add opt level...cjkenn-2/+2
2020-11-18Add tests for multi-segment paths in const generic argumentsvarkor-12/+49
2020-11-18Permit standalone generic parameters as const generic arguments in macrosvarkor-25/+3
2020-11-18Extract write_srclink to its own methodNixon Enraght-Moony-30/+24
2020-11-18change error for `LayoutErr::SizeOverflow`Bastian Kauschke-18/+31
2020-11-18Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum"Pietro Albini-31/+36
2020-11-18BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban UniqueStein Somers-35/+36
2020-11-18Auto merge of #77820 - jyn514:from-inner, r=petrochenkovbors-429/+248
2020-11-17Allow using `download-ci-llvm` from directories other than the rootJoshua Nelson-2/+5
2020-11-18fix handling the default config for profiler and sanitizers12101111-8/+8
2020-11-18Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrumbors-36/+31
2020-11-17Ignore failures of RLS on aarch64 WindowsMark Rousskov-1/+7
2020-11-17Fix handling of panic callsCamelid-54/+106
2020-11-17Remove dead code in rustdoc::doctreeJoshua Nelson-147/+18