Commit Graph

34 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
0de4a7d66a haha teach the dictionary steve's name
apparently nichols is fine????
2019-03-21 12:17:56 -04:00
Carol (Nichols || Goulding)
26bc1b2e7b spellingz 2019-03-08 20:36:03 -05:00
Carol (Nichols || Goulding)
d83f107a88 spellingz 2019-03-02 08:00:40 -05:00
Carol (Nichols || Goulding)
80cf2b037f spellingz 2019-02-18 20:50:12 -05:00
Carol (Nichols || Goulding)
770ffcabcb moar spellingz 2019-01-29 20:43:36 -05:00
Carol (Nichols || Goulding)
c70362845c fix spellingz 2019-01-29 20:21:26 -05:00
Alexander Regueiro
d1b71d1c8e Removed copyright notices & made cosmetic improvements. 2019-01-13 03:29:45 +00:00
Carol (Nichols || Goulding)
e52f6c95fa Add word to dictionary 2019-01-03 21:42:43 -05:00
Carol (Nichols || Goulding)
3ef02e197c Update dictionary 2019-01-02 11:05:53 -05:00
Carol (Nichols || Goulding)
7740400fec Fix spelling mistakes that got in while CI spellchecking was broke :P 2018-12-17 08:31:35 -05:00
Carol (Nichols || Goulding)
afda93783c Add words to dictionary 2018-12-17 08:31:35 -05:00
Carol (Nichols || Goulding)
a99b4f4347 Remove fancy quotes from dictionary
aspell on travis seems to be fine with these, but my local aspell is
sad about them and we have non-fancy quotes elsewhere in here sooo...
2018-12-17 08:31:35 -05:00
Carol (Nichols || Goulding)
a25d1125f2 Fix default dictionary file paths 2018-12-17 08:31:35 -05:00
Carol (Nichols || Goulding)
e7d52b93ce Don't create a dictionary in CI; error if it's not found 2018-12-17 08:31:35 -05:00
Steve Klabnik
1fedfc4b96 move the book to the top level 2018-11-20 13:45:05 -05:00
Dale Wijnand
6f1b4c2b9c Dedup dictionary.txt
Use the second-edition version as it has some recent additions.
2018-05-04 15:43:59 +01:00
Dale Wijnand
a18d6148d3 Dedup spellcheck.sh
Fortunately they were still identical.
2018-05-04 15:38:58 +01:00
steveklabnik
b9d3dad120 fix build issues
I shouldn't have deleted these tools
2018-04-05 13:25:59 -04:00
steveklabnik
acc5ee2513 copy second edition to 2018 edition
Also update the GitHub links of first and second edition
2018-04-05 12:51:22 -04:00
Carol (Nichols || Goulding)
64b8474948 Adding some signposts in; I'm having trouble seeing why the build's failing 2017-11-13 13:23:28 -05:00
Carol (Nichols || Goulding)
77f88336bb Add the first edition to CI so we don't break it again 😅 2017-07-22 16:31:48 -04:00
steveklabnik
e0b3a4bd00 Remove deploying to gh-pages
now that the book is on doc.rust-lang.org, there's no reason to
also deploy to gh-pages
2017-05-10 12:03:32 -04:00
steveklabnik
a2c56870d4 Add license to stable-check
so this passes upstream tidy
2017-03-27 17:38:57 -04:00
steveklabnik
22279701ca these are now unused 2017-03-23 15:34:23 -04:00
steveklabnik
3207d5d4a2 simplify errors 2017-03-23 14:50:20 -04:00
steveklabnik
59f76f1a29 Check that we don't use any unstable features.
We need to track Rust master, but don't want to cover unstable things.
As such, a new lint, `stable-check`, is added.

The second edition was already lint clean, but the first needed some
tweaks:

1. The closures chapter was showing off details of the closure traits,
   so just don't do that.
2. The FFI chapter was using internal libc to compile the tests, so just
   don't compile them anymore.
3. The compiler plugins chapter was vestigial and was moved to the
   unstable book.

Fixes #558
2017-03-23 14:14:57 -04:00
Carol (Nichols || Goulding)
dfda7b849d Fix the build to fail if spellchecking fails
return: can only `return' from a function or sourced script
2017-03-17 10:02:35 -04:00
steveklabnik
c98b075136 Work towards getting tidy clean 2017-03-13 13:51:36 -04:00
steveklabnik
24cd100e06 mdbook needs to be on the PATH for deploy 2017-03-03 13:53:59 -05:00
steveklabnik
2192e2d731 re-write deploy.sh
to hopefully do all the right stuff
2017-03-03 12:53:35 -05:00
steveklabnik
6a898d9bd7 omg i am so bad at computers 2017-03-03 12:08:16 -05:00
steveklabnik
e319b90ca4 fail the build if things go wrong 2017-03-03 12:07:19 -05:00
steveklabnik
0d3b58e509 fix up deploy 2017-03-03 11:46:07 -05:00
steveklabnik
e1176055d3 extract to a shell script 2017-03-03 11:45:16 -05:00