| Age | Commit message (Expand) | Author | Lines |
| 2020-03-22 | Clean up E0449 explanation | Guillaume Gomez | -2/+3 |
| 2020-03-22 | Update lint name to follow convention | Guillaume Gomez | -8/+8 |
| 2020-03-22 | Update to new diagnostic | Guillaume Gomez | -8/+11 |
| 2020-03-22 | Update tests | Guillaume Gomez | -8/+7 |
| 2020-03-22 | Improve code readability | Guillaume Gomez | -13/+12 |
| 2020-03-22 | rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOC | Guillaume Gomez | -6/+5 |
| 2020-03-22 | Add lint when no doc is present at the crate-level | Guillaume Gomez | -0/+42 |
| 2020-03-22 | Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa... | bors | -57/+32 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -41/+33 |
| 2020-03-22 | get rid of ConstPropUnsupported; use ZST marker structs instead | Ralf Jung | -24/+63 |
| 2020-03-22 | rename tests | Bastian Kauschke | -2/+2 |
| 2020-03-22 | simplify eval_mir_constant | Bastian Kauschke | -13/+3 |
| 2020-03-22 | handle unevaluated consts after monomophize | Bastian Kauschke | -21/+77 |
| 2020-03-22 | proc_macro_harness: Use item header spans for errors | Vadim Petrochenkov | -31/+20 |
| 2020-03-22 | Fix invalid suggestion on `&mut` iterators yielding `&` references | Wonwoo Choi | -23/+82 |
| 2020-03-22 | Auto merge of #68098 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum | bors | -3/+11 |
| 2020-03-22 | add `fn make_contiguous` to VecDeque | Bastian Kauschke | -53/+227 |
| 2020-03-21 | Use Reveal::All in MIR inliner | Wesley Wiser | -10/+3 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -8/+65 |
| 2020-03-21 | use static strs | mark | -14/+18 |
| 2020-03-22 | Auto merge of #70153 - flip1995:clippyup, r=Dylan-DPC | bors | -7/+18 |
| 2020-03-21 | convert a couple more errors | mark | -21/+14 |
| 2020-03-21 | Allow calculating the layout behind a pointer | CAD97 | -8/+142 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -60/+33 |
| 2020-03-22 | parse: nix new_sub_parser_from_file | Mazdak Farrokhzad | -16/+10 |
| 2020-03-22 | summarize if-else-code with identical blocks (clippy::if_same_then_else) | Matthias Krüger | -7/+1 |
| 2020-03-21 | Improve E0308 error message wording | DeeDeeG | -36/+36 |
| 2020-03-21 | Avoid relying on const parameters to function | Mark Rousskov | -8/+8 |
| 2020-03-21 | Rollup merge of #70238 - petrochenkov:procmod, r=Centril | Dylan DPC | -0/+13 |
| 2020-03-21 | Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-21 | Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPC | Dylan DPC | -3/+24 |
| 2020-03-21 | Rollup merge of #70228 - lzutao:patch-1, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 2020-03-21 | Rollup merge of #70218 - intgr:fix-deprecated-method-in-docs, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-03-21 | Rollup merge of #70215 - petrochenkov:attrid, r=Centril | Dylan DPC | -18/+12 |
| 2020-03-21 | Rollup merge of #70197 - pnkfelix:issue-53957-revise-test-of-23076, r=LukasKa... | Dylan DPC | -4/+19 |
| 2020-03-21 | Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -4/+60 |
| 2020-03-21 | Rollup merge of #70051 - Zoxc:opt-find, r=eddyb | Dylan DPC | -19/+56 |
| 2020-03-21 | Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakis | Dylan DPC | -8/+18 |
| 2020-03-21 | Arrange for zero to be canonical | Mark Rousskov | -253/+242 |
| 2020-03-21 | Push the byte of LAST_CHUNK_MAP into the array | Mark Rousskov | -46/+49 |
| 2020-03-21 | parse: nix unused `root_module_name`. | Mazdak Farrokhzad | -22/+7 |
| 2020-03-21 | replace some adhoc logic with article_and_descr | Mark Mansi | -19/+26 |
| 2020-03-21 | lowering: remove librustc dependency | Mazdak Farrokhzad | -1/+0 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -18/+22 |
| 2020-03-21 | move CrateDisambiguator -> rustc_ast | Mazdak Farrokhzad | -52/+48 |
| 2020-03-21 | dep_graph.assert_ignored() -> rustc_interface | Mazdak Farrokhzad | -8/+5 |
| 2020-03-21 | add_elided_lifetime_in_path_suggestion -> rustc_session | Mazdak Farrokhzad | -46/+46 |
| 2020-03-21 | lowering: bug! -> panic! | Mazdak Farrokhzad | -18/+17 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -41/+65 |
| 2020-03-21 | move move stuff into declare_arena! | Mazdak Farrokhzad | -102/+101 |