]> git.lizzy.rs Git - rust.git/history - src/doc/trpl/inline-assembly.md
Resolve unused_parens compilation warning
[rust.git] / src / doc / trpl / inline-assembly.md
2015-10-07 Steve KlabnikRollup merge of #28878 - sourcefrog:doc-links, r=stevek...
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-08-01 Manish GoregaokarRollup merge of #26982 - nham:orphan-explanations,...
2015-07-31 borsAuto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton
2015-07-30 borsAuto merge of #26734 - Gankro:deprecate-vecmap, r=alexc...
2015-07-30 borsAuto merge of #27032 - Gankro:tarpl, r=aturon,acrichto...
2015-07-29 Manish GoregaokarRollup merge of #27369 - brson:realstd, r=alexcrichton
2015-07-29 borsAuto merge of #27358 - bluss:split-at-mut, r=aturon
2015-07-28 borsAuto merge of #27280 - bluss:siphash-perf, r=alexcrichton
2015-07-27 Mathieu DavidFix the relative path issue by including the files...
2015-07-27 borsAuto merge of #26876 - liigo:patch-3, r=Gankro
2015-07-21 borsAuto merge of #26935 - oli-obk:const_val_description...
2015-07-20 borsAuto merge of #27026 - nagisa:overflowing-unsigned...
2015-07-20 borsAuto merge of #27044 - nrc:graphviz-style, r=@pnkfelix
2015-07-18 Manish GoregaokarRollup merge of #26777 - barosl:macro-doc-escapes,...
2015-07-17 Manish GoregaokarRollup merge of #27069 - Eljay:fix-raw-attr-typo, r...
2015-07-17 Manish GoregaokarRollup merge of #25993 - nham:fix_23969, r=nikomatsakis
2015-07-16 Steve KlabnikMerge branch 'fix-26673' of https://github.com/nhowell...
2015-07-16 Steve KlabnikMerge branch 'more-ref-fixes' of https://github.com...
2015-07-16 Steve KlabnikMerge branch 'coercions' of https://github.com/tshepang...
2015-07-16 Manish GoregaokarRollup merge of #27046 - nrc:driver-defaults, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27039 - bluss:siphash-tests, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27030 - nrc:save-ctors, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #27019 - akiss77:pr-aarch64-morestack...
2015-07-16 Manish GoregaokarRollup merge of #27018 - arielb1:enum-update, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26988 - frewsxcv:regression-tests...
2015-07-16 Manish GoregaokarRollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26838 - P1start:refactor-diagnostic...
2015-07-16 Manish GoregaokarRollup merge of #26819 - P1start:ref-suggestion, r...
2015-07-16 Manish GoregaokarRollup merge of #27029 - nrc:save-pub-gen-code, r=alexc...
2015-07-16 Manish GoregaokarRollup merge of #27028 - Gankro:travis, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #27020 - goyox86:goyox86/fix-error...
2015-07-16 Manish GoregaokarRollup merge of #27013 - michaelsproul:fix-E0303, r...
2015-07-16 Manish GoregaokarRollup merge of #26977 - brson:stddoc, r=Gankro
2015-07-16 Manish GoregaokarRollup merge of #26695 - rutsky:patch-2, r=Manishearth
2015-07-16 Manish GoregaokarRollup merge of #26693 - rutsky:patch-1, r=Manishearth
2015-07-14 borsAuto merge of #27024 - bluss:io-drain, r=alexcrichton
2015-07-14 borsAuto merge of #27016 - alexcrichton:inline-asm-docs...
2015-07-14 Alexis Beingessnermove everything into the Rust tree
2015-07-13 Alex Crichtondoc: Add a link to LLVM's new inline assembly docs
2015-06-24 borsAuto merge of #26520 - oli-obk:three-tuple-transitive...
2015-06-24 borsAuto merge of #26521 - oli-obk:android-x86-libclibc...
2015-06-21 borsAuto merge of #26457 - meqif:master, r=alexcrichton
2015-06-18 Manish GoregaokarRollup merge of #26314 - steveklabnik:gh26312, r=bluss
2015-06-17 borsAuto merge of #22681 - mzabaluev:extend-faster, r=huonw
2015-06-16 borsAuto merge of #24719 - :patch-1, r=steveklabnik
2015-06-16 borsAuto merge of #26313 - steveklabnik:fix_str_docs, r...
2015-06-12 Manish GoregaokarRollup merge of #24495 - nathanl:nathanl-explain-bin...
2015-06-04 borsAuto merge of #25991 - Jexell:master, r=alexcrichton
2015-05-29 borsAuto merge of #25494 - alexcrichton:stdio-from-raw...
2015-05-27 Manish GoregaokarRollup merge of #25128 - steveklabnik:gh24816, r=alexcr...
2015-05-26 borsAuto merge of #25593 - nham:E0210_E0326, r=alexcrichton
2015-05-26 borsAuto merge of #25091 - quantheory:trait_associated_cons...
2015-05-24 borsAuto merge of #25464 - zaeleus:trpl-riol, r=pnkfelix
2015-05-24 borsAuto merge of #25168 - Manishearth:register_attr, r...
2015-05-23 borsAuto merge of #25416 - kballard:ffi-cstr-to-str-conveni...
2015-05-21 borsAuto merge of #25601 - ericye16:master, r=steveklabnik
2015-05-21 borsAuto merge of #25473 - doomrobo:patch-3, r=steveklabnik
2015-05-21 borsAuto merge of #25552 - GuillaumeGomez:left-hand-error...
2015-05-20 borsAuto merge of #25625 - bluss:doc-slice-order, r=Gankro
2015-05-20 borsAuto merge of #25571 - hirschenberger:master, r=nrc
2015-05-20 borsAuto merge of #25390 - eddyb:typeck-pub, r=nrc
2015-05-20 borsAuto merge of #25615 - petrochenkov:issue25542, r=alexc...
2015-05-20 borsAuto merge of #25610 - mbrubeck:bufread-docs, r=alexcri...
2015-05-20 borsAuto merge of #25596 - Ms2ger:rbml-docs, r=alexcrichton
2015-05-20 borsAuto merge of #25595 - dotdash:issue25549, r=eddyb
2015-05-20 borsAuto merge of #25588 - bluss:doc-string-from, r=alexcri...
2015-05-20 borsAuto merge of #25350 - alexcrichton:msvc, r=brson
2015-05-19 Steve KlabnikRollup merge of #25620 - brson:betavers, r=alexcrichton
2015-05-19 Steve KlabnikRollup merge of #25614 - parir:patch-2, r=alexcrichton
2015-05-19 Steve KlabnikRollup merge of #25611 - parir:patch-1, r=steveklabnik
2015-05-19 Steve KlabnikRollup merge of #25607 - peferron:doc-macros-assert...
2015-05-19 Steve KlabnikRollup merge of #25604 - skeuomorf:docs-lifetime, r...
2015-05-19 Steve KlabnikRollup merge of #25602 - parkr:patch-1, r=alexcrichton
2015-05-19 Steve KlabnikRollup merge of #25583 - steveklabnik:gh25517, r=alexcr...
2015-05-19 borsAuto merge of #24333 - arielb1:implement-rfc401, r=nrc
2015-05-19 borsAuto merge of #25495 - alexcrichton:process-pid, r...
2015-05-19 borsAuto merge of #25605 - Manishearth:rollup, r=Manishearth
2015-05-19 Manish GoregaokarRollup merge of #25591 - rick68:patch-2, r=alexcrichton
2015-05-19 Manish GoregaokarRollup merge of #25590 - michaelsproul:enum-struct...
2015-05-19 Manish GoregaokarRollup merge of #25587 - bluss:rustdoc-type-margin...
2015-05-19 Manish GoregaokarRollup merge of #25580 - killercup:trpl/unify-code...
2015-05-18 borsAuto merge of #25230 - rayglover:patch-bitset, r=Gankro
2015-05-18 Pascal HertleifTRPL: Add `rust` Marker to Some Code Block
2015-05-16 borsAuto merge of #25453 - jimblandy:FQA-fiasco-link, r...
2015-05-12 borsAuto merge of #24818 - tbelaire:double-import, r=nrc
2015-05-12 Nick CameronMerge branch 'master' into
2015-05-10 Steve KlabnikRollup merge of #24948 - derhuerst:patch-1, r=steveklabnik
2015-05-10 Manish GoregaokarRollup merge of #25252 - inrustwetrust:crate-type-attri...
2015-05-09 borsAuto merge of #25159 - inrustwetrust:wrapping_inline...
2015-05-09 borsAuto merge of #24859 - richo:valgrind-tests, r=brson
2015-05-07 borsAuto merge of #24973 - roryokane:fix-minus-doc-buttons...
2015-05-07 Steve KlabnikRollup merge of #24966 - ruud-v-a:explain, r=pnkfelix
2015-05-07 Steve KlabnikRollup merge of #24576 - cactorium:errorcodes, r=pnkfelix
2015-05-05 Steve KlabnikRollup merge of #24782 - steveklabnik:doc_ownership...
2015-05-05 borsAuto merge of #24979 - jooert:test-22471, r=pnkfelix
2015-05-05 borsAuto merge of #25095 - huonw:faster-bitvec, r=alexcrichton
2015-05-04 borsAuto merge of #24652 - achanda:ip-long, r=alexcrichton
2015-05-03 borsAuto merge of #25048 - huonw:test-benches, r=alexcrichton
2015-05-02 borsAuto merge of #24980 - jooert:test-22468, r=pnkfelix
next