| Age | Commit message (Expand) | Author | Lines |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+1 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -7/+2 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+7 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank | Dylan DPC | -1/+1 |
| 2020-09-21 | Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwco | ecstatic-morse | -0/+13 |
| 2020-09-21 | Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morse | ecstatic-morse | -5/+27 |
| 2020-09-22 | lint missing docs for extern items | Bastian Kauschke | -0/+13 |
| 2020-09-21 | add test | Bastian Kauschke | -0/+6 |
| 2020-09-21 | fix typo in docs and comments | yuk1ty | -1/+1 |
| 2020-09-20 | Rollup merge of #76910 - lcnr:foreign-item-like, r=oli-obk | Ralf Jung | -8/+5 |
| 2020-09-20 | Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr | Ralf Jung | -6/+7 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -2/+3 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -9/+7 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -2/+3 |
| 2020-09-19 | update docs | Bastian Kauschke | -1/+2 |
| 2020-09-19 | extend `is_ty_or_ty_ctxt` to self types | Bastian Kauschke | -5/+21 |
| 2020-09-19 | Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddyb | Ralf Jung | -6/+26 |
| 2020-09-19 | wording | Bastian Kauschke | -1/+2 |
| 2020-09-19 | transmute: use diagnostic item | Bastian Kauschke | -8/+3 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -0/+1 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -9/+6 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -6/+7 |
| 2020-09-15 | don't lazily evaulate some trivial values for Option::None replacements (clip... | Matthias Krüger | -1/+1 |
| 2020-09-14 | Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco | bors | -1/+2 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -0/+974 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -0/+974 |
| 2020-09-10 | use sort_unstable to sort primitive types | Matthias Krüger | -1/+2 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -1/+2 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -24/+24 |
| 2020-09-03 | rustc_lint: avoid trimmed paths for ty_find_init_error | Dan Aloni | -1/+4 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -10/+17 |
| 2020-08-30 | lint/ty: move fns to avoid abstraction violation | David Wood | -6/+26 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+8842 |