| Age | Commit message (Expand) | Author | Lines |
| 2020-11-19 | expand: Tell built-in macros whether we are currently in forced expansion mode | Vadim Petrochenkov | -8/+2 |
| 2020-11-19 | Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe... | Dylan DPC | -21/+36 |
| 2020-11-19 | Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-11-19 | Rollup merge of #79155 - 12101111:fix-profiler-config, r=Mark-Simulacrum | Dylan DPC | -8/+8 |
| 2020-11-19 | Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-11-19 | Rollup merge of #79116 - petrochenkov:gdbwarn, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -506/+93 |
| 2020-11-19 | Rollup merge of #79102 - Alexendoo:ice-regression-tests, r=Mark-Simulacrum | Dylan DPC | -0/+90 |
| 2020-11-19 | Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievink | Dylan DPC | -0/+38 |
| 2020-11-19 | Rollup merge of #79094 - est31:ignore_macos, r=pietroalbini | Dylan DPC | -0/+1 |
| 2020-11-19 | Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebank | Dylan DPC | -21/+42 |
| 2020-11-19 | Rollup merge of #78961 - CraftSpider:22565, r=oli-obk | Dylan DPC | -14/+53 |
| 2020-11-19 | Auto merge of #79198 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-11-19 | update print fuel test output again... | cjkenn | -1/+1 |
| 2020-11-19 | Auto merge of #78449 - Aaron1011:fix/libstd-semi, r=dtolnay | bors | -1/+1 |
| 2020-11-19 | update Miri | Ralf Jung | -7/+9 |
| 2020-11-19 | Fix debuginfo test for `Vec` | Tim Diekmann | -2/+2 |
| 2020-11-19 | Auto merge of #79068 - DevJPM:ci-llvm-9-fix, r=pietroalbini | bors | -13/+4 |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -14/+8 |
| 2020-11-18 | Bump stage0 rustfmt to nightly-2020-11-19 | Aaron Hill | -1/+1 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -0/+31 |
| 2020-11-18 | Make compiletest testing use the local sysroot | Josh Stone | -1/+4 |
| 2020-11-18 | Add test | Hannah McLaughlin | -0/+18 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -24/+43 |
| 2020-11-18 | Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor | bors | -57/+176 |
| 2020-11-18 | Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han... | Hannah McLaughlin | -1/+8 |
| 2020-11-18 | Test drop order for (destructuring) assignments | Fabian Zaiser | -0/+44 |
| 2020-11-18 | Use `Cell` instead of `Vec` in const-generics test | Tim Diekmann | -4/+6 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -8/+9 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+89 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -505/+4 |
| 2020-11-18 | change print-fuel ui test to check-pass | cjkenn | -2/+2 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -18/+31 |
| 2020-11-18 | Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 | Mara Bos | -54/+106 |
| 2020-11-18 | Rollup merge of #79133 - pietroalbini:simplify-stage0, r=Mark-Simulacrum | Mara Bos | -31/+9 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -1/+11 |
| 2020-11-18 | move fuel checks to later points in instcombine and const_prop, add opt level... | cjkenn | -2/+2 |
| 2020-11-18 | Add tests for multi-segment paths in const generic arguments | varkor | -12/+49 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -25/+3 |
| 2020-11-18 | Extract write_srclink to its own method | Nixon Enraght-Moony | -30/+24 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -18/+31 |
| 2020-11-18 | Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" | Pietro Albini | -31/+36 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -35/+36 |
| 2020-11-18 | Auto merge of #77820 - jyn514:from-inner, r=petrochenkov | bors | -429/+248 |
| 2020-11-17 | Allow using `download-ci-llvm` from directories other than the root | Joshua Nelson | -2/+5 |
| 2020-11-18 | fix handling the default config for profiler and sanitizers | 12101111 | -8/+8 |
| 2020-11-18 | Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum | bors | -36/+31 |
| 2020-11-17 | Ignore failures of RLS on aarch64 Windows | Mark Rousskov | -1/+7 |
| 2020-11-17 | Fix handling of panic calls | Camelid | -54/+106 |
| 2020-11-17 | Remove dead code in rustdoc::doctree | Joshua Nelson | -147/+18 |