]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-01-18 Marcel Hellwigconverted space to tab in css files
2018-01-15 Marcel Hellwigextended dt with kbd tags
2017-12-22 Marcel Hellwigmoved colors of kbd tag into main.css
2017-12-22 Marcel Hellwigadd kbd style tag to main.css in rustdoc
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 borsAuto merge of #46083 - petrochenkov:morepriv, r=nikomat...
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 Niko Matsakisfix truncated comment
2017-12-20 Niko Matsakisimprove comment about instantiating anon types
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...
2017-12-20 Niko Matsakisextract the writeback code for anon types into InferCtxt
2017-12-20 Niko Matsakisextract `constrain_anon_types` to the `InferCtxt`
2017-12-20 Niko Matsakisextract `instantiate_anon_types` to the `InferCtxt`
2017-12-20 Niko Matsakispropagate `region_bound_pairs` into MIR type-check
2017-12-20 Niko Matsakisget the `DefiningTy` from the `body_owner_kind` not...
2017-12-20 Niko Matsakisintegrate -Znll-dump-cause into borrowck
2017-12-20 Niko Matsakisuse Rc to store nonlexical_regioncx in Borrows
2017-12-20 Niko Matsakisdump out causal information for "free region" errors
2017-12-20 Niko Matsakisrustfmt: borrow_check/mod.rs
2017-12-20 Paul Daniel... Add tracking of causes for nll
2017-12-20 Niko Matsakisregion_infer/values.rs: rustfmt
2017-12-20 Niko Matsakissimplify `AnonTypeDecl` in the impl trait code
2017-12-20 borsAuto merge of #46583 - scottmcm:fix-static-i128-lower...
2017-12-20 borsAuto merge of #46874 - kennytm:rollup, r=kennytm
2017-12-20 kennytmRollup merge of #46870 - ffflorian:fix/slice/typo,...
2017-12-20 kennytmRollup merge of #46856 - estebank:missing-in-impl-def...
2017-12-20 kennytmRollup merge of #46852 - scottmcm:asm-placecontext...
2017-12-20 kennytmRollup merge of #46851 - petrochenkov:tospace, r=estebank
2017-12-20 kennytmRollup merge of #46835 - topecongiro:bad-span-for-macro...
2017-12-20 kennytmRollup merge of #46831 - Diggsey:float-debug-fmt, r...
2017-12-20 kennytmRollup merge of #46828 - vi:hash_for_systemtime_instant...
2017-12-20 kennytmRollup merge of #46794 - Sh4rK:distribute-intrinsic...
2017-12-20 kennytmRollup merge of #46787 - varkor:contrib-6, r=QuietMisdr...
2017-12-20 kennytmRollup merge of #46760 - semarie:openbsd-arm64, r=alexc...
2017-12-20 kennytmRollup merge of #46751 - michaelwoerister:c-incremental...
2017-12-20 kennytmRollup merge of #46671 - varkor:contrib-2, r=KodrAus
2017-12-20 kennytmRollup merge of #46517 - notriddle:patch-2, r=BurntSushi
2017-12-20 kennytmRollup merge of #46359 - GuillaumeGomez:remove-dead...
2017-12-20 borsAuto merge of #46457 - m4b:no_mangle_static, r=michaelw...
2017-12-20 Florian Kellerdocs(slice): Clarify half-open interval
2017-12-20 borsAuto merge of #46508 - clarcharr:duration_extras, r...
2017-12-20 borsAuto merge of #46233 - SimonSapin:fmt-debuglist-flags...
2017-12-20 m4bdwarf: do not set linkage_name for no mangle statics...
2017-12-20 borsAuto merge of #46733 - nikomatsakis:nll-master-to-rust...
2017-12-20 borsAuto merge of #46441 - gaurikholkar:single_lifetimes...
2017-12-19 Taylor CramerIgnore pretty printing tests for non_modrs_mods
2017-12-19 Taylor CramerBreak rls
2017-12-19 Taylor CramerBreak rustfmt
2017-12-19 Taylor CramerImplement non-mod.rs mod statements
2017-12-19 Esteban KüberPoint at def span in "missing in impl" error
2017-12-19 Scott McMurraySplit PlaceContext::Store into Store & AsmOutput
2017-12-19 Vadim PetrochenkovFix whitespacing issues in pretty-printing of bounds
2017-12-19 Scott McMurrayFix -Z lower_128bit_ops handling of statics
2017-12-19 Niko Matsakisadding lint for single use lifetime names
2017-12-19 Seiichi UchidaFix up an ui test
2017-12-19 topecongiroRemove a token after closing delimiter from the span...
2017-12-19 borsAuto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis
2017-12-19 Niko Matsakisbe specific about what kind of normalization we mean
2017-12-19 Niko Matsakisremove dead `is_foo_free_region` helpers
2017-12-19 Niko Matsakisfix comment on `check_type_tests`
2017-12-19 Niko Matsakistweak comment on `TypeTest` to be more accurate
2017-12-19 borsAuto merge of #46664 - mikeyhew:raw_pointer_self, r...
2017-12-19 borsAuto merge of #46829 - GuillaumeGomez:rollup, r=Guillau...
2017-12-19 Diggory BlakeAlways print floats with a decimal point with the Debug...
2017-12-19 borsAuto merge of #45525 - MaikKlein:collector, r=eddyb
2017-12-19 varkorAdd a test for `--sort-modules-by-appearance`
2017-12-18 Guillaume GomezRollup merge of #46825 - GuillaumeGomez:mobile-search...
2017-12-18 Guillaume GomezRollup merge of #46824 - GuillaumeGomez:doc-sidebar...
2017-12-18 Guillaume GomezRollup merge of #46812 - kennytm:fix-align-offset-sign...
next