]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-24 Alex CrichtonUpdate Cargo and its dependencies
2017-12-24 borsAuto merge of #46894 - detrumi:fix-const-eval-trait...
2017-12-24 borsAuto merge of #46859 - gereeter:uninhabited-unions...
2017-12-24 borsAuto merge of #46888 - cramertj:nested-impl-trait-error...
2017-12-24 borsAuto merge of #46833 - diwic:7c-abort-ffi, r=arielb1
2017-12-24 Jonathan SRemove unnecessary assert that unions have only one...
2017-12-23 borsAuto merge of #46881 - michaelwoerister:ensure-coherenc...
2017-12-23 Wilco KuseeTestcase for const-eval array lengths
2017-12-23 borsAuto merge of #46864 - estebank:closure-type-err-sp...
2017-12-23 borsAuto merge of #46857 - estebank:use-loop-sp, r=nikomatsakis
2017-12-22 borsAuto merge of #46842 - michaelwoerister:fingerprint...
2017-12-22 borsAuto merge of #46838 - pnkfelix:issue-46112-followup...
2017-12-22 borsAuto merge of #46779 - Zoxc:par-merge-without-sync...
2017-12-22 borsAuto merge of #46752 - Yoric:nll, r=arielb1
2017-12-22 borsAuto merge of #46732 - estebank:silence-recovered-block...
2017-12-21 Esteban KüberMark clippy as broken
2017-12-21 borsAuto merge of #46922 - kennytm:rollup, r=kennytm
2017-12-21 Esteban KüberDo not emit type errors on recovered blocks
2017-12-21 kennytmRollup merge of #46918 - alexcrichton:fix-ordering...
2017-12-21 borsAuto merge of #45930 - jplatte:generics_refactoring...
2017-12-21 kennytmRollup merge of #46898 - tspiteri:int-overflow-not...
2017-12-21 kennytmRollup merge of #46890 - arielb1:contributing-improveme...
2017-12-21 kennytmRollup merge of #46884 - Manishearth:vec-docs, r=stevek...
2017-12-21 kennytmRollup merge of #46878 - malbarbo:fix-armv5te, r=alexcr...
2017-12-21 kennytmRollup merge of #46858 - QuietMisdreavus:external-doc...
2017-12-21 kennytmRollup merge of #46847 - GuillaumeGomez:more-sidebar...
2017-12-21 kennytmRollup merge of #46839 - michaelwoerister:faster-span...
2017-12-21 kennytmRollup merge of #46820 - nodakai:simplify-int-impl...
2017-12-21 kennytmRollup merge of #46814 - varkor:contrib-7, r=alexcrichton
2017-12-21 kennytmRollup merge of #46809 - eddyb:issue-46769-optimal...
2017-12-21 kennytmRollup merge of #46784 - bjorn3:patch-1, r=pnkfelix
2017-12-21 kennytmRollup merge of #46780 - varkor:contrib-5, r=arielb1
2017-12-21 kennytmRollup merge of #46636 - frewsxcv:frewsxcv-fn-box,...
2017-12-21 David HenningssonMir: fixup nits in previous commit (f536143)
2017-12-21 John Kåre AlsakerAdd Encodable and Decodable impls for Arc<[T]>
2017-12-21 John Kåre AlsakerRemove useless Rc
2017-12-21 John Kåre AlsakerMake IndexVec implement Send and Sync
2017-12-21 John Kåre AlsakerAdd a -Z query-threads compiler option
2017-12-21 John Kåre AlsakerRefactor code so the call to codemap.files() does not...
2017-12-21 John Kåre AlsakerMake err_count thread safe
2017-12-21 John Kåre AlsakerMake mk_attr_id thread safe
2017-12-21 John Kåre AlsakerCombine GlobalArenas and DroplessArena into AllArenas
2017-12-21 David TellerIssue #46589 - Kill borrows on a local variable wheneve...
2017-12-21 Taylor CramerAdd a feature gate for nested uses of `impl Trait`
2017-12-21 Alex Crichtonrustc: Sort CGUs before merging
2017-12-21 borsAuto merge of #46877 - Deewiant:gh46843, r=eddyb
2017-12-21 borsAuto merge of #46904 - GuillaumeGomez:rollup, r=Guillau...
2017-12-21 Jonas PlatteAdd GenericParam, refactor Generics in ast, hir, rustdoc
2017-12-21 Guillaume GomezRollup merge of #46887 - pnkfelix:ensure-activations...
2017-12-21 Guillaume GomezRollup merge of #46861 - GuillaumeGomez:fix-ios-sidebar...
2017-12-21 Guillaume GomezRollup merge of #46860 - estebank:candidate-def-sp...
2017-12-21 Guillaume GomezRollup merge of #46853 - GuillaumeGomez:fix-rustdoc...
2017-12-21 Guillaume GomezRollup merge of #46827 - petrochenkov:assocrecov2,...
2017-12-21 Guillaume GomezEscape more items in the sidebar when needed
2017-12-21 borsAuto merge of #46772 - alexcrichton:thinlto-passes...
2017-12-21 borsAuto merge of #46754 - cramertj:refactor-arg-impl,...
2017-12-21 borsAuto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis
2017-12-21 David HenningssonMir: Abort on nounwind ABIs
2017-12-21 David HenningssonMir: Add Terminatorkind::Abort
2017-12-21 borsAuto merge of #46083 - petrochenkov:morepriv, r=nikomat...
2017-12-21 Trevor Spiteridocs: do not call integer overflows as underflows
2017-12-21 Jonathan SNever mark unions as uninhabited. Although I think...
2017-12-21 Vadim PetrochenkovAlways report private-in-public in associated types...
2017-12-21 Vadim PetrochenkovProhibit access to private statics from other crates...
2017-12-21 Vadim PetrochenkovProperly check traits in type privacy
2017-12-21 Vadim PetrochenkovCheck associated type bindings for privacy and stability
2017-12-21 Vadim PetrochenkovAdd tests for associated item privacy
2017-12-20 borsAuto merge of #46862 - nikomatsakis:nll-master, r=arielb1
2017-12-20 Wilco KuseeConst-eval TyArray trait implementors
2017-12-20 Niko Matsakisfix truncated comment
2017-12-20 Niko Matsakisimprove comment about instantiating anon types
2017-12-20 Ariel Ben-YehudaA few small improvements to the contributing docs
2017-12-20 Vadim PetrochenkovFix parsing of paths with fn-like generic arguments
2017-12-20 Vadim PetrochenkovAdd tests checking taht "priority" of qpath recovery...
2017-12-20 Vadim PetrochenkovMove impls for qpath recovery trait from `ast.rs`
2017-12-20 Niko Matsakisconvert region-liveness-drop{-,-no-}may-dangle.rs into...
2017-12-20 Niko Matsakisadd some run-pass tests for NLL showing that things...
2017-12-20 Niko Matsakiswhen using feature(nll), don't warn about AST-based...
2017-12-20 Niko Matsakisdocument and tweak the nll, use_mir, etc helpers
2017-12-20 Santiago Pastorinofeature nll implies borrowck=mir
2017-12-20 Santiago Pastorinofeature nll implies two-phase-borrows
2017-12-20 Santiago PastorinoAdd nll feature and make nll imply nll_dump_cause
2017-12-20 Santiago PastorinoAdd nll_dump_cause helper to Session
2017-12-20 Niko Matsakisuse `report_generic_bound_failure` when we can in the...
2017-12-20 Niko Matsakisrefactor `report_generic_bound_failure` to be usable...
2017-12-20 Niko Matsakisconnect NLL machinery to the `NiceRegionError` code
2017-12-20 Niko Matsakisgive precedence to `try_report_named_anon_conflict...
2017-12-20 Niko Matsakisuse `Option<ErrorReported>` instead of `bool`
2017-12-20 Niko Matsakisintroduce a `NiceRegionError` type and define methods...
2017-12-20 Niko Matsakisnice_region_error: rustfmt
2017-12-20 Niko Matsakisextract `find_anon_type` into its own module
2017-12-20 Niko Matsakismake `util` fns private to nice_region_error
2017-12-20 Niko Matsakismove nice-region-error reporting into its own module
2017-12-20 Niko Matsakisonly dump causes if we have nothing better
2017-12-20 Santiago PastorinoAdd three point error handling to borrowck
2017-12-20 Niko MatsakisMove categorize logic out of visit_local function
2017-12-20 Santiago PastorinoMove MirVisitable to visit.rs
2017-12-20 Niko Matsakisconnect NLL type checker to the impl trait code
2017-12-20 Niko Matsakisextract `input_output` code into its own module
2017-12-20 Niko Matsakispass `UniversalRegions` to MIR type-checker instead...
next