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

Rollup of 12 pull requests #100947

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7680c8b
Properly forward `ByRefSized::fold` to the inner iterator
scottmcm Aug 7, 2022
8998024
Correct test-args to compiletest on Windows
czzrr Aug 19, 2022
acca4b8
Extra documentation for new formatting feature
IsaacCloos Aug 21, 2022
000dc80
make some methods private
TaKO8Ki Aug 22, 2022
ba74a62
Diagnose missing includes in run-make tests
tmiasko Aug 23, 2022
b0255a1
Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via…
ChayimFriedman2 Aug 23, 2022
53565b2
Make use of `[wrapping_]byte_{add,sub}`
WaffleLapkin Aug 19, 2022
8ad36c4
Rewrite error index generator to greatly reduce the size of the pages
GuillaumeGomez Aug 23, 2022
c664a36
Handle error code hash by redirecting to the correct error code page
GuillaumeGomez Aug 23, 2022
4398d92
Fix links to error codes
GuillaumeGomez Aug 23, 2022
3d8c7d2
sugg: take into count the debug formatting
vincenzopalazzo Aug 20, 2022
4eb748b
Use `--userns=keep-id` when "docker" is really podman
cuviper Aug 23, 2022
b1925b8
rustdoc: remove unused CSS rule
notriddle Aug 24, 2022
56f9e29
add a missing test case for impl generic mismatch
TaKO8Ki Aug 24, 2022
d49808f
Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett
matthiaskrgr Aug 24, 2022
bb4dc44
Rollup merge of #100811 - czzrr:master, r=Mark-Simulacrum
matthiaskrgr Aug 24, 2022
085ba81
Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm
matthiaskrgr Aug 24, 2022
0d5223d
Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_posi…
matthiaskrgr Aug 24, 2022
42d58ae
Rollup merge of #100855 - IsaacCloos:master, r=joshtriplett
matthiaskrgr Aug 24, 2022
b0b4c4f
Rollup merge of #100901 - TaKO8Ki:make-some-methods-private, r=sanxiyn
matthiaskrgr Aug 24, 2022
6623333
Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwco
matthiaskrgr Aug 24, 2022
14a5558
Rollup merge of #100912 - tmiasko:make-include, r=TaKO8Ki
matthiaskrgr Aug 24, 2022
2b9d41e
Rollup merge of #100922 - GuillaumeGomez:rewrite-error-index, r=notri…
matthiaskrgr Aug 24, 2022
ccfb168
Rollup merge of #100930 - cuviper:podman-keep-id, r=jyn514
matthiaskrgr Aug 24, 2022
0293780
Rollup merge of #100938 - notriddle:notriddle/fields-table, r=sanxiyn
matthiaskrgr Aug 24, 2022
62ae1fa
Rollup merge of #100945 - TaKO8Ki:add-missing-test-case-for-impl-gene…
matthiaskrgr Aug 24, 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
Rewrite error index generator to greatly reduce the size of the pages
  • Loading branch information
GuillaumeGomez committed Aug 23, 2022
commit 8ad36c45f8116c80cda018e63b9db6862e73a87d
31 changes: 0 additions & 31 deletions src/tools/error_index_generator/build.rs

This file was deleted.

Loading