File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6c065fc8cb036785f61ff03e05c1563cbb2dd081
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 46189559a9449de3a7eacf70652aec8a994c9220
4
+ refs/heads/snap-stage3: aaabdbfe049cb4eaa2a353f4ce1bc59862a6b49e
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 1
1
# The Rust Programming Language
2
2
3
3
This is a compiler for Rust, including standard libraries, tools and
4
- documentation.
4
+ documentation. Rust is a systems programming language that is fast,
5
+ memory safe and multithreaded, but does not employ a garbage collector
6
+ or otherwise impose significant runtime overhead.
5
7
6
8
## Quick Start
7
9
You can’t perform that action at this time.
0 commit comments