about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2020-08-13Auto merge of #75431 - ehuss:platform-support, r=Mark-Simulacrumbors-0/+60
2020-08-13Auto merge of #75426 - ehuss:update-cargo, r=ehussbors-0/+0
2020-08-12Add a script to verify the Platform Support page is up-to-date.Eric Huss-0/+60
2020-08-12toolstate: remove embedded-resources alumni from toolstatePietro Albini-4/+1
2020-08-12Auto merge of #75436 - JohnTitor:rollup-ss0lxds, r=JohnTitorbors-1/+1
2020-08-12Rollup merge of #75422 - poliorcetics:tidy-accept-more-safety-comments, r=Mar...Yuki Okushi-1/+1
2020-08-12Auto merge of #75427 - Xanewok:update-rls, r=Dylan-DPCbors-18/+5
2020-08-12Auto merge of #75405 - flip1995:clippyup, r=Manishearthbors-619/+2700
2020-08-12Update RLS and RustfmtIgor Matuszewski-18/+5
2020-08-11Update cargoEric Huss-0/+0
2020-08-11Accept more safety comments (notably those that are on multiple lines without...Alexis Bourget-1/+1
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-619/+2700
2020-08-11Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJungYuki Okushi-3/+3
2020-08-11Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obkDylan DPC-2/+350
2020-08-10Auto merge of #75357 - RalfJung:miri, r=RalfJungbors-8/+8
2020-08-10update MiriRalf Jung-8/+8
2020-08-09Add sanitizer support on FreeBSDGreg V-3/+8
2020-08-09Remove E0749 from untested error codesGuillaume Gomez-1/+1
2020-08-09add allow unused_unsafe and allow dead_codeRyan1729-10/+12
2020-08-09fix unary minus on usize and unused variable errors in .fixed fileRyan1729-32/+32
2020-08-09add a test example of where transmutes_expressible_as_ptr_casts should not su...Ryan1729-2/+26
2020-08-08update stderr for transmutes_expressible_as_ptr_castsRyan1729-8/+8
2020-08-08Remove E0750 from unchecked error codesGuillaume Gomez-2/+1
2020-08-08Miri: Renamed "undef" to "uninit"Philippe Nadon-3/+3
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-13/+10
2020-08-07Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiserbors-23/+14
2020-08-07Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011bors-49/+41
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-2/+4
2020-08-07Auto merge of #75233 - RalfJung:miri, r=RalfJungbors-10/+8
2020-08-06copy over *.fixed fileRyan1729-0/+77
2020-08-07Rollup merge of #75236 - syntacticsugarglider:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2020-08-07Rollup merge of #75183 - Aaron1011:toolstate/a-rustfmt, r=nikomatsakisYuki Okushi-1/+1
2020-08-07Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakisYuki Okushi-0/+21
2020-08-06Fix typo "biset" -> "bitset"Izzy Swart-1/+1
2020-08-06update MiriRalf Jung-10/+8
2020-08-06Add some comments for magic numbers + Add testsVadim Petrochenkov-1/+3
2020-08-06Fix clippyVadim Petrochenkov-49/+39
2020-08-06Fix links againdylni-0/+1
2020-08-06Apply suggestions from code reviewRyan Wiedemann-2/+3
2020-08-06run clippy_dev fmtRyan1729-22/+12
2020-08-06run clippy_dev update_lintsRyan1729-4/+4
2020-08-06add newline to transmutes_expressible_as_ptr_casts.rsRyan1729-1/+1
2020-08-06change filter to assert, and update commentsRyan1729-7/+13
2020-08-06add extra error message to the expected stderr for transmutes_expressible_as_...Ryan1729-1/+7
2020-08-06add documentation to functions that call `do_check` and add a test against li...Ryan1729-2/+19
2020-08-06add description to assertRyan1729-1/+4
2020-08-06address some review commentsRyan1729-6/+3
2020-08-06get the expected number of errors by acknowledging that other lints are cover...Ryan1729-45/+100
2020-08-06try putting the can_be_expressed_as_pointer_cast at the top and find that we ...Ryan1729-21/+25
2020-08-06accidentally cause an ICE by putting the TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS ...Ryan1729-15/+19