about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-19Fix debuginfo test for `Vec`Tim Diekmann-2/+2
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-200/+496
2020-11-18Auto merge of #79159 - pietroalbini:woops, r=pietroalbinibors-31/+36
2020-11-18Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum"Pietro Albini-31/+36
2020-11-18Auto merge of #77820 - jyn514:from-inner, r=petrochenkovbors-446/+274
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-17Remove dead code in rustdoc::doctreeJoshua Nelson-147/+18
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-260/+193
2020-11-17Fix broken handling of `MacroDef` in `Map::attrs`Joshua Nelson-17/+26
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-22/+37
2020-11-17Update fulldeps testMark Rousskov-29/+18
2020-11-17Auto merge of #79138 - m-ou-se:rollup-owel5ld, r=m-ou-sebors-145/+329
2020-11-17Rollup merge of #79130 - lcnr:extend-tes, r=varkorMara Bos-2/+44
2020-11-17Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomezMara Bos-7/+3
2020-11-17Rollup merge of #79125 - jyn514:fewer-types, r=GuillaumeGomezMara Bos-55/+35
2020-11-17Rollup merge of #79120 - calebcartwright:update-rustfmt, r=Mark-SimulacrumMara Bos-6/+6
2020-11-17Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebankMara Bos-12/+113
2020-11-17Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomezMara Bos-17/+16
2020-11-17Rollup merge of #78702 - wesleywiser:self_profile_cgu_sizes, r=Mark-SimulacrumMara Bos-2/+26
2020-11-17Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r...Mara Bos-44/+86
2020-11-17Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obkbors-213/+232
2020-11-17Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...Guillaume Gomez-14/+27
2020-11-17Ensure that the source code display is working with DOS backlineGuillaume Gomez-0/+2
2020-11-17Update RELEASES.mdXAMPPRocky-1/+6
2020-11-17Update RELEASES.mdXAMPPRocky-0/+11
2020-11-17Update RELEASES.mdXAMPPRocky-3/+3
2020-11-17Update RELEASES.mdXAMPPRocky-4/+4
2020-11-17Update RELEASES.mdXAMPPRocky-7/+3
2020-11-17Update RELEASES.mdXAMPPRocky-1/+1
2020-11-17Update RELEASES.mdXAMPPRocky-1/+1
2020-11-17Update RELEASES.mdXAMPPRocky-5/+9
2020-11-17Apply suggestions from code reviewXAMPPRocky-5/+5
2020-11-17Apply suggestions from code reviewXAMPPRocky-6/+6
2020-11-17Update RELEASES.mdXAMPPRocky-1/+1
2020-11-17Update RELEASES.mdXAMPPRocky-0/+3
2020-11-17Update RELEASES.md for 1.48.0Erin Power-0/+122
2020-11-17Install CI llvm into the library directoryMark Rousskov-1/+4
2020-11-17Avoid installing external LLVM dylibsMark Rousskov-0/+16
2020-11-17build-manifest: strip newline from rustc versionPietro Albini-4/+4
2020-11-17this is beta 1.49.0Pietro Albini-6/+6
2020-11-17Remove unused importGuillaume Gomez-1/+0
2020-11-17Add comment explaining why we can't split on `error[{}]: ` because of the col...Guillaume Gomez-0/+3
2020-11-17Correctly detect color supportGuillaume Gomez-2/+4
2020-11-17Update doctest testsGuillaume Gomez-34/+34
2020-11-17Simplfy color availability checkGuillaume Gomez-45/+41
2020-11-17Update lock fileGuillaume Gomez-0/+1
2020-11-17Add check to get windows console type to decide to use colors or notGuillaume Gomez-2/+30
2020-11-17Update error code detection in compile_fail doctestsGuillaume Gomez-1/+1