Skip to content

Commit 420f2a0

Browse files
committed
---
yaml --- r: 22647 b: refs/heads/master c: 33a0556 h: refs/heads/master i: 22645: 667c636 22643: 28cc660 22639: e9847db v: v3
1 parent 743490b commit 420f2a0

File tree

696 files changed

+16925
-17070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

696 files changed

+16925
-17070
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: beb2cd16589378042e0fc159d885f80fa686c512
2+
refs/heads/master: 33a055638c637d2f63d1d7a18b235c93c08d10b8
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/AUTHORS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Haitao Li <[email protected]>
3939
Ian D. Bollinger <[email protected]>
4040
Jacob Parker <[email protected]>
4141
Jason Orendorff <[email protected]>
42-
Jed Davis <[email protected]>
4342
Jeff Balogh <[email protected]>
4443
Jeff Muizelaar <[email protected]>
4544
Jeff Olson <[email protected]>

trunk/Makefile.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,13 @@ LIBSYNTAX_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,syntax)
129129

130130
# version-string calculation
131131
CFG_GIT_DIR := $(CFG_SRC_DIR).git
132-
CFG_RELEASE = 0.3
132+
CFG_RELEASE = 0.3.1
133133
CFG_VERSION = $(CFG_RELEASE)
134134

135135
ifneq ($(wildcard $(CFG_GIT)),)
136136
ifneq ($(wildcard $(CFG_GIT_DIR)),)
137137
CFG_VERSION += $(shell git --git-dir=$(CFG_GIT_DIR) log -1 \
138138
--pretty=format:'(%h %ci)')
139-
CFG_VER_HASH = $(shell git --git-dir=$(CFG_GIT_DIR) log -1 \
140-
--pretty=format:'%H')
141139
endif
142140
endif
143141

trunk/doc/rust.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ body {
22
padding: 1em;
33
margin: 0;
44
font-family: "Helvetica Neue", Helvetica, sans-serif;
5-
background-color: white;
6-
color: black;
75
}
86

97
body {
@@ -60,22 +58,6 @@ h1.title {
6058
background-position: right;
6159
}
6260

63-
#versioninfo {
64-
position: fixed;
65-
bottom: 0px;
66-
right: 0px;
67-
68-
background-color: white;
69-
border-left: solid 1px black;
70-
border-top: solid 1px black;
71-
padding: 0.5em;
72-
}
73-
74-
a.lessimportant {
75-
color: gray;
76-
font-size: 60%;
77-
}
78-
7961
blockquote {
8062
color: black;
8163
border-left: solid 1px silver;

0 commit comments

Comments
 (0)