Skip to content

Commit fb0eeaf

Browse files
committed
---
yaml --- r: 93152 b: refs/heads/try c: fd8c06e h: refs/heads/master v: v3
1 parent 09a07bc commit fb0eeaf

File tree

758 files changed

+4016
-3902
lines changed

Some content is hidden

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

758 files changed

+4016
-3902
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: ae0905ab67a2dd3def61e266bba9f8f223586af6
5+
refs/heads/try: fd8c06e7b56baab37ce6154cca6c518a76d54a78
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ src/.DS_Store
7777
/nd/
7878
/llvm/
7979
version.md
80-
*.tex
80+
rust.tex
8181
keywords.md
8282
x86_64-apple-darwin/
8383
x86_64-unknown-linux-gnu/

branches/try/CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## How to submit a bug report
2-
3-
If you're just reporting a bug, please see:
4-
5-
https://github.com/mozilla/rust/wiki/HOWTO-submit-a-Rust-bug-report
6-
71
## Pull request procedure
82

93
Pull requests should be targeted at Rust's `master` branch.

branches/try/doc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To generate HTML documentation from one source file/crate, do something like:
1919
To generate an HTML version of a doc from Markdown, without having Node.js
2020
installed, do something like:
2121

22-
pandoc --from=markdown --to=html5 --number-sections -o rust.html rust.md
22+
pandoc --from=markdown --to=html --number-sections -o rust.html rust.md
2323

2424
The syntax for pandoc flavored markdown can be found at:
2525
http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown

branches/try/doc/lib.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Custom styles for the library docs generated by naturaldocs
3+
*/
4+
5+
p {
6+
text-indent: 0;
7+
margin-bottom: 1em;
8+
}

branches/try/doc/manual.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Display the full TOC */
2+
3+
#TOC ul ul {
4+
display: block;
5+
padding-left: 2em;
6+
}

branches/try/doc/manual.inc

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)