about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-1/+1
2020-07-08build dist for x86_64-unknown-illumosJoshua M. Clulow-0/+1
2020-07-08Update cargoEric Huss-0/+0
2020-07-08Avoid "blacklist"Tamir Duberstein-5/+1
2020-07-07Update rust-installer to latest versionMichael Forney-0/+0
2020-07-07:arrow_up: rust-analyzerAleksey Kladov-14/+14
2020-07-07Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearthbors-4/+26
2020-07-06Rollup merge of #74089 - matklad:ship-rust-analyzer-some-more, r=pietroalbiniManish Goregaokar-3/+25
2020-07-06Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakisManish Goregaokar-1/+1
2020-07-06Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercotebors-1/+1
2020-07-06Add rust-analyzer to the build manifestAleksey Kladov-3/+25
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-1/+1
2020-07-04Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrumbors-0/+28
2020-07-03Add rust-analyzer submoduleAleksey Kladov-0/+28
2020-07-03Auto merge of #73897 - ehuss:update-cargo, r=ehussbors-0/+0
2020-07-02Update cargoEric Huss-0/+0
2020-07-02Update rlsEric Huss-0/+0
2020-07-02Update cargoEric Huss-0/+0
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-29typeck: adding type information to projectionAzhng-1/+1
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