]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-29 kennytmRollup merge of #57168 - kennytm:fix-unaligned-docs...
2018-12-29 kennytmRollup merge of #57163 - JohnHeitmann:chevron-fix,...
2018-12-29 kennytmRollup merge of #57159 - ids1024:closed-issue, r=Centril
2018-12-29 kennytmRollup merge of #57153 - estebank:doc, r=cramertj
2018-12-29 kennytmRollup merge of #57149 - rust-lang:sgrif-patch-1, r...
2018-12-29 borsAuto merge of #57140 - estebank:str-err, r=varkor
2018-12-29 borsAuto merge of #57006 - GuillaumeGomez:no-crate-filter...
2018-12-28 borsAuto merge of #57138 - matthiaskrgr:clippy, r=oli-obk
2018-12-28 borsAuto merge of #57118 - Zoxc:query-stats, r=wesleywiser
2018-12-28 Matthias Krügersubmodules: update clippy from fc24fce7 to f7bdf500
2018-12-28 borsAuto merge of #57167 - Dylan-DPC:feature/non-zero-gette...
2018-12-28 kennytmRemoved aligned ZST requirement from docs of read_...
2018-12-28 Oliver SchererUpdate src/test/ui/consts/const-nonzero.rs
2018-12-28 dylan_DPCMake the getter for NonZero types into a const fn
2018-12-28 borsAuto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin
2018-12-28 borsAuto merge of #55519 - fhartwig:hashmap-index-example...
2018-12-28 John HeitmannGive the crate select chevron room to breathe.
2018-12-28 borsAuto merge of #57155 - petrochenkov:dcrate3, r=dtolnay
2018-12-28 Ian Douglas... Update references to closed issue
2018-12-27 borsAuto merge of #56999 - petrochenkov:macrecov2, r=estebank
2018-12-27 Vadim PetrochenkovResolve `$crate`s for pretty-printing at more appropria...
2018-12-27 Vadim PetrochenkovAdd test demonstrating disintegration of `$crate` into...
2018-12-27 borsAuto merge of #56384 - scalexm:chalk, r=nikomatsakis
2018-12-27 Esteban KüberFix span in char documentation
2018-12-27 scalexmSet a `def_id` in `ParamEnv` only with `-Z chalk`
2018-12-27 scalexmAdd tests
2018-12-27 scalexmFix `tcx.environment` for inherent impls
2018-12-27 scalexmAdd `wf_clause_for_fn_def`
2018-12-27 scalexmUse `TraitEngine` in `enter_canonical_trait_query`
2018-12-27 scalexmHandle sub-typing in chalk-engine
2018-12-27 scalexmIntegrate chalk engine
2018-12-27 scalexmFix binding levels in implied bounds rules
2018-12-27 scalexmFix replacement of escaping bound types
2018-12-27 scalexmFix `Sized` requirement for empty tuples in `program_cl...
2018-12-27 scalexmAdd builtin impls for `Sized` in `chalk_context::progra...
2018-12-27 scalexmRename functions giving WF clauses for builtin types
2018-12-27 scalexmAdd utilities for creating generic types
2018-12-27 scalexmReturn an instantiated environment instead of a generic one
2018-12-27 scalexmCorrectly lift empty lists of clauses and goals
2018-12-27 scalexmFix `visit_ex_clause_with`
2018-12-27 scalexmAdd a def-id in `ty::ParamEnv`
2018-12-27 scalexmImplement "lifetime juggling" methods from chalk integr...
2018-12-27 scalexmImplement `is_coinductive`
2018-12-27 borsAuto merge of #56852 - kennytm:test-publish-toolstate...
2018-12-27 Sean GriffinFix typo in pin documentation
2018-12-27 borsAuto merge of #56838 - Aaron1011:fix/rustdoc-infer...
2018-12-27 Vadim PetrochenkovFix rebase and more CI failures
2018-12-27 Vadim PetrochenkovAddress review comments and CI failures
2018-12-27 Vadim PetrochenkovMake sure feature gate errors are recoverable
2018-12-27 Vadim PetrochenkovFix `trace_macros` and `log_syntax`
2018-12-27 Vadim PetrochenkovGet rid of `Block::recovered`
2018-12-27 Vadim PetrochenkovDo not abort compilation if expansion produces errors
2018-12-27 Vadim PetrochenkovAST/HIR: Introduce `ExprKind::Err` for better error...
2018-12-27 borsAuto merge of #57133 - SimonSapin:zero, r=oli-obk
2018-12-27 borsAuto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=josht...
2018-12-27 borsAuto merge of #57129 - RalfJung:check-bounds, r=oli-obk
2018-12-27 kennytmAdded a job to dry-run the publish_toolstate.py once
2018-12-27 Esteban KüberAdd span label to unused string formatting argument
2018-12-27 Esteban KüberPoint at correct span for arguments in format strings
2018-12-27 borsAuto merge of #57069 - estebank:str-err, r=@cramertj
2018-12-26 Esteban KüberVarious changes to string format diagnostics
2018-12-26 borsAuto merge of #57124 - sunjay:stable_duration_as_u128...
2018-12-26 Taylor CramerAdd Unpin to std prelude, not just core
2018-12-26 Simon SapinRemove the private generic NonZero<T> wrapper type.
2018-12-26 borsAuto merge of #56534 - xfix:copied, r=@SimonSapin
2018-12-26 Sunjay VarmaStabilize duration_as_u128
2018-12-26 borsAuto merge of #57108 - Mark-Simulacrum:license-remove...
2018-12-26 Mark RousskovAccount for no newline before test annotations
2018-12-26 Ralf Jungmake Alloc::check_bounds_ptr private; you should use...
2018-12-26 Konrad BorowskiAdd a tracking issue for Iterator::copied
2018-12-26 Konrad BorowskiAdd a tracking issue for Option::copied
2018-12-26 Mark RousskovRemove licenses
2018-12-25 borsAuto merge of #57088 - euclio:non-camel-case-early...
2018-12-25 borsAuto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix
2018-12-25 borsAuto merge of #56983 - ljedrz:parallel_query_tweaks...
2018-12-25 borsAuto merge of #57116 - kennytm:revert-56944, r=alexcrichton
2018-12-25 Jethro BeekmanAdd `io` and `arch` modules to `std::os::fortanix_sgx`
2018-12-25 Jethro BeekmanFix build on latest git master
2018-12-25 John Kåre AlsakerAdd a command line flag to print some query stats
2018-12-25 kennytmRevert "Rollup merge of #56944 - alexcrichton:less...
2018-12-25 borsAuto merge of #56926 - alexcrichton:update-stdsimd...
2018-12-24 borsAuto merge of #56836 - alexcrichton:std-backtrace-sys...
2018-12-24 borsAuto merge of #57082 - matthiaskrgr:revert_56933, r...
2018-12-24 Matthias Krügerx.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011
2018-12-24 Andy Russellmake non_camel_case_types an early lint
2018-12-24 Guillaume GomezAdd no-crate filter option on rustdoc
2018-12-24 Alex Crichtonstd: Use backtrace-sys from crates.io
2018-12-24 borsAuto merge of #56770 - satyarohith:patch-1, r=Centril
2018-12-24 borsAuto merge of #57094 - Centril:rollup, r=Centril
2018-12-24 Mazdak FarrokhzadRollup merge of #57085 - glaubitz:sparc64-abi-fix,...
2018-12-24 Mazdak FarrokhzadRollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk
2018-12-24 Mazdak FarrokhzadRollup merge of #57021 - nikic:arg-pointer-align, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #57010 - phansch:run_compiletest_tests_...
2018-12-24 Mazdak FarrokhzadRollup merge of #56986 - alexcrichton:move-jemalloc...
2018-12-24 Mazdak FarrokhzadRollup merge of #56985 - oli-obk:const_check_bounds...
2018-12-24 Mazdak FarrokhzadRollup merge of #56978 - jethrogb:jb/sgx-os-mod, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #56944 - alexcrichton:less-thin2, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #56242 - GuillaumeGomez:iterator-missin...
2018-12-24 Mazdak FarrokhzadRollup merge of #55470 - daniellimws:box-from-docs...
2018-12-24 borsAuto merge of #57087 - Centril:rollup, r=Centril
next