| Age | Commit message (Expand) | Author | Lines |
| 2020-08-11 | Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk | Dylan DPC | -2/+350 |
| 2020-08-10 | Auto merge of #75357 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-08-10 | update Miri | Ralf Jung | -8/+8 |
| 2020-08-09 | Remove E0749 from untested error codes | Guillaume Gomez | -1/+1 |
| 2020-08-09 | add allow unused_unsafe and allow dead_code | Ryan1729 | -10/+12 |
| 2020-08-09 | fix unary minus on usize and unused variable errors in .fixed file | Ryan1729 | -32/+32 |
| 2020-08-09 | add a test example of where transmutes_expressible_as_ptr_casts should not su... | Ryan1729 | -2/+26 |
| 2020-08-08 | update stderr for transmutes_expressible_as_ptr_casts | Ryan1729 | -8/+8 |
| 2020-08-08 | Remove E0750 from unchecked error codes | Guillaume Gomez | -2/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -13/+10 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -23/+14 |
| 2020-08-07 | Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011 | bors | -49/+41 |
| 2020-08-07 | Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez | bors | -2/+4 |
| 2020-08-07 | Auto merge of #75233 - RalfJung:miri, r=RalfJung | bors | -10/+8 |
| 2020-08-06 | copy over *.fixed file | Ryan1729 | -0/+77 |
| 2020-08-07 | Rollup merge of #75236 - syntacticsugarglider:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-07 | Rollup merge of #75183 - Aaron1011:toolstate/a-rustfmt, r=nikomatsakis | Yuki Okushi | -1/+1 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -0/+21 |
| 2020-08-06 | Fix typo "biset" -> "bitset" | Izzy Swart | -1/+1 |
| 2020-08-06 | update Miri | Ralf Jung | -10/+8 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -1/+3 |
| 2020-08-06 | Fix clippy | Vadim Petrochenkov | -49/+39 |
| 2020-08-06 | Apply suggestions from code review | Ryan Wiedemann | -2/+3 |
| 2020-08-06 | run clippy_dev fmt | Ryan1729 | -22/+12 |
| 2020-08-06 | run clippy_dev update_lints | Ryan1729 | -4/+4 |
| 2020-08-06 | add newline to transmutes_expressible_as_ptr_casts.rs | Ryan1729 | -1/+1 |
| 2020-08-06 | change filter to assert, and update comments | Ryan1729 | -7/+13 |
| 2020-08-06 | add extra error message to the expected stderr for transmutes_expressible_as_... | Ryan1729 | -1/+7 |
| 2020-08-06 | add documentation to functions that call `do_check` and add a test against li... | Ryan1729 | -2/+19 |
| 2020-08-06 | add description to assert | Ryan1729 | -1/+4 |
| 2020-08-06 | address some review comments | Ryan1729 | -6/+3 |
| 2020-08-06 | get the expected number of errors by acknowledging that other lints are cover... | Ryan1729 | -45/+100 |
| 2020-08-06 | try putting the can_be_expressed_as_pointer_cast at the top and find that we ... | Ryan1729 | -21/+25 |
| 2020-08-06 | accidentally cause an ICE by putting the TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS ... | Ryan1729 | -15/+19 |
| 2020-08-06 | write currently failing test for transmutes_expressible_as_ptr_casts | Ryan1729 | -1/+54 |
| 2020-08-06 | initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_PTR_CASTS | Ryan1729 | -2/+72 |
| 2020-08-06 | run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra... | Ryan1729 | -0/+39 |
| 2020-08-05 | Label rustfmt toolstate issues with A-rustfmt | Aaron Hill | -1/+1 |
| 2020-08-04 | Update cargo | Eric Huss | -0/+0 |
| 2020-08-04 | Rollup merge of #75106 - etherealist:docs_manifest, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -19/+19 |
| 2020-08-03 | Enable docs on in the x86_64-unknown-linux-musl manifest | David Sonder | -0/+1 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+12 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-08-02 | Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr... | Manish Goregaokar | -9/+16 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+12 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-02 | compiletest: print diff for pretty tests | David Wood | -9/+16 |
| 2020-08-01 | Update elasticlunr-rs and ammonia transitive deps | Aaron Hill | -1/+0 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -3/+6 |