| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -38/+28 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -31/+24 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -20/+2 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -20/+2 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -13/+41 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -17/+34 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -23/+29 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -31/+25 |
| 2023-02-22 | Suppress duplicated errors for associated type bounds in object types | Michael Goulet | -33/+46 |
| 2023-02-22 | Move associated type bounds check to ast lowering | Michael Goulet | -3/+18 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -4/+152 |
| 2023-02-21 | Use `ThinVec` in `ast::AngleBracketedArgs`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -2/+2 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -2/+2 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -1/+1 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -19/+44 |
| 2023-02-06 | remove unused imports | klensy | -2/+0 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -13/+1 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -13/+0 |
| 2023-01-27 | Destructure format_options in make_format_spec. | Mara Bos | -11/+21 |
| 2023-01-27 | Replace format flags u32 by enums and bools. | Mara Bos | -1/+8 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -0/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -6/+464 |
| 2023-01-23 | Evaluate `output_filenames` before one of its dependencies gets stolen | Oli Scherer | -0/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -6/+6 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -6/+6 |
| 2023-01-13 | Change not-so-permanent link to a more permanent link. | Mara Bos | -1/+1 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -2/+1 |
| 2023-01-12 | Add note on optimization in format args ast lowering. | Mara Bos | -0/+3 |
| 2023-01-12 | Update comments in rustc_ast_lowering/src/format.rs. | Mara Bos | -22/+51 |
| 2023-01-12 | Assume there are no macros left in ast lowering. | Mara Bos | -7/+2 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -2/+1 |
| 2023-01-12 | parse const closures | Deadbeef | -1/+7 |
| 2023-01-12 | Update outdated comment. | Mara Bos | -10/+8 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+358 |
| 2023-01-11 | Expose some LoweringContext methods. | Mara Bos | -5/+9 |
| 2023-01-11 | Add some helper functions to LoweringContext. | Mara Bos | -1/+72 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -7/+7 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+1 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -4/+4 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -4/+4 |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -17/+20 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -4/+20 |