about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-1041/+966
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-69/+70
2020-06-30update MiriRalf Jung-7/+9
2020-06-28Update testsDylan MacKenzie-42/+34
2020-06-27Rollup merge of #73525 - cuviper:llvm11, r=nikicManish Goregaokar-1/+1
2020-06-26Update mdbook.Eric Huss-7/+10
2020-06-26Remove mdbook-linkcheck.Eric Huss-106/+0
2020-06-26Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearthbors-19/+4
2020-06-26Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s...Manish Goregaokar-0/+1
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-1/+1
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-18/+2
2020-06-25Prepare for LLVM 11Josh Stone-1/+1
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-366/+361
2020-06-25add exception for liballoc benches to tidyNell Shamrell-0/+1
2020-06-24Auto merge of #73660 - flip1995:clippyup, r=nikomatsakisbors-293/+1077
2020-06-24Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPCbors-6/+0
2020-06-24Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakisDylan DPC-6/+0
2020-06-23Update cargoEric Huss-0/+0
2020-06-23Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomezbors-2/+11
2020-06-23Record span of `const` kw in GenericParamKindAyaz Hafiz-1/+1
2020-06-23Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyupflip1995-293/+1077
2020-06-23rustdoc: Fix doc aliases with crate filteringOliver Middleton-2/+11
2020-06-23Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearthbors-4/+1
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-4/+1
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-6/+0
2020-06-23Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievinkDylan DPC-7/+6
2020-06-22Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearthbors-3/+4
2020-06-22Stop using old version of `syn` in `rustc-workspace-hack`Aaron Hill-3/+4
2020-06-22Auto merge of #73415 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-21Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakisbors-2/+7
2020-06-21Make is_freeze and is_copy_modulo_regions take TyCtxtAtRalf Jung-7/+6
2020-06-21Auto merge of #73546 - RalfJung:miri, r=RalfJungbors-11/+7
2020-06-20Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r=Mark-Si...Ralf Jung-1/+0
2020-06-20Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbiniRalf Jung-15/+68
2020-06-20update MiriRalf Jung-11/+7
2020-06-20Remove uses of `Vec::remove_item`Lukas Kalbertodt-1/+0
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-5/+11
2020-06-19Rollup merge of #73506 - Xanewok:update-rls, r=XanewokManish Goregaokar-18/+18
2020-06-19Fix buildingJack Huey-1/+0
2020-06-19Implement fn_def_datumJack Huey-2/+1
2020-06-19Add compare-mode=chalk and add a little bit more implementations and fixmesJack Huey-0/+7
2020-06-19Rollup merge of #73489 - sexxi-goose:init_place_refactor, r=nikomatsakisManish Goregaokar-36/+38
2020-06-19Tidy got confused on `rustc_const_unstable` `issue`sOliver Scherer-4/+1
2020-06-19Bump Rustfmt and RLSIgor Matuszewski-18/+18
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-5/+53
2020-06-18Refactor hir::PlaceAman Arora-36/+38
2020-06-16Update cargoEric Huss-0/+0
2020-06-15Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelixbors-7/+32
2020-06-15Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnayRalf Jung-10/+5
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-6/+4