]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrum
[rust.git] / src /
2018-12-11 borsAuto merge of #56703 - alexcrichton:fix-tools, r=Mark...
2018-12-11 Mark RousskovBuild manifest tool on mingw-check builder
2018-12-11 Alex CrichtonFix build of the `build-manifest` tool
2018-12-11 borsAuto merge of #56627 - alexcrichton:update-cargo, r...
2018-12-10 Alex CrichtonUpdate Cargo submodule and its dependencies
2018-12-10 borsAuto merge of #56688 - GuillaumeGomez:rollup, r=Guillau...
2018-12-10 Guillaume GomezRollup merge of #56661 - aelred:issue-55846, r=Mark...
2018-12-10 Guillaume GomezRollup merge of #56656 - BeatButton:liballoc_string_typ...
2018-12-10 Guillaume GomezRollup merge of #56641 - GuillaumeGomez:span-trait...
2018-12-10 Guillaume GomezRollup merge of #56633 - GuillaumeGomez:fix-right-arrow...
2018-12-10 Guillaume GomezRollup merge of #56491 - euclio:assert-error, r=estebank
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 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 Felix ChapmanAdd regression test for issue #55846
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 BeatButtonFix typo
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 #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 Guillaume Gomezfix span for invalid number of parameters in trait...
2018-12-08 borsAuto merge of #56632 - Eijebong:synup, r=Mark-Simulacrum
2018-12-08 Guillaume GomezFix right arrow size for crate filter
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 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
2018-12-07 kennytmRollup merge of #56555 - Mark-Simulacrum:stderr-profile...
2018-12-07 kennytmRollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark...
2018-12-07 kennytmRollup merge of #56434 - Zoxc:par-tests, r=michaelwoerister
2018-12-07 kennytmRollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichton
2018-12-07 kennytmRollup merge of #56000 - hug-dev:armv8m.main, r=alexcri...
2018-12-07 borsAuto merge of #54271 - petrochenkov:nolegder, r=eddyb...
2018-12-07 Vadim PetrochenkovUnsupport `#[derive(Trait)]` sugar for `#[derive_Trait...
2018-12-06 borsAuto merge of #55318 - Aaron1011:fix/final-auto-trait...
2018-12-06 John Kåre AlsakerFix printing of spans with no TyCtxt
2018-12-06 John Kåre AlsakerFix
2018-12-06 John Kåre AlsakerFix a race condition
2018-12-06 John Kåre AlsakerShow usages of query cycles and correctly shift queries...
next