Skip to content

Commit 43faaf3

Browse files
committed
---
yaml --- r: 189334 b: refs/heads/tmp c: 17d5acc h: refs/heads/master v: v3
1 parent 671275e commit 43faaf3

37 files changed

+489
-920
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 2fc8b1e7c4ca741e59b144c331d69bf189759452
37+
refs/heads/tmp: 17d5acc4a0dab3e313af605fbba874f36b6834e7
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 7ce5a21b274ff53e77b561467177bc34c668f95e

branches/tmp/configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,6 @@ case $CFG_OSTYPE in
430430
CFG_CPUTYPE=x86_64
431431
;;
432432

433-
# Win 8 # uname -s on 64-bit cygwin does not contain WOW64, so simply use uname -m to detect arch (works in my install)
434-
CYGWIN_NT-6.3)
435-
CFG_OSTYPE=pc-windows-gnu
436-
;;
437433
# We do not detect other OS such as XP/2003 using 64 bit using uname.
438434
# If we want to in the future, we will need to use Cygwin - Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative.
439435
*)

branches/tmp/src/doc/reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,10 +2429,6 @@ The currently implemented features of the reference compiler are:
24292429
so that new attributes can be added in a bacwards compatible
24302430
manner (RFC 572).
24312431

2432-
* `custom_derive` - Allows the use of `#[derive(Foo,Bar)]` as sugar for
2433-
`#[derive_Foo] #[derive_Bar]`, which can be user-defined syntax
2434-
extensions.
2435-
24362432
* `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
24372433
are inherently unstable and no promise about them is made.
24382434

0 commit comments

Comments
 (0)