Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
829338a
add enum variant field names to make the code clearer
pietroalbini Apr 1, 2024
2c26072
remove redundant flat vs nested distinction to simplify enum
pietroalbini Apr 1, 2024
2ec337c
turn all_nested_unused into used_childs
pietroalbini Apr 1, 2024
13f7623
store the span of the nested part of the use tree in the ast
pietroalbini Apr 1, 2024
2d3a9a5
remove braces when fixing a nested use tree into a single use
pietroalbini Apr 14, 2024
397a35d
crashes: add lastest batch of crash tests
matthiaskrgr May 5, 2024
1d9d671
Make sure we don't deny macro vars w keyword names
compiler-errors May 7, 2024
b68b920
Simplify `use crate::rustc_foo::bar` occurrences.
nnethercote May 8, 2024
fbc2abd
Update cc crate to v1.0.97
jfgoog May 8, 2024
c7003f5
Ignore empty RUSTC_WRAPPER in bootstrap
Skepfyr May 8, 2024
767711b
Use generic `NonZero` in examples.
reitermarkus Apr 23, 2024
3fe0be9
Simplify `clippy` lint.
reitermarkus Apr 23, 2024
7531eaf
Simplify suggestion.
reitermarkus Apr 23, 2024
bd8e565
Use generic `NonZero`.
reitermarkus Apr 21, 2024
cacc082
Handle normalization failure in `struct_tail_erasing_lifetimes`
gurry May 8, 2024
d30af5e
Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb
matthiaskrgr May 8, 2024
d8a3a69
Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay
matthiaskrgr May 8, 2024
812fb24
Rollup merge of #124775 - matthiaskrgr:boom, r=jieyouxu
matthiaskrgr May 8, 2024
952f12e
Rollup merge of #124869 - compiler-errors:keyword, r=Nilstrieb
matthiaskrgr May 8, 2024
3e22ea9
Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compi…
matthiaskrgr May 8, 2024
294ac1b
Rollup merge of #124892 - jfgoog:update-cc, r=workingjubilee
matthiaskrgr May 8, 2024
18639db
Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789
matthiaskrgr May 8, 2024
782ef18
Rollup merge of #124909 - compiler-errors:struct-tail-leftovers, r=co…
matthiaskrgr May 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use generic NonZero in examples.
  • Loading branch information
reitermarkus committed May 8, 2024
commit 767711b905b244f3d0adfedc727bb3acac6ac56e
Loading