]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-28 Esteban KüberSuggest `.as_ref()` when appropriate for `Option` and...
2018-12-28 Lin ClarkUpdate link to rustc guide
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 Vadim Petrochenkovresolve: Fix an ICE in import validation
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 csmoeretrieve ty info from place_ty
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 Alexander RegueiroChanged resolution of enum variants to low priority.
2018-12-26 Alexander RegueiroMinor cosmetic changes
2018-12-26 Alexander RegueiroMinor clean-up
2018-12-26 Alexander RegueiroFixed ICE when type arguments are specified on `Self...
2018-12-26 Alexander RegueiroFixed type inference for tuple struct variants.
2018-12-26 Alexander RegueiroFixed handling of unit variants of aliased enums in...
2018-12-26 Alexander RegueiroAdded regression test for using generic parameters...
2018-12-26 Alexander RegueiroFixed several ICEs.
2018-12-26 Alexander RegueiroRemoved unnecessary special handling of `VariantCtor...
2018-12-26 Alexander RegueiroExpanded tests for enum variants with generic args.
2018-12-26 Alexander RegueiroFixed issues raised in review.
2018-12-26 Alexander RegueiroAdded tests for enums & enum aliases with various combi...
2018-12-26 Alexander RegueiroWork-around for shadowing of variant names with assoc...
2018-12-26 Alexander RegueiroFixed issues raised in first review.
2018-12-26 Alexander RegueiroAdded chapter to Unstable Book.
2018-12-26 Alexander RegueiroFixed more tests.
2018-12-26 Alexander RegueiroFixed tests.
2018-12-26 Alexander RegueiroMade suggestion diagnostics more consistent for enum...
2018-12-26 Alexander RegueiroAdded tests for feature.
2018-12-26 Alexander RegueiroImplemented variants on type aliases in both ctor and...
2018-12-26 Alexander RegueiroStore `Ident` rather than just `Name` in HIR types...
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
next