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