]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-02 Niko Matsakisrename `type_moves_by_default` to `type_is_copy_modulo_...
2019-01-02 Niko Matsakistry to detect affected code and direct people to #56105
2019-01-02 Niko Matsakistrack if any region constraints involved placeholders
2019-01-02 Niko Matsakispacify the mercilous eddyb ;)
2019-01-02 Niko Matsakisadd some comments about lifetimes etc
2019-01-02 Niko Matsakisaddress tmandry nits
2019-01-02 Niko Matsakispacify the mercilous tidy
2019-01-02 Niko Matsakisimprove handling for subtype
2019-01-02 Niko Matsakissay "the lifetime" instead of "some lifetime" when...
2019-01-02 Niko Matsakisapply the same logic to ConcreteFailure errors
2019-01-02 Niko Matsakisrefactor highlighting to take any RegionKind, making...
2019-01-02 Niko Matsakisapply the new placeholder errors even with just one...
2019-01-02 Niko Matsakisintroduce placeholder-placeholder errors for trait...
2019-01-02 Niko Matsakisadd the ability to highlight placeholders
2019-01-02 Niko Matsakisgeneralize region highlights into a struct
2019-01-02 Niko Matsakisdump out the exact state in error reporting debugs
2019-01-02 Niko Matsakismake `get_highlight_region_for_regionvid` only affect...
2019-01-02 Niko Matsakisremove outdated `rustc_driver` tests
2019-01-02 Niko MatsakisWIP other test changes
2019-01-02 Niko Matsakistests: cases where we now do the right thing but did...
2019-01-02 Niko Matsakistests: worse diagnostics, but basically same errors
2019-01-02 Niko Matsakistests: move coherence-subtyping from run-pass to compil...
2019-01-02 Niko Matsakisadd tests exercising `exists<'a> { forall<'b> { .....
2019-01-02 Niko Matsakisuniverse transition
2019-01-02 Niko MatsakisWIP: wfcheck ability to detect
2019-01-02 Niko Matsakisselect.rs: unsizing coercion should use a subtype
2019-01-02 Niko Matsakisintroduce ability to detect region constraints from...
2019-01-02 Niko Matsakismake evaluation track whether outlives relationships...
2019-01-02 Niko Matsakisremove wrapper functions that had no purpose
2019-01-02 Niko Matsakisremove `commit_if_ok` wrapper
2019-01-02 borsAuto merge of #57243 - dingelish:master, r=sfackler
2019-01-02 borsAuto merge of #57250 - codeworm96:tyerr_msg, r=varkor
2019-01-02 borsAuto merge of #57251 - petrochenkov:reregr, r=varkor
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57209 - estebank:suggest-raw-ident,...
2019-01-01 Yu DingMerge remote-tracking branch 'upstream/master'
2019-01-01 Vadim Petrochenkovsyntax: Fix regression in diagnostics for patterns...
2019-01-01 borsAuto merge of #57125 - doitian:inconsistent-clone-doc...
2019-01-01 Yu DingRemove min_const_unsafe_fn since it is stable
2019-01-01 borsAuto merge of #55937 - davidtwco:issue-54943, r=pnkfelix
2019-01-01 borsAuto merge of #57203 - nagisa:readme, r=Mark-Simulacrum
2019-01-01 borsAuto merge of #57210 - estebank:str-err, r=zackmdavis
2019-01-01 borsAuto merge of #57194 - matthiaskrgr:copyright_headers...
2019-01-01 borsAuto merge of #57199 - petrochenkov:ambig, r=estebank
2019-01-01 Yuning ZhangImprove type mismatch error messages
2019-01-01 Yu DingBound sgx target_env with fortanix as target_vendor
2018-12-31 borsAuto merge of #56878 - petrochenkov:privdyn, r=arielb1
2018-12-31 Vadim PetrochenkovAddress review comments
2018-12-31 Vadim Petrochenkovprivacy: Use common `DefId` visiting infra for all...
2018-12-31 borsAuto merge of #57047 - euclio:field-structured-suggesti...
2018-12-31 Esteban KüberDo not use unicode character in diagnostic help
2018-12-31 Andy Russelluse structured suggestions for nonexistent fields
2018-12-31 Esteban KüberUse structured suggestion for braceless unicode escape...
2018-12-31 Esteban KüberAccount for `\xFF` and `\u{FF}` sequences in string...
2018-12-31 Esteban KüberUpdate tests after rebase
2018-12-31 Esteban KüberAddress review comments
2018-12-31 Esteban KüberSuggest using raw identifiers in 2018 edition when...
2018-12-31 borsAuto merge of #57220 - quark-zju:mcount, r=estebank
2018-12-31 ianFix inconsistent Clone documentation.
2018-12-31 borsAuto merge of #57061 - Zoxc:graph-refactor, r=michaelwo...
2018-12-31 John Kåre AlsakerAddress comments
2018-12-31 John Kåre AlsakerUse `entry` API to avoid double lookup when interning...
2018-12-31 John Kåre AlsakerGroup dep node data into a single structure
2018-12-31 borsAuto merge of #57208 - estebank:issue-57198, r=petrochenkov
2018-12-31 borsAuto merge of #57044 - varkor:E0512-equal-type, r=matth...
2018-12-31 borsAuto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
2018-12-30 varkorFix variable string size problem in transmute test
2018-12-30 Esteban KüberAddress review comments: Remove new `PathResult` variant
2018-12-30 Jun WuAdd `-Z instrument-mcount`
2018-12-30 borsAuto merge of #57213 - matthiaskrgr:clippy_submodule_up...
2018-12-30 Matthias Krügersubmodules: update clippy from f7bdf500 to 39bd8449
2018-12-30 borsAuto merge of #57205 - petrochenkov:extrecov, r=estebank
2018-12-30 David WoodGuarantee `rustc_dump_user_substs` error order.
2018-12-30 David WoodStop duplicating projections of type annotation.
2018-12-30 David WoodStop well-formedness checking unreachable code.
2018-12-30 David WoodFix unresolved inference variable ICE.
2018-12-30 David WoodAdd explicit error annotations to test.
2018-12-30 David WoodSupport user type annotations in `ref` bindings.
2018-12-30 David WoodAdd user type annotations to MIR dump.
2018-12-30 David WoodType annotations in associated constant patterns.
2018-12-30 David WoodAdd test for unreachable well-formedness.
2018-12-30 David WoodAlways check well-formedness.
2018-12-30 David WoodRefactor `UserTypeAnnotation`.
2018-12-30 borsAuto merge of #57204 - czipperz:ord_docs_must_agree...
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 Esteban KüberDo not complain about missing crate named as a keyword
2018-12-30 CzipperzMention ToString in std::fmt docs
2018-12-30 CzipperzSpecify criterion for PartialOrd
2018-12-29 borsAuto merge of #56843 - csmoe:non-copy, r=davidtwco
2018-12-29 CzipperzMake std::cmp::Ord documentation specify what it means...
2018-12-29 Vadim PetrochenkovImprove error recovery for some built-in macros
2018-12-29 Simonas KazlauskasRemove mention of required memory to build
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 Vadim Petrochenkovresolve: Simplify treatment of ambiguity errors
2018-12-29 borsAuto merge of #56924 - ehuss:update-cargo-rls-miri...
2018-12-29 borsAuto merge of #57181 - petrochenkov:impice3, r=estebank
next