| Age | Commit message (Expand) | Author | Lines |
| 2022-10-03 | Auto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwco | bors | -131/+115 |
| 2022-10-03 | Auto merge of #102614 - matthiaskrgr:rollup-fjyu7oo, r=matthiaskrgr | bors | -8/+7 |
| 2022-10-03 | Rollup merge of #102592 - WaffleLapkin:less_lifetimes, r=cjgillot | Matthias Krüger | -7/+6 |
| 2022-10-03 | Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-10-03 | Auto merge of #102508 - nnethercote:even-more-lexer-improvements, r=matklad | bors | -79/+69 |
| 2022-10-03 | Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisa | bors | -64/+36 |
| 2022-10-03 | Invert `is_top_level` to avoid negation. | Nicholas Nethercote | -5/+5 |
| 2022-10-03 | Remove `TokenStreamBuilder`. | Nicholas Nethercote | -37/+20 |
| 2022-10-03 | Inline and remove `parse_token_tree_non_delim_non_eof`. | Nicholas Nethercote | -16/+14 |
| 2022-10-03 | Merge `parse_token_trees_until_close_delim` and `parse_all_token_trees`. | Nicholas Nethercote | -24/+17 |
| 2022-10-03 | Add comments to `TokenCursor::desugar`. | Nicholas Nethercote | -1/+5 |
| 2022-10-03 | Rewrite `Token::is_op`. | Nicholas Nethercote | -11/+8 |
| 2022-10-03 | Add comments to `Spacing`. | Nicholas Nethercote | -0/+11 |
| 2022-10-03 | Clarify operator splitting. | Nicholas Nethercote | -2/+6 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -1/+1 |
| 2022-10-02 | Remove a couple lifetimes that could be infered | Maybe Waffle | -7/+6 |
| 2022-10-02 | Auto merge of #102586 - Dylan-DPC:rollup-g107h6z, r=Dylan-DPC | bors | -6/+26 |
| 2022-10-02 | Rollup merge of #102538 - cjgillot:def-span-ctxt, r=fee1-dead | Dylan DPC | -6/+26 |
| 2022-10-02 | Remove type argument of array_alloca and rename to byte_array_alloca | bjorn3 | -5/+6 |
| 2022-10-02 | Remove dynamic_alloca from BuilderMethods | bjorn3 | -10/+1 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -3/+3 |
| 2022-10-02 | Auto merge of #102424 - sunfishcode:sunfishcode/hidden-main, r=nagisa | bors | -1/+11 |
| 2022-10-01 | Auto merge of #102236 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -491/+783 |
| 2022-10-01 | Auto merge of #102545 - matthiaskrgr:rollup-13i3tc3, r=matthiaskrgr | bors | -17/+14 |
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -52/+98 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -3/+3 |
| 2022-10-01 | Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods | bjorn3 | -17/+0 |
| 2022-10-01 | Remove several unused methods from MiscMethods | bjorn3 | -44/+10 |
| 2022-10-01 | Remove unused Context assoc type from WriteBackendMethods | bjorn3 | -3/+0 |
| 2022-10-01 | Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot | Matthias Krüger | -17/+14 |
| 2022-10-01 | Add sanity Drop impl. | Camille GILLOT | -0/+8 |
| 2022-10-01 | Add FIXME. | Camille GILLOT | -0/+1 |
| 2022-10-01 | Use a SortedMap instead of a VecMap. | Camille GILLOT | -16/+19 |
| 2022-10-01 | Replace retain with assertion. | Camille GILLOT | -2/+6 |
| 2022-10-01 | Add fast path without visiting. | Camille GILLOT | -12/+30 |
| 2022-10-01 | Simplify LintLevelsProvider. | Camille GILLOT | -18/+16 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -25/+147 |
| 2022-10-01 | Do not fetch HIR node when iterating to find lint. | Camille GILLOT | -15/+15 |
| 2022-10-01 | Correct Key impl for HirId. | Camille GILLOT | -2/+2 |
| 2022-10-01 | Add FIXME. | Camille GILLOT | -0/+2 |
| 2022-10-01 | Comment LintLevelSets. | Camille GILLOT | -1/+12 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -102/+101 |
| 2022-10-01 | Reduce visibilities and remove dead code. | Camille GILLOT | -17/+15 |
| 2022-10-01 | Move code to rustc_lint. | Camille GILLOT | -151/+107 |
| 2022-10-01 | Auto merge of #102519 - Alexendoo:format-args-macro-str, r=m-ou-se | bors | -3/+3 |
| 2022-10-01 | Remove unused tool_name. | Camille GILLOT | -6/+0 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -326/+474 |
| 2022-10-01 | Allow query system to recover a HirId. | Camille GILLOT | -7/+37 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -1582/+1762 |
| 2022-10-01 | Remove `LintDiagnosticBuilder` | Maybe Waffle | -25/+1 |