about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-2/+17
2020-11-20Auto merge of #79220 - Dylan-DPC:rollup-5bpbygd, r=Dylan-DPCbors-736/+633
2020-11-19Rollup merge of #79217 - yoshuawuyts:copy_from_slice-alias, r=Mark-SimulacrumDylan DPC-0/+1
2020-11-19Rollup merge of #79212 - LeSeulArtichaut:rustc-ty, r=jonas-schievinkDylan DPC-7/+7
2020-11-19Rollup merge of #79204 - pickfire:patch-3, r=jyn514Dylan DPC-0/+1
2020-11-19Rollup merge of #79194 - est31:array_into_iter_slice, r=scottmcmDylan DPC-2/+4
2020-11-19Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwcoDylan DPC-21/+16
2020-11-19Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011Dylan DPC-654/+481
2020-11-19Rollup merge of #79183 - cuviper:compiletest-test-sysroot, r=Mark-SimulacrumDylan DPC-1/+4
2020-11-19Rollup merge of #79181 - aDotInTheVoid:provided-method-source-link, r=jyn514,...Dylan DPC-42/+55
2020-11-19Rollup merge of #79177 - fanzier:drop-order-test, r=RalfJungDylan DPC-0/+44
2020-11-19Rollup merge of #79123 - CDirkx:128-bits, r=Mark-SimulacrumDylan DPC-6/+10
2020-11-19Rollup merge of #79119 - jamesmunns:patch-1, r=Mark-SimulacrumDylan DPC-3/+10
2020-11-19Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrumbors-60/+67
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-7/+7
2020-11-19Add the "memcpy" doc alias to slice::copy_from_sliceYoshua Wuyts-0/+1
2020-11-19Auto merge of #79200 - Dylan-DPC:rollup-su689pq, r=Dylan-DPCbors-729/+632
2020-11-19expand: Mark some dead code in derive expansion as unreachableVadim Petrochenkov-54/+5
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-88/+41
2020-11-19expand: Cleanup attribute collection in invocation collectorVadim Petrochenkov-141/+39
2020-11-19resolve/expand: Misc cleanupVadim Petrochenkov-16/+10
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-253/+278
2020-11-19resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpersVadim Petrochenkov-20/+21
2020-11-19expand: Move `fully_configure` to `config.rs`Vadim Petrochenkov-42/+45
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-40/+42
2020-11-20Add jyn514 email alias to mailmapIvan Tham-0/+1
2020-11-19Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe...Dylan DPC-24/+51
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 #79149 - sexxi-goose:upvar_ref, r=nikomatsakisDylan DPC-124/+108
2020-11-19Rollup merge of #79147 - camelid:mir-gitattributes, r=oli-obkDylan DPC-0/+1
2020-11-19Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obkDylan DPC-13/+61
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-512/+133
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-8/+42
2020-11-19Rollup merge of #79094 - est31:ignore_macos, r=pietroalbiniDylan DPC-0/+1
2020-11-19Rollup merge of #79090 - hermitcore:builtins, r=Mark-SimulacrumDylan DPC-0/+2
2020-11-19Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebankDylan DPC-22/+43
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-15/+85
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-19remove check from const promotioncjkenn-4/+0
2020-11-19Auto merge of #78449 - Aaron1011:fix/libstd-semi, r=dtolnaybors-2/+2
2020-11-19update MiriRalf Jung-7/+9
2020-11-19Auto merge of #79068 - DevJPM:ci-llvm-9-fix, r=pietroalbinibors-13/+4
2020-11-19Make as{_mut,}_slice on array::IntoIter publicest31-2/+4
2020-11-19Auto merge of #79002 - est31:backtrace_colno, r=dtolnaybors-2/+13
2020-11-19Revert "Normalize function type during validation"Tomasz Miąsko-16/+8
2020-11-19Revert "Always use param_env_reveal_all_normalized in validator"Tomasz Miąsko-7/+10