]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-21 Jonas SchievinkCheck in lockfile
2020-01-21 Jonas SchievinkUpdate dependencies
2020-01-21 Jonas SchievinkUse the right runners for all thumb targets
2020-01-21 Jonas SchievinkAccount for run-make tests in `is_up_to_date`
2020-01-21 Jonas SchievinkFix thumb target CI
2020-01-21 Philipp GesangTest try diagnostics for impl and trait methods
2020-01-21 Eric HussUpdate cargo, books
2020-01-21 Philipp GesangHandle methods in try diagnostic
2020-01-21 Mazdak Farrokhzadtypeck: remove redundant diverges check
2020-01-21 Mazdak Farrokhzadtypeck: remove redundant diverges code
2020-01-21 Mazdak Farrokhzadtypeck: use diverges.replace(..)
2020-01-21 Jorge Apariciofor now, do not build rust-std for the armv7a-none...
2020-01-21 Mazdak Farrokhzadlowering: cleanup some hofs
2020-01-21 borsAuto merge of #65672 - ecstatic-morse:unified-dataflow...
2020-01-21 Stein SomersDeclare unsafe functions that can no longer handle...
2020-01-21 Matthias Krügertidy: fix most clippy warnings
2020-01-21 Dylan MacKenzieAdd comment explaining `MaybeConstMaybe` lowering
2020-01-21 Stein Somerstrade in outdated comments for correct ones
2020-01-21 borsAuto merge of #68267 - estebank:lt-sugg, r=petrochenkov
2020-01-21 borsAuto merge of #68154 - ssomers:btreemap_navigation_benc...
2020-01-21 varkorMake `TooGeneric` error in WF checking a proper error
2020-01-21 Tomasz MiąskoMark __msan_keep_going as an exported symbol for LTO
2020-01-20 borsAuto merge of #68405 - JohnTitor:rollup-kj0x4za, r...
2020-01-20 Mazdak Farrokhzadcheck_match: simplify check_arm
2020-01-20 Yuki OkushiRollup merge of #68397 - ollie27:rustdoc_async_unsafe...
2020-01-20 Yuki OkushiRollup merge of #68381 - mjp41:master, r=Dylan-DPC
2020-01-20 Yuki OkushiRollup merge of #68339 - msizanoen1:patch-1, r=pietroalbini
2020-01-20 Yuki OkushiRollup merge of #68302 - anp:caller-fn-ptr, r=eddyb...
2020-01-20 Yuki OkushiRollup merge of #68297 - Aaron1011:fix/new-const-prop...
2020-01-20 Yuki OkushiRollup merge of #68290 - petrochenkov:passcheck, r...
2020-01-20 Yuki OkushiRollup merge of #67795 - Mark-Simulacrum:fmt-argument...
2020-01-20 Yuki OkushiRollup merge of #67734 - XAMPPRocky:master, r=skade
2020-01-20 Nikita PopovMark __msan_track_origins as an exported symbol for LTO
2020-01-20 Mark RousskovCorrect rmeta/rlib test
2020-01-20 Mark RousskovRead metadata from rmeta exclusively, if possible
2020-01-20 borsAuto merge of #68066 - CAD97:stabilize-manuallydrop...
2020-01-20 Guillaume GomezAdd aliases attribute check
2020-01-20 Mazdak Farrokhzadcheck_match: unify some lowering code and fix some...
2020-01-20 Vita Batrlarefactor fix using cfg_if! (fix build on Solaris)
2020-01-20 Oliver Middletonrustdoc: Correct order of `async` and `unsafe` in ...
2020-01-20 Mark RousskovFix UI test
2020-01-20 Mazdak Farrokhzadgeneralize bindings_with_variant_name lint
2020-01-20 Mark RousskovDrop args from Formatter
2020-01-20 Mark RousskovMove run/getcount to functions
2020-01-20 Mark RousskovDelete unused "next" variants from formatting infrastru...
2020-01-20 Tomasz Miąskocompiletest: Simplify multi-debugger support
2020-01-20 borsAuto merge of #68277 - michaelwoerister:re-export-dylib...
2020-01-20 Guillaume GomezRemove usage of global variable "inlined_types"
2020-01-20 Michael WoeristerAdd regression test for #64319 back in.
2020-01-20 Michael WoeristerAdd regression test for shared-generics x dylibs (...
2020-01-20 Michael WoeristerMake sure that all upstream generics get re-exported...
2020-01-20 Matthew ParkinsonAdded minor clarification to specification of realloc.
2020-01-20 Dylan MacKenzieUpdate tests
2020-01-20 Dylan MacKenzieParse `?const ?Trait`
2020-01-20 Dylan MacKenzieIgnore filelength for `astconv`
2020-01-20 Dylan MacKenzieTrack constness while lowering bounds
2020-01-20 Dylan MacKenzieAdd `ConstnessAnd` that implements `ToPredicate`
2020-01-20 Dylan MacKenzieAdd `constness` field to `ty::Predicate::Trait`
2020-01-20 Dylan MacKenzieRevert "Add a `constness` field to `ast::TraitRef`"
2020-01-20 Dylan MacKenzieAdd `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`
2020-01-20 Jorge AparicioMerge branch 'master' into bare-metal-cortex-a
2020-01-20 Dylan MacKenzieStore `impl const` in `ItemKind::Impl`
2020-01-20 Dylan MacKenzieAdd `constness` field to `hir::ItemKind::Impl`
2020-01-20 Dylan MacKenzieAdd `constness` field to `ast::ItemKind::Impl`
2020-01-20 borsAuto merge of #68380 - Dylan-DPC:rollup-a7moqmr, r...
2020-01-20 Dylan DPCRollup merge of #68365 - GuillaumeGomez:clean-up-err...
2020-01-20 Dylan DPCRollup merge of #68357 - ollie27:rustdoc_test_errors...
2020-01-20 Dylan DPCRollup merge of #68353 - Centril:code-liberation, r...
2020-01-20 Dylan DPCRollup merge of #68335 - RalfJung:drop-in-place, r...
2020-01-20 Dylan DPCRollup merge of #68326 - ollie27:rustdoc_hightlight_fat...
2020-01-20 Dylan MacKenzieDocument all methods
2020-01-20 Dylan MacKenzieExplain motivation for `GenKill` trait
2020-01-20 Esteban Küberreview comments
2020-01-20 Esteban KüberDeal with stabilization of `feature(slice_patterns)`
2020-01-20 Esteban Küberreview comments: use closures
2020-01-20 Esteban Küberreview comments
2020-01-20 Esteban KüberWhen encountering an expected named lifetime and none...
2020-01-20 Esteban KüberWhen encountering an undefined named lifetime, point...
2020-01-20 borsAuto merge of #68057 - Aaron1011:fix/marker-trait-selec...
2020-01-19 Yuki OkushiReplace `walk_callee` with `consume_expr`
2020-01-19 Adam PerryTest that ReifyShim + caller_location return the def...
2020-01-19 Eduard-Mihai... rustc_mir: don't require a self argument for ReifyShim.
2020-01-19 Adam PerryInstanceDef::requires_caller_location limited to items.
2020-01-19 Adam PerryAdd failing #[track_caller] test with fn pointers.
2020-01-19 Yuki OkushiFix ICE #68025
2020-01-19 borsAuto merge of #68343 - matthiaskrgr:submodule_upd,...
2020-01-19 Tianjiao HuangFix invalid link to C++ Exception Handling ABI document...
2020-01-19 Ralf Jungfix real_drop_in_place in comments
2020-01-19 Ralf Jungadjust codegen-units tests
2020-01-19 Guillaume Gomezclean up E0204 explanation
2020-01-19 Guillaume Gomezclean up E0201 explanation
2020-01-19 borsAuto merge of #68363 - Dylan-DPC:rollup-33enndv, r...
2020-01-19 Matthias Krügersubmodules: update clippy from a8d90f6a to fd0428f6
2020-01-19 Dylan DPCRollup merge of #68348 - xfix:patch-14, r=nagisa
2020-01-19 Dylan DPCRollup merge of #68247 - GuillaumeGomez:clean-up-err...
2020-01-19 Dylan DPCRollup merge of #67682 - wesleywiser:remove_opty_const_...
2020-01-19 Tobias KortkampAdd -Wl,-znotext to default linker flags to link with...
2020-01-19 csmoeupdate test ui for raw-ptr borrow inside generator
2020-01-19 csmoeaccount temporary borrow by raw-ptr
2020-01-19 borsAuto merge of #67758 - ssomers:testing_range, r=Mark...
next