]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-17 Mark RousskovDisable cargo tests for now
2019-12-17 Mark RousskovMove AtomicU64 usage to AtomicUsize
2019-12-17 Mark RousskovAlways build and ship parallel-enabled compilers
2019-12-16 Mark RousskovChange the default thread count to min(4, vCPUs)
2019-12-16 borsAuto merge of #67342 - Centril:rollup-fl44n41, r=Centril
2019-12-16 Mazdak FarrokhzadRollup merge of #67325 - Centril:push-fake-read, r...
2019-12-16 Mazdak FarrokhzadRollup merge of #67324 - Centril:mir-build-match-doc...
2019-12-16 Mazdak FarrokhzadRollup merge of #67317 - lcnr:type_name_docs, r=jonas...
2019-12-16 Mazdak FarrokhzadRollup merge of #66771 - SimonSapin:panic-stability...
2019-12-16 Mazdak FarrokhzadRollup merge of #66735 - SOF3:feature/str_strip, r...
2019-12-16 Mazdak FarrokhzadRollup merge of #66570 - lzutao:stabilize-result-map_or...
2019-12-16 Mazdak FarrokhzadRollup merge of #65778 - bdonlan:stable_weak_count...
2019-12-15 Mazdak Farrokhzadcleanup with push_fake_read
2019-12-15 Mazdak FarrokhzadFix repetition in matches/mod.rs
2019-12-15 lcnr/Bastian... fix doc comment
2019-12-15 SOFeSet tracking issue for str_strip
2019-12-15 borsAuto merge of #67310 - Centril:rollup-22jiyow, r=Centril
2019-12-15 Mazdak FarrokhzadRollup merge of #67305 - kappa:patch-1, r=jonas-schievink
2019-12-15 Mazdak FarrokhzadRollup merge of #67300 - aloucks:issue-65970, r=rkruppe
2019-12-15 Mazdak FarrokhzadRollup merge of #67289 - estebank:unnamed-closure,...
2019-12-15 Mazdak FarrokhzadRollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC
2019-12-15 Mazdak FarrokhzadRollup merge of #67267 - alexcrichton:update-wasi-libc...
2019-12-15 Mazdak FarrokhzadRollup merge of #67255 - tuxillo:remove-i686-unknown...
2019-12-15 David TolnayBump Weak::strong_count/weak_count stabilizations from...
2019-12-15 borsAuto merge of #67216 - ecstatic-morse:const-loop, r...
2019-12-15 Alex KapranoffDoc typo
2019-12-14 Esteban KüberDo not ICE on unnamed future
2019-12-14 borsAuto merge of #67224 - nikomatsakis:revert-stabilizatio...
2019-12-14 Niko Matsakisupdate reference
2019-12-14 Niko Matsakisupdate clippy to the rustc-pr-67224 branch
2019-12-14 Aaron LoucksRestore original implementation of Vec::retain
2019-12-14 Niko Matsakis[WIP] fix tests after rebase
2019-12-14 Niko Matsakisadd `#![feature(never_type)]` to tests as needed
2019-12-14 Niko MatsakisAdd regression test for #66757
2019-12-14 Niko MatsakisRevert "Stabilize the `never_type`, written `!`."
2019-12-14 Niko MatsakisRevert "Remove `#![feature(never_type)]` from tests."
2019-12-14 Niko MatsakisRevert "Redefine `core::convert::Infallible` as `!`."
2019-12-14 borsAuto merge of #67136 - oli-obk:const_stability, r=Centril
2019-12-14 borsAuto merge of #67084 - Pagten:feature/print-msg-from...
2019-12-13 borsAuto merge of #65951 - estebank:type-inference-error...
2019-12-13 borsAuto merge of #67284 - Centril:rollup-ghiukob, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67280 - shalzz:patch-1, r=jonas-schievink
2019-12-13 Mazdak FarrokhzadRollup merge of #67278 - Centril:67273, r=oli-obk
2019-12-13 Mazdak FarrokhzadRollup merge of #67274 - RalfJung:uninit, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67256 - RalfJung:reduce-allocs, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67254 - RalfJung:vtable-ice, r=oli-obk
2019-12-13 Mazdak FarrokhzadRollup merge of #67235 - jonas-schievink:vecdeque-leak...
2019-12-13 Mazdak FarrokhzadRollup merge of #67026 - Nadrieril:improve-usefulness...
2019-12-13 Patrick WangFix incorrect example code of OpenOptions::open
2019-12-13 Dylan MacKenzieCorrectly mark things as `min_const_fn`
2019-12-13 ecstatic-morseDocument `Features::enabled`
2019-12-13 Dylan MacKenzieUse correct nightly version for feature
2019-12-13 Dylan MacKenzieEnsure test actually uses dataflow, not simulation
2019-12-13 Dylan MacKenzieUse better name for local containing required feature...
2019-12-13 Dylan MacKenzieReplace `Index` impl with `enabled` method
2019-12-13 Dylan MacKenzieApply suggestions from review
2019-12-13 ecstatic-morseFix grammar in test description
2019-12-13 Dylan MacKenzieLook for "unstable feature" error code in test
2019-12-13 Dylan MacKenzieImprove comment
2019-12-13 Dylan MacKenzieImprove message when active feature indexing panics
2019-12-13 Dylan MacKenzieBless modified tests
2019-12-13 Dylan MacKenzieBless unrelated tests with new help message
2019-12-13 Dylan MacKenzieAdd qualif smoke tests for const loops
2019-12-13 Dylan MacKenzieExtend control flow basics tests with loops
2019-12-13 Dylan MacKenzieRestructue HIR const-checker to handle features with...
2019-12-13 Dylan MacKenziePut MIR checks for loops behind the feature flag
2019-12-13 Dylan MacKenzieAdd feature gate for `const_loop`
2019-12-13 Dylan MacKenzieGet active features dynamically by their `Symbol`
2019-12-13 Shaleen Jaindocs: std::convert::From: Fix typo
2019-12-13 borsAuto merge of #62359 - euclio:remove-serialize, r=Dylan-DPC
2019-12-13 Mazdak Farrokhzadcoerce_inner: use initial expected_ty
2019-12-13 Oliver SchererThe constness of 128 bit atomics will be stabilized...
2019-12-13 Ralf Jungbe explicit that mem::uninitialized is the same as...
2019-12-13 Oliver SchererAddress review comments
2019-12-13 Oliver SchererConsistently name `min_const_fn`
2019-12-13 Oliver SchererChange the const stab default for internal const fns
2019-12-13 Oliver SchererFix rustdoc test
2019-12-13 Oliver SchererElaborate internal const fn comment
2019-12-13 Oliver SchererCompiler internal error codes need no documentation
2019-12-13 Oliver SchererRequire stable/unstable annotations for the constness...
2019-12-13 Oliver SchererReuse the `staged_api` feature for `rustc_const_unstable`
2019-12-13 borsAuto merge of #67077 - Aaron1011:build-llvm-in-binary...
2019-12-13 borsAuto merge of #66405 - nnethercote:tweak-ObligForest...
2019-12-13 borsAuto merge of #67271 - Centril:rollup-i71iqkv, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67269 - Centril:recover-lt-deref-pat...
2019-12-13 Mazdak FarrokhzadRollup merge of #67251 - oli-obk:stability_sieve, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67250 - nnethercote:rm-DelimSpan-from...
2019-12-13 Mazdak FarrokhzadRollup merge of #67247 - JohnTitor:fix-sugg, r=estebank
2019-12-13 Mazdak FarrokhzadRollup merge of #67243 - jonas-schievink:linkedlist...
2019-12-13 Mazdak FarrokhzadRollup merge of #66341 - crgl:vec-deque-extend, r=Amanieu
2019-12-13 Mazdak Farrokhzadparser: recover on `&'lifetime mut $pat`.
2019-12-12 Alex CrichtonFix signature of `__wasilibc_find_relpath`
2019-12-12 Nicholas NethercoteAvoid re-processing nodes in `find_cycles_from_node`.
2019-12-12 Nicholas NethercoteRemove an unnecessary local variable.
2019-12-12 Nicholas NethercoteRemove some `debug!` statements.
2019-12-12 Nicholas NethercoteMove functions around.
2019-12-12 Nicholas NethercoteRemove `NodeState::{Waiting,Done}`.
2019-12-12 Andy Russellreplace serialize with serde in rustdoc
2019-12-12 borsAuto merge of #67172 - jethrogb:jb/bootstrap-linker...
2019-12-12 Antonio Huete... Remove i686-unknown-dragonfly target
next