]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-08-15 Corey FarwellRollup merge of #43790 - steveklabnik:rustdoc-passes...
2017-08-15 Corey FarwellRollup merge of #43756 - sfackler:instant-nondecreasing...
2017-08-14 borsAuto merge of #43826 - kennytm:fix-43796-mis-calculated...
2017-08-14 steveklabnikWrite the "passes" chapter of the rustdoc book
2017-08-14 borsAuto merge of #43574 - notriddle:master, r=sfackler
2017-08-14 borsAuto merge of #43740 - michaelwoerister:local-id-in...
2017-08-14 Michael WoeristerFix unused variable warnings in builds disabled debug...
2017-08-14 borsAuto merge of #43857 - michaelwoerister:fix-impl-trait...
2017-08-14 kennytmsave-analysis: Remove path span extraction methods...
2017-08-14 Michael WoeristerMark closures return via impl-trait as reachable.
2017-08-14 Michael WoeristerFix some merge fallout.
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 Corey FarwellRemove my mailmap entry.
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 Tej ChajedUpdate GitHub pull request documentation link
2017-08-12 Eduard-Mihai... Check #[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... syntax: #[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 Michael WoeristerImprove validation of TypeckTables keys.
2017-08-11 Michael WoeristerEncapsulate sub-table access in TypeckTables and valida...
2017-08-11 Michael WoeristerImprove documentation for TypeckTables::validate_hir_id().
2017-08-11 Michael WoeristerUse DefIndex instead of NodeId in UpvarId.
2017-08-11 Michael WoeristerAdd some ID conversion methods to HIR map and Definitions.
2017-08-11 Michael WoeristerUse ItemLocalId as key for TypeckTables::cast_kinds.
2017-08-11 Michael WoeristerUse ItemLocalId as key for TypeckTables::fru_field_types.
2017-08-11 Michael WoeristerUse ItemLocalId as key for TypeckTables::liberated_fn_sigs.
next