Skip to content

Commit 3c46ccb

Browse files
committed
---
yaml --- r: 42396 b: refs/heads/master c: 14930fb h: refs/heads/master v: v3
1 parent 61c0612 commit 3c46ccb

File tree

107 files changed

+3566
-2992
lines changed

Some content is hidden

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

107 files changed

+3566
-2992
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: 4dec0d51926124bbc6b9ba151173b07e1df88d94
2+
refs/heads/master: 14930fbffe95971e9258cb2eb45a1642eb735bbe
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ do
624624
make_dir $h/test/doc-tutorial-macros
625625
make_dir $h/test/doc-tutorial-borrowed-ptr
626626
make_dir $h/test/doc-tutorial-tasks
627-
make_dir $h/test/doc-ref
627+
make_dir $h/test/doc-rust
628628
done
629629

630630
# Configure submodules

trunk/doc/tutorial-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pattern we want is clear:
281281
However, it's not possible to directly expand to nested match statements. But
282282
there is a solution.
283283

284-
## The recursive approach to macro writing
284+
## The recusive approach to macro writing
285285

286286
A macro may accept multiple different input grammars. The first one to
287287
successfully match the actual argument to a macro invocation is the one that

trunk/mk/clean.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ clean-misc:
4848
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
4949
$(Q)rm -Rf $(DOCS)
5050
$(Q)rm -Rf $(GENERATED)
51-
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs
51+
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs tmp/*.ok
5252
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
5353
$(Q)rm -Rf $(foreach ext, \
5454
html aux cp fn ky log pdf pg toc tp vr cps, \

trunk/mk/rt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUNTIME_CXXS_$(1) := \
6363
rt/rust_log.cpp \
6464
rt/rust_gc_metadata.cpp \
6565
rt/rust_util.cpp \
66+
rt/rust_exchange_alloc.cpp \
6667
rt/isaac/randport.cpp \
6768
rt/miniz.cpp \
6869
rt/rust_kernel.cpp \

0 commit comments

Comments
 (0)