]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-30 Camille GILLOTFix failing diagnostic test.
2018-12-30 Camille GILLOTMove tests to ui.
2018-12-30 Camille GILLOTrustc_typeck: Implement resolution advised in issue...
2018-12-30 Camille GILLOTrustfmt: librust_typeck/check/callee.rs
2018-12-30 Camille GILLOTtest: Add test for issues 45510 and 18952.
2018-12-30 borsAuto merge of #57158 - estebank:as-ref, r=zackmdavis
2018-12-30 borsAuto merge of #57195 - czipperz:mention_ToString_in_std...
2018-12-30 borsAuto merge of #57185 - petrochenkov:impice4, r=estebank
2018-12-30 CzipperzMention ToString in std::fmt docs
2018-12-29 borsAuto merge of #56843 - csmoe:non-copy, r=davidtwco
2018-12-29 borsAuto merge of #56225 - alexreg:type_alias_enum_variants...
2018-12-29 Esteban KüberUse `same_type` instead of duplicating logic
2018-12-29 borsAuto merge of #57197 - kennytm:rollup, r=kennytm
2018-12-29 borsAuto merge of #56924 - ehuss:update-cargo-rls-miri...
2018-12-29 borsAuto merge of #57181 - petrochenkov:impice3, r=estebank
2018-12-29 kennytmRollup merge of #57177 - varkor:fix-duration_as_u128...
2018-12-29 kennytmRollup merge of #57174 - linclark:patch-1, r=varkor
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 #57160 - petrochenkov:impice2, r=estebank
2018-12-29 borsAuto merge of #57140 - estebank:str-err, r=varkor
2018-12-29 Alexander RegueiroFixed stderr files for ui tests.
2018-12-29 csmoeadd non-copy note to stderr
2018-12-29 Eric HussUpdate cargo, rls, miri
2018-12-29 borsAuto merge of #57006 - GuillaumeGomez:no-crate-filter...
2018-12-29 Vadim Petrochenkovresolve: Never override real bindings with `Def::Err...
2018-12-28 borsAuto merge of #57138 - matthiaskrgr:clippy, r=oli-obk
2018-12-28 Vadim Petrochenkovresolve: Fix another ICE in import validation
2018-12-28 borsAuto merge of #57118 - Zoxc:query-stats, r=wesleywiser
2018-12-28 varkorFix warning when compiling rustc
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.
next