Skip to content

Commit 43263b0

Browse files
committed
---
yaml --- r: 152225 b: refs/heads/try2 c: 468cabf h: refs/heads/master i: 152223: 72ce0db v: v3
1 parent 78dad75 commit 43263b0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 918dbfea60e84868537a1951ad38a782502d39c2
8+
refs/heads/try2: 468cabf8d98721af0da46b9df01abdeb3bf96fd8
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,37 @@ Source layout:
55
| Path | Description |
66
| ------------------- | --------------------------------------------------------- |
77
| `librustc/` | The self-hosted compiler |
8+
| `liballoc/` | Rust's core allocation library |
9+
| `libcore/` | The Rust core library |
10+
| `libdebug/` | Debugging utilities |
811
| `libstd/` | The standard library (imported and linked by default) |
9-
| `libextra/` | The "extras" library (slightly more peripheral code) |
1012
| `libgreen/` | The M:N runtime library |
1113
| `libnative/` | The 1:1 runtime library |
1214
| `libsyntax/` | The Rust parser and pretty-printer |
13-
| `libcollections/` | A collection of useful data structures and containers |
14-
| `libnum/` | Extended number support library (complex, rational, etc) |
1515
| `libtest/` | Rust's test-runner code |
1616
| ------------------- | --------------------------------------------------------- |
1717
| `libarena/` | The arena (a fast but limited) memory allocator |
18+
| `libbacktrace/` | The libbacktrace library |
19+
| `libcollections/` | A collection of useful data structures and containers |
1820
| `libflate/` | Simple compression library |
21+
| `libfmt_macros/` | Macro support for format strings |
1922
| `libfourcc/` | Data format identifier library |
2023
| `libgetopts/` | Get command-line-options library |
2124
| `libglob/` | Unix glob patterns library |
25+
| `libgraphviz/` | Generating files for Graphviz |
26+
| `libhexfloat/` | Hexadecimal floating-point literals |
27+
| `liblibc/` | Bindings for the C standard library |
28+
| `liblog/` | Utilities for program-wide and customizable logging |
29+
| `libnum/` | Extended number support library (complex, rational, etc) |
30+
| `librand/` | Random numbers and distributions |
2231
| `libregex/` | Regular expressions |
32+
| `libregex_macros/` | The regex! syntax extension |
2333
| `libsemver/` | Rust's semantic versioning library |
2434
| `libserialize/` | Encode-Decode types library |
2535
| `libsync/` | Concurrency mechanisms and primitives |
2636
| `libterm/` | ANSI color library for terminals |
2737
| `libtime/` | Time operations library |
38+
| `liburl/` | URL handling lirary |
2839
| `libuuid/` | UUID's handling code |
2940
| ------------------- | --------------------------------------------------------- |
3041
| `rt/` | The runtime system |

0 commit comments

Comments
 (0)