Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3f94047
Switch rtems target to panic unwind
thesummer Nov 23, 2024
ed63d5e
Make Boxy UwU
Noratrieb Dec 31, 2024
f364674
Remove hack for filtering out param-env outlives that match item-boun…
compiler-errors Jan 2, 2025
2a373d7
Make it clearer that the only infers we expect to see when processing…
compiler-errors Jan 2, 2025
dd210ec
Simplify declared_generic_bounds_from_env
compiler-errors Jan 2, 2025
c7cb822
rustdoc: treat `allowed_through_unstable_modules` as deprecation
notriddle Jan 2, 2025
8af769d
Use `is_some_and` helper
notriddle Jan 2, 2025
c5d4996
nit: Make get_infer_ret_ty name more consistent with is_suggestable_i…
compiler-errors Jan 2, 2025
c529fe0
Remove diagnostic_only_typeck and fix placeholder suggestion for cons…
compiler-errors Jan 2, 2025
b85a91f
More refined spans for placeholder error in const/static
compiler-errors Jan 2, 2025
6885ff4
Unconditionally lower generic_arg_infer
compiler-errors Jan 2, 2025
8e344ae
Suppress type param suggestion if encountering invalid const infer
compiler-errors Jan 2, 2025
7601adb
Make suggestion verbose and tweak error message
compiler-errors Jan 2, 2025
0fd64ef
Fix macro shenanigans
compiler-errors Jan 2, 2025
a8516c0
refactor bootstrap path resolution
onur-ozkan Jan 2, 2025
00cd943
adapt bootstrap tests to the new path resolution logic
onur-ozkan Jan 2, 2025
c367c62
revert step order from #134919
onur-ozkan Jan 2, 2025
be2f75f
Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Ass…
onur-ozkan Jan 3, 2025
3807440
avoid early return to handle all paths
onur-ozkan Jan 3, 2025
baa7fce
add coverage for multiple paths
onur-ozkan Jan 3, 2025
f7d0842
run-make-support: convert `assertion_helpers` to module
jieyouxu Jan 3, 2025
7b76303
run-make-support: add basic sanity tests for assertion helpers
jieyouxu Jan 3, 2025
6175d73
run-make-support: tidy up assertion failure dumping
jieyouxu Jan 3, 2025
4cd2895
Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee
matthiaskrgr Jan 3, 2025
d1c7ad0
Rollup merge of #134965 - Noratrieb:slightly-late-for-boxing-day-sadl…
matthiaskrgr Jan 3, 2025
cdfe3d7
Rollup merge of #135007 - compiler-errors:outlives-tweaks, r=oli-obk
matthiaskrgr Jan 3, 2025
564a29d
Rollup merge of #135036 - jieyouxu:rmake-be-quiet, r=compiler-errors
matthiaskrgr Jan 3, 2025
f0c03f6
Rollup merge of #135043 - notriddle:notriddle/allowed-through-unstabl…
matthiaskrgr Jan 3, 2025
12cc9b4
Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in…
matthiaskrgr Jan 3, 2025
c02499f
Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxu
matthiaskrgr Jan 3, 2025
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
3 changes: 2 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ boolean_coercion <[email protected]>
Boris Egorov <[email protected]> <[email protected]>
bors <[email protected]> bors[bot] <26634292+bors[bot]@users.noreply.github.com>
bors <[email protected]> bors[bot] <bors[bot]@users.noreply.github.com>
Boxy <[email protected]> <[email protected]>
BoxyUwU <[email protected]>
BoxyUwU <[email protected]> <[email protected]>
Braden Nelson <[email protected]>
Brandon Sanderson <[email protected]> Brandon Sanderson <[email protected]>
Brett Cannon <[email protected]> Brett Cannon <[email protected]>
Expand Down