| Age | Commit message (Expand) | Author | Lines |
| 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 | make InheritedBuilder::enter public | Ryan1729 | -1/+1 |
| 2020-08-06 | run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra... | Ryan1729 | -0/+39 |
| 2020-08-06 | make parts of rustc_typeck public | Ryan1729 | -5/+5 |
| 2020-08-03 | Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum | bors | -79/+36 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -192/+14 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -8/+7 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -75/+33 |
| 2020-08-02 | Auto merge of #75070 - Manishearth:rollup-2kgcaw5, r=Manishearth | bors | -55/+190 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -17/+45 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -25/+25 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -1/+96 |
| 2020-08-02 | Rollup merge of #75009 - georgio:master, r=kennytm | Manish Goregaokar | -0/+0 |
| 2020-08-02 | Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr... | Manish Goregaokar | -12/+24 |
| 2020-08-02 | Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov | bors | -339/+319 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -56/+146 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -17/+45 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -9/+60 |
| 2020-08-02 | Auto merge of #75060 - JohnTitor:rollup-aq8sfxf, r=JohnTitor | bors | -350/+642 |
| 2020-08-03 | Rollup merge of #75057 - Mark-Simulacrum:avoid-long-print, r=alexcrichton | Yuki Okushi | -1/+3 |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -35/+35 |
| 2020-08-03 | Rollup merge of #75044 - GuillaumeGomez:cleanup-e0744, r=pickfire | Yuki Okushi | -3/+5 |
| 2020-08-03 | Rollup merge of #75041 - pawanbisht62:feature/replace-log-with-tracing, r=oli... | Yuki Okushi | -8/+8 |
| 2020-08-03 | Rollup merge of #75010 - Aaron1011:feature/remove-old-deps, r=Mark-Simulacrum | Yuki Okushi | -216/+140 |
| 2020-08-03 | Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum | Yuki Okushi | -12/+18 |
| 2020-08-03 | Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-Simulacrum | Yuki Okushi | -8/+16 |
| 2020-08-03 | Rollup merge of #74781 - GuillaumeGomez:cleanup-e0733, r=jyn514 | Yuki Okushi | -5/+9 |
| 2020-08-03 | Rollup merge of #74762 - ssomers:btree_no_root_in_remove_kv_tracking, r=Mark-... | Yuki Okushi | -52/+405 |
| 2020-08-03 | Rollup merge of #74686 - ssomers:btree_cleanup_3, r=Mark-Simulacrum | Yuki Okushi | -10/+3 |
| 2020-08-02 | Document the discrepancy in the mask type for _mm_shuffle_ps | Georgio Nicolas | -0/+0 |
| 2020-08-02 | fix typos | liuzhenyu | -25/+25 |
| 2020-08-02 | Avoid dumping rustc invocations to stdout | Mark Rousskov | -1/+3 |
| 2020-08-02 | compiletest: print diff for pretty tests | David Wood | -9/+16 |
| 2020-08-02 | tests: add regression test for #74745 | David Wood | -0/+5 |
| 2020-08-02 | pprust: adjust mixed comment printing | David Wood | -3/+3 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -35/+35 |
| 2020-08-02 | Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrum | bors | -1/+21 |
| 2020-08-02 | Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkov | bors | -181/+212 |
| 2020-08-02 | Formatting: don't mix mod and use | Aleksey Kladov | -6/+5 |
| 2020-08-02 | Use NonterminalKind for MetaVarDecl | Aleksey Kladov | -134/+95 |
| 2020-08-02 | Introduce NonterminalKind | Aleksey Kladov | -211/+231 |
| 2020-08-02 | Clean up E0744 explanation | Guillaume Gomez | -3/+5 |