-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #16377 : pcwalton/rust/associated-items, r=nikomatsakis
This is waiting on an RFC, but this basic functionality should be straightforward. The implementation essentially desugars during type collection and AST type conversion time into the parameter scheme we have now. r? @nikomatsakis
- Loading branch information
Showing
67 changed files
with
3,032 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jemalloc
updated
15 files
+1 −2 | bin/pprof | |
+0 −3 | config.sub | |
+2 −2 | configure | |
+23 −29 | include/jemalloc/internal/arena.h | |
+2 −2 | include/jemalloc/internal/jemalloc_internal.h.in | |
+0 −1 | include/jemalloc/internal/private_symbols.txt | |
+29 −28 | include/jemalloc/internal/prof.h | |
+17 −17 | include/jemalloc/internal/tcache.h | |
+3 −11 | include/jemalloc/internal/util.h | |
+6 −6 | include/jemalloc/internal/valgrind.h | |
+14 −14 | src/arena.c | |
+3 −3 | src/huge.c | |
+125 −129 | src/jemalloc.c | |
+34 −78 | src/prof.c | |
+2 −2 | src/quarantine.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.