]> git.lizzy.rs Git - rust.git/history - src
Add help for static method invalid use
[rust.git] / src /
2017-08-14 Guillaume GomezAdd help for static method invalid use
2017-08-14 borsAuto merge of #43856 - sfackler:no-inline-debug, r...
2017-08-14 borsAuto merge of #43844 - arielb1:literally-nonstandard...
2017-08-14 borsAuto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcr...
2017-08-14 Steven FacklerDon't inline debug methods
2017-08-13 borsAuto merge of #43836 - taleks:issue-39827, r=arielb1
2017-08-13 borsAuto merge of #43815 - alexcrichton:optimize-alloc...
2017-08-13 bjorn3Fix error
2017-08-13 Ariel Ben-Yehudaast_validation: forbid "nonstandard" literal patterns
2017-08-13 bjorn3Update driver.rs
2017-08-13 bjorn3Change run-make ignore message
2017-08-13 bjorn3Change a #[cfg()] to a cfg!()
2017-08-13 bjorn3Fix tidy errors
2017-08-13 bjorn3Remove some more cfg's
2017-08-13 borsAuto merge of #43839 - GuillaumeGomez:rollup, r=Guillau...
2017-08-13 Alexey TarasovAddresses comments in PR #43836
2017-08-13 Guillaume GomezRollup merge of #43833 - dtolnay:connect-timeout, r...
2017-08-13 Guillaume GomezRollup merge of #43824 - kennytm:fix-43232-hir-stats...
2017-08-13 Guillaume GomezRollup merge of #43822 - topecongiro:missing-span-let...
2017-08-13 Guillaume GomezRollup merge of #43821 - NilSet:redox-dns, r=alexcrichton
2017-08-13 Guillaume GomezRollup merge of #43819 - frewsxcv:frewsxcv-include...
2017-08-13 Guillaume GomezRollup merge of #43814 - Eijebong:fix_typos2, r=petroch...
2017-08-13 Guillaume GomezRollup merge of #43803 - GuillaumeGomez:missing-links...
2017-08-13 Guillaume GomezRollup merge of #43782 - nrc:include, r=GuillaumeGomez
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 David TolnayFix TcpStream::connect_timeout tracking issue number
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 Alex Crichtonstd: Unsafe-away runtime checks in `Vec`
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 Guillaume GomezAdd missing link in fmt::format function
2017-08-12 borsAuto merge of #43823 - tchajed:fix-pr-link, r=frewsxcv
2017-08-12 Bastien OrivelFix some typos
2017-08-12 borsAuto merge of #43746 - eddyb:sound-thread-local, r...
2017-08-12 kennytmFix `-Z hir-stats` always panics (fix #43232).
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 topecongiroInclude 'let' keyword to the span for ast::Local
2017-08-12 bjorn3Less cfg's
2017-08-12 Alexey TarasovFollow up commit for the issue 39827
2017-08-12 Alexey TarasovFixes issue 39827: ICE in volatile_store intrinsic
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 Thomas LevyHandle DNS label compression in more places
2017-08-12 Owen SanchezDon't trigger unused_result on functions returning...
2017-08-12 Corey FarwellAdd complete doc example for `include_str!`.
2017-08-12 Corey FarwellAdd complete doc example for `include_bytes!`.
2017-08-12 Corey FarwellDemonstrate `include!` with Rust code, not just a strin...
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 Alex Crichtonstd: Tag OOM functions as `#[cold]`
2017-08-11 Alex Crichtonstd: Tag `AllocErr` functions as `#[inline]`
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 Guillaume GomezAdd (a lot of) missing links in fmt module docs
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
next