about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-25Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=ZoxcMazdak Farrokhzad-128/+119
2019-06-25Rollup merge of #62085 - JohnTitor:add-test-for-issue-38591, r=CentrilMazdak Farrokhzad-0/+10
2019-06-25Rollup merge of #62078 - petrochenkov:nosendync2, r=varkorMazdak Farrokhzad-16/+30
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-54/+96
2019-06-25Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkovMazdak Farrokhzad-46/+46
2019-06-25Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obkMazdak Farrokhzad-7/+48
2019-06-25rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.Eduard-Mihai Burtescu-46/+46
2019-06-25Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichtonbors-17/+27
2019-06-25Auto merge of #62094 - oli-obk:zst_intern, r=eddybbors-14/+22
2019-06-25Fix an ICE with uninhabited constsvarkor-7/+48
2019-06-25Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkorbors-2/+146
2019-06-24Auto merge of #62100 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-06-24Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelixbors-406/+275
2019-06-24Update cargoEric Huss-0/+0
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-253/+292
2019-06-24Pacify tidyOliver Scherer-2/+1
2019-06-24Add regression testOliver Scherer-0/+6
2019-06-24Don't ICE on mutable zst slicesOliver Scherer-7/+13
2019-06-24Simplify vtable interningOliver Scherer-8/+5
2019-06-24Auto merge of #62092 - lzutao:clippy-update, r=oli-obkbors-33/+10
2019-06-24fix reoccurring typoRalf Jung-10/+10
2019-06-24submodules: Update clippy from 5a11ed7b to 8c80b65fLzu Tao-33/+10
2019-06-24HirIdification: miscellaneous bitsljedrz-7/+5
2019-06-24HirIdify driver::pretty::HirPrinterSupport::node_pathljedrz-6/+5
2019-06-24HIR: rename find_by_hir_id to findljedrz-51/+51
2019-06-24HIR: remove the NodeId findljedrz-13/+11
2019-06-24Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obkbors-25/+116
2019-06-24HIR: rename get_parent_node_by_hir_id to get_parent_nodeljedrz-47/+47
2019-06-24HIR: remove the NodeId get_parent_node, HirIdify is_argumentljedrz-17/+13
2019-06-24rustbuild: always set cxx for build hostMarc-Antoine Perennou-1/+1
2019-06-24Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkovbors-36/+14
2019-06-23Replace Vec<Vec<_>> with Vec<_>Aaron Hill-20/+9
2019-06-23Auto merge of #62070 - ia0:rustfmt, r=petrochenkovbors-235/+273
2019-06-23Auto merge of #62037 - Mark-Simulacrum:tidy-fast, r=eddybbors-146/+171
2019-06-23Fix typos pointed out by @varkorAaron Hill-9/+9
2019-06-24Add test for issue-38591Yuki Okushi-0/+10
2019-06-23expand commentRalf Jung-1/+2
2019-06-23deduplicate some codeRalf Jung-17/+15
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-478/+389
2019-06-23make code more symmetricRalf Jung-3/+5
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-26/+36
2019-06-23clean up internals of pointer checks; make get_size_and_align also check for ...Ralf Jung-104/+69
2019-06-23move CheckInAllocMsg to more logical placeRalf Jung-25/+25
2019-06-23Centralize bounds, alignment and NULL checking for memory accesses in one fun...Ralf Jung-151/+214
2019-06-23Exit early from feature search if no features in fileMark Rousskov-2/+10
2019-06-23Collect features only onceMark Rousskov-37/+51
2019-06-23Use Path/PathBuf directly instead of through path::Mark Rousskov-9/+8
2019-06-23Skip querying each ignore directive if none in fileMark Rousskov-7/+14
2019-06-23Utilize entry.metadata over fs::symlink_metadataMark Rousskov-1/+1
2019-06-23Move file-reading into walker loopMark Rousskov-67/+36