summary refs log tree commit diff
path: root/src/doc/trpl/inline-assembly.md
AgeCommit message (Collapse)AuthorLines
2015-07-13doc: Add a link to LLVM's new inline assembly docsAlex Crichton-1/+10
Hot off the press, we've now got some nice documentation to link to in LLVM officially!
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-7/+7
This adds strictly more information to the source files and reduces the need for customized tooling to render the book. (While this should not change the output of _rustbook_, it is very useful when rendering the sources with external tools like Pandoc.)
2015-04-26Fix the errorsNicholas-1/+2
2015-04-26Outputs no longer have to be mutableNicholas-1/+1
2015-04-26Fix the inline assembly examplesNicholas-4/+30
They now use the currently working syntax.
2015-03-26New section of the book: nightly rustSteve Klabnik-0/+141
Now that feature flags are only on nightly, it's good to split this stuff out.