Skip to content

Commit 61c0612

Browse files
author
Olivier Saut
committed
---
yaml --- r: 42395 b: refs/heads/master c: 4dec0d5 h: refs/heads/master i: 42393: 9eb3fd8 42391: 560f9e9 v: v3
1 parent bdc9864 commit 61c0612

File tree

124 files changed

+3169
-3674
lines changed

Some content is hidden

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

124 files changed

+3169
-3674
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: 9318babf6cf5c2d053d78dfb788575905226215e
2+
refs/heads/master: 4dec0d51926124bbc6b9ba151173b07e1df88d94
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-rust
627+
make_dir $h/test/doc-ref
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 recusive approach to macro writing
284+
## The recursive 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 tmp/*.ok
51+
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ 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 \
6766
rt/isaac/randport.cpp \
6867
rt/miniz.cpp \
6968
rt/rust_kernel.cpp \

0 commit comments

Comments
 (0)