]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-04 borsAuto merge of #56074 - matthewjasper:forbid-recursive...
2019-01-04 borsAuto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis
2019-01-04 borsAuto merge of #57315 - ehuss:update-cargo, r=alexcrichton
2019-01-04 borsAuto merge of #56958 - alexcrichton:upgrade-docker...
2019-01-03 Matthew JasperForbid impl Trait from referring to unnamable recursive...
2019-01-03 Eric HussUpdate cargo
2019-01-03 Matthew JasperDisplay `impl Sized` correctly
2019-01-03 Alex Crichtonci: Upgrade Travis to Xenial
2019-01-03 borsAuto merge of #55517 - nikomatsakis:universes, r=scalexm
2019-01-03 borsAuto merge of #56507 - nikomatsakis:polonius-integrate...
2019-01-03 borsAuto merge of #57282 - matthewjasper:wellformed-return...
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 Matthew JasperAdd missing 'static bound for the Machine trait
2019-01-02 Matthew JasperWf-check the output type of a function in MIR-typeck
2019-01-02 Niko Matsakisadopt polonius-engine 0.6.2
2019-01-02 Niko Matsakisgenerate invalidations from 2-phase-borrow activations
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 Camille GILLOTChange return types and check return values in tests.
2018-12-30 Camille GILLOTAdd comment.
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 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.
next