]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-24 markmake it a migration lint
2018-07-24 markFix test and errors
2018-07-24 markupdate nightly book
2018-07-24 markImplement 2015 vs 2018 `?` kleene op + test
2018-07-24 markExtend ParseSess to support buffering lints
2018-07-23 borsAuto merge of #52175 - fpoli:testsuite-callsite-span...
2018-07-23 borsAuto merge of #50494 - F001:as_cell, r=alexcrichton
2018-07-23 borsAuto merge of #52566 - pnkfelix:buffer-nll-errors-for...
2018-07-23 borsAuto merge of #52639 - oli-obk:clippyup, r=kennytm
2018-07-23 borsAuto merge of #52506 - alexcrichton:dont-duplicate...
2018-07-23 F001use inherent method instead
2018-07-23 Federico PoliMatch errors using the callsite of macro expansions
2018-07-23 Felix S. Klock IIThread the `errors_buffer` down through the NLL region_...
2018-07-23 Felix S. Klock IISeparate the construction of a generic bound failure...
2018-07-23 Felix S. Klock IIthread the `errors_buffer` down into `nll::type_check`.
2018-07-23 Santiago PastorinoBuffer errors in MIR borrow check
2018-07-23 borsAuto merge of #52589 - petrochenkov:derlint, r=alexcrichton
2018-07-23 Santiago PastorinoRemove redundant outlives declarations
2018-07-23 Santiago PastorinoRemove wrong allow(dead_code) directive
2018-07-23 Santiago PastorinoRemove unneded lifetimes relations declaration
2018-07-23 Santiago PastorinoLet mir reference lifetime be inferred
2018-07-23 Santiago PastorinoLet lifetimes on find be inferred
2018-07-23 Santiago PastorinoRemove unused lifetime annotation
2018-07-23 Santiago Pastorinogcx outlives tcx which outlives a, no need to explicitl...
2018-07-23 Santiago PastorinoRemove duplicated report word in docs
2018-07-23 Oliver SchneiderUpdate the clippy submodule
2018-07-23 borsAuto merge of #52211 - bjorn3:misc_rustdoc_changes...
2018-07-23 borsAuto merge of #52612 - matthewjasper:remove-unnecessary...
2018-07-23 borsAuto merge of #52571 - oli-obk:promotion_abort, r=nagisa
2018-07-23 borsAuto merge of #52568 - oli-obk:span_bug_error, r=varkor
2018-07-22 borsAuto merge of #52564 - pnkfelix:issue-52126-lhs-of...
2018-07-22 borsAuto merge of #52069 - zackmdavis:elided_states_of_amer...
2018-07-22 borsAuto merge of #52616 - kennytm:rollup, r=kennytm
2018-07-22 kennytmRollup merge of #52051 - scottmcm:swap-directly, r...
2018-07-22 kennytmRollup merge of #52615 - davidtwco:add-to-gitignore...
2018-07-22 kennytmRollup merge of #52594 - Mark-Simulacrum:error-index...
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52582 - felixrabe:patch-2, r=pietroalbini
2018-07-22 kennytmRollup merge of #52581 - petrochenkov:bmacrodoc, r...
2018-07-22 borsAuto merge of #52572 - davidtwco:issue-51027, r=nikomat...
2018-07-22 Zack M. Davisin which the elided-lifetimes-in-paths lint undergoes...
2018-07-22 kennytmRollup merge of #52521 - ehuss:rustdoc-passes-doc,...
2018-07-22 kennytmRollup merge of #52508 - joshtriplett:dangling-not...
2018-07-22 kennytmRollup merge of #52507 - estebank:infer-type, r=nikomat...
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 David WoodAdded new lines to .gitignore.
2018-07-22 Oliver SchneiderUse correct exclusion comment
2018-07-22 David WoodFallback to general error handling in ICE cases.
2018-07-22 David WoodModified how constraint classification happens to upvar...
2018-07-22 David WoodImproved is_upvar_field_projection - no longer need...
2018-07-22 David WoodImproved documentation of functions in new module.
2018-07-22 David WoodImproved closure errors.
2018-07-22 David WoodClassify aggregate rvalues as assignments.
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-22 Matthew JasperDon't keep the possibly init flow around longer than...
2018-07-22 borsAuto merge of #52359 - matthewjasper:combine-move-error...
2018-07-22 borsAuto merge of #52394 - estebank:println, r=oli-obk
2018-07-22 Scott McMurrayOnly run the test on x86_64
2018-07-22 Scott McMurrayDon't use SIMD in mem::swap for types smaller than...
2018-07-22 Esteban Küberfix test
2018-07-22 borsAuto merge of #52250 - nnethercote:no-SparseBitMatrix...
2018-07-22 Esteban Küberfix tidy ~ again
2018-07-22 Esteban KüberDon't use the new `eprintln` for stage0 and stage1
2018-07-22 Esteban KüberFix tidy by adding new feature gate test
2018-07-22 Esteban Küberfix logic bug
2018-07-21 borsAuto merge of #51485 - estebank:dehighlight-secondary...
2018-07-21 Esteban KüberRemove dependency on `libsyntax`
2018-07-21 Esteban KüberChange `eprintln!()`
2018-07-21 Esteban KüberGate `format_args_nll` behind feature flag
2018-07-21 Guillaume GomezAdd "self" intra-link support
2018-07-21 Mark RousskovRun the error index tool against the sysroot libdir
2018-07-21 borsAuto merge of #52115 - Dylan-DPC:feature/nll-liveness...
2018-07-21 Oliver Schneiderdon't spawn processes on wasm
2018-07-21 Esteban KüberSuggest space separated format str literal
2018-07-21 Vadim PetrochenkovAttach deprecation lint `proc_macro_derive_resolution_f...
2018-07-21 borsAuto merge of #51959 - tmandry:make-implied-outlives...
2018-07-21 Matthew Jasperupdate tests
2018-07-21 Matthew JasperFix #52416 - ice for move errors in unsafe blocks
2018-07-21 Matthew JasperAdd specific message when moving from upvars in a...
2018-07-21 Matthew JasperUse MirBorrowckCtxt while reporting move errors
2018-07-21 borsAuto merge of #52405 - matthewjasper:mutability-errors...
2018-07-21 csmoeAdd missing backtick
2018-07-21 dylan_DPCdelete tests
2018-07-21 Oliver SchneiderSequence-field should have plural name
2018-07-21 Hideki SekineTreat no_std(target) == None case correctly.
2018-07-21 Niko Matsakiswe now get 2 extra mismatched type errors
2018-07-21 Niko Matsakisuse proper body-id and span when solving obligations
2018-07-21 Niko Matsakisadd regression test for #52078
2018-07-21 Niko Matsakisskip no-op obligations and add a little debug output
2018-07-21 Tyler MandryConvert implied_outlives_bounds to a query
2018-07-21 borsAuto merge of #52562 - Manishearth:clippyup, r=RalfJung
2018-07-21 dylan_DPCadd docs
2018-07-21 Oliver SchneiderDon't invent new magic keywords
2018-07-21 borsAuto merge of #52555 - petrochenkov:mresfact, r=alexcri...
2018-07-21 Felix RabeTypo
2018-07-21 borsAuto merge of #52552 - eddyb:proc-macro-prep, r=alexcri...
2018-07-21 borsAuto merge of #52535 - alexcrichton:update-stdsimd...
2018-07-21 dylan_DPCremove unwanted tests and a reference to it in comments
2018-07-21 Alex CrichtonUpdate stdsimd to undo an accidental stabilization
next