| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -8868/+0 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -7/+46 |
| 2020-08-27 | Fix ICE on unwrap of unknown layout. | jumbatm | -10/+24 |
| 2020-08-26 | Remove unnecessary assert. | jumbatm | -5/+6 |
| 2020-08-26 | Use same name as attr. | jumbatm | -3/+3 |
| 2020-08-25 | Also handle transparent single-variant enums | jumbatm | -9/+11 |
| 2020-08-25 | Fix clashing_extern_declarations false positive. | jumbatm | -7/+43 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -102/+132 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -19/+19 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -19/+19 |
| 2020-08-18 | Wrap recursion in `ensure_sufficient_stack`. | jumbatm | -88/+91 |
| 2020-08-18 | Also accept Refs for is_primitive_or_pointer | jumbatm | -4/+5 |
| 2020-08-18 | Avoid double hashset lookup. | jumbatm | -2/+1 |
| 2020-08-18 | Don't memoize seen types. | jumbatm | -51/+9 |
| 2020-08-18 | Reduce indentation by replacing match arm w/ early return. | jumbatm | -125/+118 |
| 2020-08-18 | Remove structural equiv check for Array const. | jumbatm | -3/+0 |
| 2020-08-18 | Remove unnecessary rebinding of def ids. | jumbatm | -11/+5 |
| 2020-08-18 | Fix stack overflow for recursive types. | jumbatm | -102/+187 |
| 2020-08-16 | hir: simplify `is_range_literal` | David Wood | -2/+2 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -2/+2 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -6/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -3/+3 |
| 2020-08-11 | Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse | Tyler Mandry | -1/+1 |
| 2020-08-11 | Update comment for function | Takayuki Nakata | -1/+1 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -17/+19 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -17/+19 |
| 2020-08-10 | Remove `CowBoxSymStr`. | Nicholas Nethercote | -61/+23 |
| 2020-08-10 | Fix symbol ordering for confusable idents detection. | Nicholas Nethercote | -0/+6 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -25/+27 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -25/+27 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -1/+1 |
| 2020-08-04 | Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr | Yuki Okushi | -1/+4 |
| 2020-08-04 | Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obk | Yuki Okushi | -2/+18 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 |
| 2020-08-03 | Do not trigger `unused_braces` for `while let` | Yuki Okushi | -1/+4 |
| 2020-08-02 | Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-08-02 | Lint path statements to use drop for drop types | Lukas Wirth | -2/+18 |
| 2020-08-03 | Recover strictness for `yield` | Yuki Okushi | -2/+1 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -1/+1 |
| 2020-08-02 | Do not trigger `unused_{braces,parens}` lints with `yield` | Yuki Okushi | -0/+1 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | fix part of comparison that would always evaluate to "true", probably an over... | Matthias Krüger | -1/+1 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -3/+4 |
| 2020-07-30 | Rename the lint again | Manish Goregaokar | -3/+3 |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -3/+3 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -5/+32 |
| 2020-07-30 | Handle structs with zst members. | jumbatm | -23/+28 |
| 2020-07-30 | Address code review comments. | jumbatm | -137/+168 |