| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-12-25 | Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514 | Matthias Krüger | -13/+13 |
| 2022-12-25 | Rollup merge of #105375 - WaffleLapkin:docfix, r=cjgillot | Matthias Krüger | -4/+2 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -1/+1 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -13/+13 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -1/+1 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -15/+2 |
| 2022-12-21 | Update track_caller tests; run fmt | Bryan Garza | -5/+2 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -22/+20 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -26/+27 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -36/+21 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | Revert "Introduce lowering_arena to avoid creating AST nodes on the fly" | Nilstrieb | -38/+21 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -38/+49 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -2/+3 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+2 |
| 2022-12-08 | Move paren expr and loop HIR lowering | Gary Guo | -28/+37 |
| 2022-12-08 | Support `#[track_caller]` on async closures | Gary Guo | -10/+12 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -17/+34 |
| 2022-12-07 | Rollup merge of #105343 - nbdd0121:hir, r=fee1-dead | Matthias Krüger | -106/+45 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -17/+34 |
| 2022-12-06 | Fix an outdated comment mentioning parameter that doesn't exist anymore | Maybe Waffle | -4/+2 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -21/+36 |
| 2022-12-06 | Simplify attribute handling in rustc_ast_lowering | Gary Guo | -106/+45 |