about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-10remove irrelevant Safety sectionPeter-38/+34
2019-11-10From<NonZero*> impls for wider NonZero typesPeter-0/+70
2019-11-10Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakisbors-344/+355
2019-11-10Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitorbors-226/+423
2019-11-10Rollup merge of #66235 - eddyb:coff-syrup, r=nagisaYuki Okushi-9/+7
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-19/+16
2019-11-10Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obkYuki Okushi-15/+101
2019-11-10Rollup merge of #66058 - mjptree:patch-2, r=kennytmYuki Okushi-1/+1
2019-11-10Rollup merge of #66048 - mjptree:patch-1, r=Dylan-DPCYuki Okushi-1/+1
2019-11-10Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obkYuki Okushi-56/+131
2019-11-10Rollup merge of #65719 - pitdicker:refactor_sync_once, r=AmanieuYuki Okushi-125/+166
2019-11-09Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obkbors-0/+354
2019-11-09Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboatsbors-9/+85
2019-11-09Inline reserve_node_idsMark Rousskov-13/+5
2019-11-09Move pretty parsing into Session optionsMark Rousskov-280/+299
2019-11-09Move next_node_id to ResolverMark Rousskov-64/+64
2019-11-09Auto merge of #66243 - RalfJung:miri, r=RalfJungbors-7/+7
2019-11-09Update src/libstd/net/ip.rs mjptree-1/+1
2019-11-09Run rustfmt on libstd/sync/once.rsPaul Dicker-32/+29
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-19/+16
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-323/+453
2019-11-09update miriRalf Jung-7/+7
2019-11-09Rollup merge of #66226 - lzutao:asm-usage-link, r=CentrilMazdak Farrokhzad-0/+4
2019-11-09Rollup merge of #66172 - jsgf:stabilize-atfile, r=nikomatsakisMazdak Farrokhzad-17/+1
2019-11-09Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakisMazdak Farrokhzad-59/+104
2019-11-09Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddybMazdak Farrokhzad-32/+11
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-18/+147
2019-11-09Rollup merge of #65949 - ecstatic-morse:promote-only-pass, r=eddybMazdak Farrokhzad-197/+186
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-1640/+269
2019-11-08[mir-opt] Handle aggregates in SimplifyLocals passWesley Wiser-13/+17
2019-11-08[mir-opt] Handle const-prop for the return placeWesley Wiser-5/+87
2019-11-09rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files.Eduard-Mihai Burtescu-9/+7
2019-11-08Auto merge of #66194 - alexcrichton:update-clang, r=Mark-Simulacrumbors-16/+38
2019-11-08Clean up dead code in `qualify_consts`Dylan MacKenzie-21/+0
2019-11-08Bless tests now that we do promotion if `min_const_fn` failsDylan MacKenzie-28/+7
2019-11-08Use new `PromoteTemps` for promotionDylan MacKenzie-48/+27
2019-11-08Add a `PromoteTemps` passDylan MacKenzie-35/+137
2019-11-08Stop returning promotables from `mir_const_qualif`Dylan MacKenzie-66/+16
2019-11-08add link to unstable book for asm! macroLzu Tao-0/+4
2019-11-08Rollup merge of #66188 - Centril:fnsig, r=davidtwcoMazdak Farrokhzad-182/+167
2019-11-08Rollup merge of #66154 - RalfJung:to_usize, r=oli-obkMazdak Farrokhzad-14/+14
2019-11-08Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertjMazdak Farrokhzad-43/+46
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-156/+156
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-804/+260
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-63/+51
2019-11-08ast::MethodSig -> ast::FnSigMazdak Farrokhzad-19/+19
2019-11-08hir::MethodSig -> hir::FnSigMazdak Farrokhzad-25/+26
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-81/+77
2019-11-08miri: Rename to_{u,i}size to to_machine_{u,i}sizeRalf Jung-14/+14
2019-11-08rename Memory::get methods to get_raw to indicate their unchecked natureRalf Jung-43/+46