Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move sorting from base to stdlib #46679

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
459c79c
make pending_perm a heap instead of sorted vector in optimizer (#46586)
Sep 1, 2022
5154cf0
Replace Vector with BitSet in optimization passes (#46587)
Sep 2, 2022
e3d30d7
inline final use of sort! in compiler
Sep 8, 2022
5252699
Make Sort a stdlib (big diff)
Sep 10, 2022
bbcbdc4
remove no longer needed using statements
Sep 10, 2022
18debc3
switch from Floats to IEEEFloat
Sep 10, 2022
906c3d9
replace metaprogramming with `unsigned`
Sep 10, 2022
dece402
revert negligible whitespace changes
Sep 10, 2022
9366364
add copyright notice to top of new files
Sep 10, 2022
6350759
update makefile so that `make cleanall && make` passes
Sep 10, 2022
d52cbe7
move docs
Sep 10, 2022
4591ce8
Switch from combsort to heapsort
LilithHafner Sep 12, 2022
fe406a6
make UUID consistent
Sep 13, 2022
673904e
fix whitespace
Sep 13, 2022
ff23137
try to fix docs
Sep 13, 2022
efe23b6
Merge branch 'master' into remove-compiler-sort
LilithHafner Sep 30, 2022
e0a44ad
remove cross references in sorting docs (TODO: Revert this)
Oct 1, 2022
6225a18
add NEWS.md entry
Oct 1, 2022
2d43a09
add compiler sort tests (needs fixup)
Oct 1, 2022
701daeb
stop running base/sorting tests (moved to stdlib/sort) (needs fixup)
Oct 1, 2022
5f000e6
fix test usage of OffsetArrays (following pattern of Random)
Oct 1, 2022
0ec2d02
fixups for tests (remove debug print statements)
Oct 1, 2022
d0d5078
try to fix precompile test
Oct 1, 2022
f26ee61
Revert e0a44ad0 and add explicit @ref targets
Oct 2, 2022
0c5c6a8
fix outdated comment (cf #46877)
Oct 2, 2022
69e4215
Merge branch 'master' into remove-compiler-sort
LilithHafner Oct 2, 2022
702ecd1
Merge branch 'master' into remove-compiler-sort
Oct 4, 2022
14a82e8
Merge branch 'master' into remove-compiler-sort
Oct 4, 2022
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
move docs
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Sep 21, 2022
commit d52cbe7b4dd3a732db2652c2a25ee5a4f9020846
219 changes: 0 additions & 219 deletions doc/src/base/sort.md

This file was deleted.

Loading