Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a43dc2b
stabilise bound_map
Dylan-DPC Nov 27, 2023
08fc5e8
Define hidden types in confirmation
oli-obk Jan 10, 2024
0ae0044
Make sure the new solver agrees
oli-obk Jan 10, 2024
50e1580
Inline check_closure
compiler-errors Jan 12, 2024
6a63183
Signature deduction is only done for Fn traits
compiler-errors Jan 12, 2024
6f98a6c
Simplify closure_env_ty and closure_env_param
compiler-errors Jan 14, 2024
f760223
Add private `NonZero<T>` type alias.
reitermarkus Jan 15, 2024
0a049cb
Update books
rustbot Jan 15, 2024
8b66f49
Lint overlapping ranges directly from exhaustiveness
Nadrieril Jan 15, 2024
448c4a4
Remove the unused `overlapping_range_endpoints` Vec
Nadrieril Jan 15, 2024
604d208
Revert unrelated changes from PR 119990
dtolnay Jan 15, 2024
40166c8
Don't allow `.html` files in `tests/mir-opt/`
Zalathar Jan 16, 2024
304a17a
Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu
matthiaskrgr Jan 16, 2024
d4b276c
Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnr
matthiaskrgr Jan 16, 2024
5f9d1d4
Rollup merge of #119900 - compiler-errors:closure-checking, r=oli-obk
matthiaskrgr Jan 16, 2024
4735171
Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=…
matthiaskrgr Jan 16, 2024
ac3108f
Rollup merge of #119990 - reitermarkus:nonzero-type-alias, r=dtolnay
matthiaskrgr Jan 16, 2024
bcea676
Rollup merge of #119998 - rustbot:docs-update, r=ehuss
matthiaskrgr Jan 16, 2024
1f0daa5
Rollup merge of #120002 - Nadrieril:dont-collect, r=compiler-errors
matthiaskrgr Jan 16, 2024
9154410
Rollup merge of #120018 - Zalathar:mir-opt-html, r=Nilstrieb
matthiaskrgr Jan 16, 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
2 changes: 1 addition & 1 deletion src/doc/nomicon
Submodule nomicon updated 1 files
+3 −6 src/subtyping.md
2 changes: 1 addition & 1 deletion src/doc/reference
Submodule reference updated 1 files
+1 −0 src/tokens.md
2 changes: 1 addition & 1 deletion src/doc/rust-by-example