- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ziglang/zig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f1072d0d9fba
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ziglang/zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e234d420872
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 29 files changed
- 1 contributor
Commits on Oct 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 92751d5 - Browse repository at this point
Copy the full SHA 92751d5View commit details
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4f4da3c - Browse repository at this point
Copy the full SHA 4f4da3cView commit details
Commits on Oct 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c306af - Browse repository at this point
Copy the full SHA 4c306afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540bac0 - Browse repository at this point
Copy the full SHA 540bac0View commit details -
delete -municode command line argument
The solution to this is to always have it on and only use the 'W' versions of respective windows APIs. See the issue for this.
Configuration menu - View commit details
-
Copy full SHA for 1a414c7 - Browse repository at this point
Copy the full SHA 1a414c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a96aca - Browse repository at this point
Copy the full SHA 7a96acaView commit details
Commits on Oct 31, 2017
-
* Merge io.InStream and io.OutStream into io.File * Introduce io.OutStream and io.InStream interfaces - io.File implements both of these * Move mem.IncrementingAllocator to heap.IncrementingAllocator Instead of: ``` %return std.io.stderr.printf("hello\n"); ``` now do: ``` std.debug.warn("hello\n"); ``` To print to stdout, see `io.getStdOut()`. * Rename std.ArrayList.resizeDown to std.ArrayList.shrink.
Configuration menu - View commit details
-
Copy full SHA for 9e234d4 - Browse repository at this point
Copy the full SHA 9e234d4View commit details
There are no files selected for viewing