]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-15 Mazdak FarrokhzadRollup merge of #67255 - tuxillo:remove-i686-unknown...
2019-12-15 borsAuto merge of #67216 - ecstatic-morse:const-loop, r...
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 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 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 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
2019-12-12 Aaron HillFix weird implicit dependency between rustllvm and...
2019-12-12 Ralf Jungavoid more intermediate allocations in validation errors
2019-12-12 Ralf Jungvalidation: avoid some intermediate allocations
2019-12-12 borsAuto merge of #66886 - mark-i-m:simplify-borrow_check...
2019-12-12 Ralf Jungdont ICE in case of invalid drop fn
2019-12-12 borsAuto merge of #67079 - nnethercote:optimize-shallow_res...
2019-12-12 Oliver SchererRequire `allow_internal_unstable` for stable min_const_...
2019-12-12 Nicholas NethercoteRemove the `DelimSpan` from `NamedMatch::MatchedSeq`.
2019-12-12 Mark Mansifix imports after rebase
2019-12-12 Mark Mansimore private
2019-12-12 Mark Mansifix imports
2019-12-12 Mark Mansitidy
2019-12-12 Mark Mansifix imports
2019-12-12 Mark Mansiget rid of nll submod
2019-12-12 Yuki OkushiDon't suggest wrong snippet in closure
2019-12-12 borsAuto merge of #67246 - JohnTitor:rollup-nfa7skn, r...
2019-12-12 Esteban KüberAdd more context for type parameters
2019-12-12 Yuki OkushiRollup merge of #67239 - llogiq:tiny-list-iterative...
2019-12-12 Yuki OkushiRollup merge of #67238 - llogiq:moo-and-improved, r...
2019-12-12 Yuki OkushiRollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC
2019-12-12 Yuki OkushiRollup merge of #67236 - petrochenkov:docerr2, r=matthe...
2019-12-12 Yuki OkushiRollup merge of #67230 - chansuke:remove-irrelevant...
2019-12-12 Yuki OkushiRollup merge of #67215 - nnethercote:fix-Zprint-type...
2019-12-12 Yuki OkushiRollup merge of #66983 - weiznich:bugfix/issue_66295...
2019-12-12 Yuki OkushiRollup merge of #62514 - stephaneyfx:box-ffi, r=nikomat...
2019-12-11 Jonas SchievinkAdd comment to `Dropper`
2019-12-11 Esteban KüberReuse existing HirId → DefId table
2019-12-11 Jonas SchievinkLinkedList: drop remaining items when drop panics
next