about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2020-06-13compiletest: Add directives to detect sanitizer supportTomasz Miąsko-5/+53
2020-06-13Stabilize Option::zipLzu Tao-10/+5
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-52/+52
2020-06-12Auto merge of #73266 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-11Update cargoEric Huss-0/+0
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-0/+9
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-94/+94
2020-06-11Remove ImplItemKind::OpaqueTy from clippyMatthew Jasper-3/+1
2020-06-11Remove associated opaque typesMatthew Jasper-3/+3
2020-06-10Clippy fixesAaron Hill-5/+5
2020-06-10Update Clippy for MethodCall changesAaron Hill-89/+89
2020-06-10tools: remote-test-client: fix typo Tom Eccles-1/+1
2020-06-09Update cargoEric Huss-0/+0
2020-06-10Migrate to numeric associated constsLzu Tao-52/+52
2020-06-09Add a disabled builder for riscv64 emulated testsTom Eccles-15/+68
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-914/+3943
2020-06-09Implement new gdb/lldb pretty-printersortem-7/+32
2020-06-09[AVR] Update the compiletest library to recognize AVR as a 16-bit targetDylan McKay-0/+8
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+1
2020-06-06Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakisRalf Jung-1/+1
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-3/+3
2020-06-05Auto merge of #72957 - Mark-Simulacrum:bootstrap-bump, r=sfacklerbors-4/+4
2020-06-04Auto merge of #72901 - ehuss:update-cargo, r=Mark-Simulacrumbors-0/+0
2020-06-04Update `rls` submodulemarmeladema-0/+0
2020-06-03Bump to 1.46Mark Rousskov-4/+4
2020-06-03Update fulldeps tests and clippyVadim Petrochenkov-2/+2
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-06-02compiletest: Add name directive for remote runnersTom Eccles-0/+1
2020-06-02tools/remote-test-server: make use of verbose optionTom Eccles-6/+16
2020-06-02tools/remote-test-{server,client}: support RUST_TEST_TMPDIRTom Eccles-8/+15
2020-06-02Auto merge of #72672 - seritools:remote-test-windows, r=Mark-Simulacrumbors-39/+88