]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-20 varkorRemove nil-enum test
2018-12-11 varkorUpdate tests
2018-12-11 varkorAdd a FIXME for mir build unreachable destination checking
2018-12-11 varkorAdd a mir-opt test
2018-12-11 varkorRestore old match behaviour
2018-12-11 varkorConsider privacy in more locations
2018-12-11 varkorFix some misbehaving tests
2018-12-11 varkorMake liveness analysis respect privacy
2018-12-11 varkorAdd privately uninhabited dead code test
2018-12-11 varkorUpdate ub-uninhabit tests
2018-12-11 varkorAddress unused variables warning with TcpStream
2018-12-11 varkorAdd note on nonzero-sized uninhabited types
2018-12-11 varkorImprove `conservative_is_uninhabited` comment
2018-12-11 varkorUse unions for uninhabitedness checking rather than...
2018-12-11 varkorconservative_is_uninhabited implies abi.is_uninhabited
2018-12-11 varkorNonempty arrays of uninhabited arrays are Abi::Uninhabited
2018-12-11 varkorUpdate const eval uninhabited messages
2018-12-11 varkorFix handling of divergent dicriminants
2018-12-11 varkorFix Ref inhabitedness comment
2018-12-11 varkorAddress comments
2018-12-11 varkorUpdate uninhabited matches tests
2018-12-11 varkorMake uninhabitedness checking more intelligent
2018-12-11 varkorCheck for uninhabitedness instead of never
2018-12-10 borsAuto merge of #56666 - Xanewok:rustfmt, r=kennytm
2018-12-10 borsAuto merge of #56157 - RalfJung:park, r=nagisa
2018-12-10 borsAuto merge of #56624 - RalfJung:miri, r=oli-obk
2018-12-10 Igor MatuszewskiBump failure to 0.1.3
2018-12-10 Igor MatuszewskiUpdate in-tree rustfmt to 1.0.1 to dedup versions
2018-12-10 Igor MatuszewskiUpdate RLS
2018-12-10 Simon SapinUpdate rustfmt
2018-12-10 borsAuto merge of #56369 - nnethercote:rm-Delimited, r...
2018-12-10 Nicholas NethercoteRemove `tokenstream::Delimited`.
2018-12-10 borsAuto merge of #56269 - nnethercote:_match-Matrix-SmallV...
2018-12-10 Nicholas NethercoteUse a `SmallVec` within `_match::Matrix`.
2018-12-09 borsAuto merge of #56463 - ljedrz:slice_concat_join, r...
2018-12-09 Nicholas NethercoteUpgrade `smallvec` to 0.6.7 and use the new `may_dangle...
2018-12-09 borsAuto merge of #56444 - petrochenkov:uifull, r=davidtwco
2018-12-09 Vadim PetrochenkovFix rebase + Add missing `// force-host`
2018-12-09 Vadim PetrochenkovRemove compile-fail-fulldeps test suite
2018-12-09 Vadim PetrochenkovMove some tests from ui-fulldeps to ui
2018-12-09 Vadim PetrochenkovMove compile-fail-fulldeps tests to ui-fulldeps
2018-12-09 Vadim PetrochenkovMove former compile-fail-fulldeps tests to ui
2018-12-09 borsAuto merge of #56644 - jens1o:patch-1, r=pietroalbini
2018-12-09 Jens HausdorfFix security link in CONTRIBUTING to its new place
2018-12-09 borsAuto merge of #56631 - matthiaskrgr:clippy, r=nikic
2018-12-09 borsAuto merge of #56630 - sinkuu:core_iter, r=kennytm
2018-12-08 borsAuto merge of #56615 - integer32llc:update-book, r...
2018-12-08 borsAuto merge of #56616 - estebank:issue-56539, r=davidtwco
2018-12-08 borsAuto merge of #56632 - Eijebong:synup, r=Mark-Simulacrum
2018-12-08 Shotaro YamadaDon't call size_hint of underlying iterator needlessly
2018-12-08 Shotaro YamadaResolve FIXME and cleanup
2018-12-08 Shotaro YamadaOverride Cycle::try_fold
2018-12-08 Bastien OrivelReduce the numbers of syn versions compiled from 4...
2018-12-08 Matthias Krügersubmodules: update clippy from 1df5766c to a3c77f6a
2018-12-08 Ralf Jungupdate miri
2018-12-08 borsAuto merge of #56623 - Centril:rollup, r=Centril
2018-12-08 Mazdak FarrokhzadRollup merge of #56621 - Morganamilo:fix-generators...
2018-12-08 Mazdak FarrokhzadRollup merge of #56620 - petrochenkov:noclutter, r...
2018-12-08 Mazdak FarrokhzadRollup merge of #56602 - dwijnand:fix-ptr-hash-docs...
2018-12-08 Mazdak FarrokhzadRollup merge of #56599 - dlrobertson:fix_va_arg, r...
2018-12-08 Mazdak FarrokhzadRollup merge of #56597 - vext01:dump-mir-usage, r=wesle...
2018-12-08 Mazdak FarrokhzadRollup merge of #56248 - estebank:suggest-bare-pub...
2018-12-08 borsAuto merge of #56583 - RalfJung:vergen, r=oli-obk
2018-12-08 morganamiloAdd missing comma in Generators
2018-12-08 borsAuto merge of #56578 - alexreg:cosmetic-1, r=alexreg
2018-12-08 Alexander RegueiroFixed nll stderr file.
2018-12-08 Vadim Petrochenkovresolve: Reduce some clutter in import ambiguity errors
2018-12-07 Alexander RegueiroFixed line numbers in stderr file.
2018-12-07 Alexander RegueiroFixed test stderr files.
2018-12-07 Alexander RegueiroFixed incorrect reference to issue #23121.
2018-12-07 Alexander RegueiroFixed more imports and variable names.
2018-12-07 Alexander RegueiroRe-added accidentally-removed imports.
2018-12-07 Alexander RegueiroVarious minor/cosmetic improvements to code
2018-12-07 borsAuto merge of #56258 - euclio:fs-read-write, r=euclio
2018-12-07 Dan Robertsoncodegen: Fix va_list - aaarch64 iOS/Windows
2018-12-07 Esteban KüberEncode `TraitAlias` as if they were `Trait`
2018-12-07 Carol (Nichols... Update the book to fix some edition-related bugs
2018-12-07 borsAuto merge of #56502 - Zoxc:hir-func, r=eddyb
2018-12-07 Andy Russelluse top level `fs` functions where appropriate
2018-12-07 borsAuto merge of #56460 - davidtwco:issue-55850, r=pnkfelix
2018-12-07 Ralf Jungupdate vergen
2018-12-07 Dale Wijnandgrammar
2018-12-07 Dale WijnandFix the just-introduced ptr::hash docs
2018-12-07 borsAuto merge of #56566 - ljedrz:fix_clippy_errors, r...
2018-12-07 Edd BarrettImprove the usage message for `-Z dump-mir`.
2018-12-07 David WoodFix ICE in region naming.
2018-12-07 David WoodIntroduce constraint category for yields.
2018-12-07 borsAuto merge of #56487 - nikic:discard-modules-earlier...
2018-12-07 borsAuto merge of #56581 - kennytm:rollup, r=kennytm
2018-12-07 borsAuto merge of #56066 - jethrogb:jb/sgx-target, r=alexcr...
2018-12-07 Jethro BeekmanSGX target: implement command-line arguments and enviro...
2018-12-07 Jethro BeekmanSGX target: implement time
2018-12-07 Jethro BeekmanSGX target: implement networking
2018-12-07 Jethro BeekmanSGX target: implement streams
2018-12-07 Jethro BeekmanSGX target: implement synchronization primitives and...
2018-12-07 Jethro BeekmanSGX target: implement user memory management
2018-12-07 Jethro BeekmanSGX target: add thread local storage
2018-12-07 Jethro BeekmanAdd x86_64-fortanix-unknown-sgx target to libstd and...
2018-12-07 kennytmRollup merge of #56574 - cbarrick:master, r=varkor
2018-12-07 kennytmRollup merge of #56561 - Zoxc:too-raw, r=Gankro
next