]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #43813 - pengowen123:unused_result, r=estebank
[rust.git] / src /
2017-08-13 borsAuto merge of #43813 - pengowen123:unused_result, r...
2017-08-13 borsAuto merge of #43630 - Mark-Simulacrum:rustbuild-cleanu...
2017-08-13 Mark SimulacrumBuild rustdoc with the native build triple
2017-08-13 borsAuto merge of #43348 - kennytm:fix-24658-doc-every...
2017-08-13 Mark SimulacrumCargotest needs only one rustdoc.exe to exist on Windows
2017-08-13 Mark SimulacrumCorrect code to not run host-only tests.
2017-08-13 Mark SimulacrumClean tools after building libstd/libtest/librustc.
2017-08-13 Mark SimulacrumBuild rustdoc only at the top stage
2017-08-13 Mark SimulacrumBuild rustdoc with the stageN compiler in N >= 2.
2017-08-13 Mark SimulacrumMake the message for building rustdoc slightly nicer
2017-08-13 Mark SimulacrumAdd ability to ignore git when building rust.
2017-08-13 Mark SimulacrumAllow overriding build triple via flag.
2017-08-13 Mark SimulacrumAllow specifiying targets and hosts not in the config...
2017-08-13 Mark SimulacrumUnify flags into config.
2017-08-12 borsAuto merge of #43736 - ollie27:rustdoc_impls_js, r...
2017-08-12 borsAuto merge of #43724 - lukaramu:std-ops-docs, r=QuietMi...
2017-08-12 lukaramustd::ops docs: incorporated changes suggested in review
2017-08-12 borsAuto merge of #43820 - sfackler:move-config-template...
2017-08-12 borsAuto merge of #43823 - tchajed:fix-pr-link, r=frewsxcv
2017-08-12 borsAuto merge of #43746 - eddyb:sound-thread-local, r...
2017-08-12 Eduard-Mihai BurtescuCheck #[thread_local] statics correctly in the compiler.
2017-08-12 borsAuto merge of #43812 - steveklabnik:rustdoc-doc-tests...
2017-08-12 Eduard-Mihai Burtescusyntax: #[allow_internal_unsafe] bypasses the unsafe_co...
2017-08-12 borsAuto merge of #43794 - Eijebong:fix_typos, r=lukaramu...
2017-08-12 Steven FacklerMove config.toml.example to the root dir
2017-08-12 Owen SanchezDon't trigger unused_result on functions returning...
2017-08-12 kennytmFix error during cross-platform documentation.
2017-08-12 borsAuto merge of #43792 - steveklabnik:rustdoc-directives...
2017-08-12 borsAuto merge of #43772 - arielb1:nonfree-block, r=nagisa
2017-08-11 borsAuto merge of #43766 - michaelwoerister:trans-scheduler...
2017-08-11 steveklabnikrustdoc doc tests
2017-08-11 Owen SanchezFix unused_result lint triggering when a function retur...
2017-08-11 steveklabnikaddress review feedback
2017-08-11 borsAuto merge of #43750 - tbu-:pr_fn_unreachable, r=sfackler
2017-08-11 borsAuto merge of #42932 - bjorn3:no_llvm_try2, r=eddyb
2017-08-11 borsAuto merge of #43748 - RalfJung:mir-validate2, r=arielb1
2017-08-11 bjorn3Remove some unused dependencies from rustc_trans_utils
2017-08-11 bjorn3It now completely compiles without LLVM!!!
2017-08-11 bjorn3Actually make rustc_driver compile without llvm
2017-08-11 borsAuto merge of #43800 - GuillaumeGomez:rollup, r=Guillau...
2017-08-11 bjorn3Make librustc_driver work without librustc_trans
2017-08-11 bjorn3Build support for no llvm
2017-08-11 Guillaume GomezRollup merge of #43795 - GuillaumeGomez:improve-variant...
2017-08-11 Guillaume GomezRollup merge of #43793 - j-browne:master, r=steveklabnik
2017-08-11 Guillaume GomezRollup merge of #43791 - GuillaumeGomez:file-docs,...
2017-08-11 Guillaume GomezRollup merge of #43783 - prisme60:prisme60-typo, r...
2017-08-11 Guillaume GomezRollup merge of #43779 - mattico:fix-unicode-typo,...
2017-08-11 Guillaume GomezRollup merge of #43773 - ubsan:patch-1, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43760 - ollie27:rustdoc_search_css...
2017-08-11 Guillaume GomezRollup merge of #43752 - arshiamufti:union-test, r...
2017-08-11 Guillaume GomezRollup merge of #43747 - GuillaumeGomez:fix-css, r...
2017-08-11 Guillaume GomezRollup merge of #43744 - MaloJaffre:stage1-test, r...
2017-08-11 Guillaume GomezRollup merge of #43741 - Gankro:fix-assert, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43739 - ibabushkin:master, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43721 - natboehm:patch-1, r=steveklabnik
2017-08-11 Guillaume GomezRollup merge of #43715 - ollie27:docs_long_link, r...
2017-08-11 Guillaume GomezRollup merge of #43712 - oli-obk:cfg, r=arielb1
2017-08-11 Guillaume GomezRollup merge of #43650 - RalfJung:mir-validate, r=arielb1
2017-08-11 Guillaume GomezRollup merge of #43632 - ruuda:allow-long-relative...
2017-08-11 Guillaume GomezRollup merge of #43176 - RalfJung:explain, r=eddyb
2017-08-11 borsAuto merge of #43745 - kennytm:fix-43162, r=aturon
2017-08-11 borsAuto merge of #43743 - michaelwoerister:gcx-tcx-switche...
2017-08-11 Tobias BucherAdd `#[inline]` to `mem::unreachable`
2017-08-11 steveklabnikignore more things
2017-08-10 steveklabnikreview feedback
2017-08-10 steveklabnikdoc doc(inline) and doc(no_inline)
2017-08-10 Guillaume GomezImprove enum variants display
2017-08-10 borsAuto merge of #43589 - aidanhs:aphs-fix-system-malloc...
2017-08-10 Bastien OrivelFix some more typos, this time words that are duplicated.
2017-08-10 Bastien OrivelFix some typos
2017-08-10 Justin BrowneFix broken links in Arc documentation
2017-08-10 steveklabnikDocument the doc attribute
2017-08-10 Guillaume GomezAdd missing links for Error docs
2017-08-10 Guillaume GomezAdd missing links in io module docs
2017-08-10 Guillaume GomezAdd missing links in io::Error docs
2017-08-10 Guillaume GomezAdd missing links in ReadDir docs
2017-08-10 Guillaume GomezAdd missing links on File struct docs
2017-08-10 borsAuto merge of #43559 - Nashenas88:nll-region-renumberer...
2017-08-10 Aidan Hobson SayersFix cross-crate global allocators on windows
2017-08-10 borsAuto merge of #43720 - pornel:staticconst, r=petrochenkov
2017-08-10 Ariel Ben-YehudaFor box expressions, use NZ drop instead of a free...
2017-08-10 KornelReword error hint
2017-08-10 borsAuto merge of #43522 - alexcrichton:rewrite-lints,...
2017-08-10 borsAuto merge of #43582 - ivanbakel:unused_mut_ref, r...
2017-08-10 FoucherFix typo corersponding -> corresponding
2017-08-10 borsAuto merge of #43737 - GuillaumeGomez:duplicate-method...
2017-08-10 kennytmExposed all platform-specific documentation.
2017-08-10 kennytmImplemented #[doc(cfg(...))].
2017-08-10 kennytmStrip out function implementation when documenting.
2017-08-10 borsAuto merge of #43735 - est31:master, r=alexcrichton
2017-08-10 borsAuto merge of #43730 - nrc:driver-shim, r=eddyb
2017-08-10 Isaac van BakelUpdated cargo submodule to fix compile error
2017-08-10 est31Add a feature gate
2017-08-10 Matt IckstadtFix typo in unicode char definition
2017-08-09 Vadim PetrochenkovBetter diagnostics and recovery for `const` in extern...
2017-08-09 borsAuto merge of #43627 - Aaronepower:master, r=alexcrichton
2017-08-09 Nick Camerondriver: factor out `continue_parse_after_error` so...
2017-08-09 nicole mazzucafix a typo
2017-08-09 borsAuto merge of #43484 - estebank:point-to-return, r...
2017-08-09 Ralf Jungrun AddCallGuards for *all* call edges before running...
next