]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-07-04 ljedrzinfer::error_reporting: adjust 2 debug messages
2019-07-04 ljedrzrename hir::map::opt_local_def_id*
2019-07-04 ljedrzrename hir::map::local_def_id_from_hir_id to local_def_id
2019-07-04 ljedrzrename hir::map::local_def_id to local_def_id_from_node_id
2019-07-04 ljedrzremove FIXMEs for functions that won't go away
2019-07-04 Ralf Jungimprove validity error range printing for singleton...
2019-07-04 Ralf Jungturns out that dangling pointer branch is dead code...
2019-07-04 Ralf Junguse get_size_and_align to test if an allocation is...
2019-07-04 Jeremy StuckiAdd missing lifetime specifier
2019-07-04 Ralf Jungorganize methods a bit better
2019-07-04 Ralf Jungmore inlining
2019-07-04 Ralf Jungmake Memory::get_fn take a Scalar like most of the...
2019-07-04 Ralf Jungfix for tidy
2019-07-04 Ralf Jungfix determinig the size of foreign static allocations
2019-07-04 Ralf Jungadd machine hook to handle calls to 'extra' function...
2019-07-04 Ralf JungAdd basic support for "other" kinds of values for funct...
2019-07-04 Ralf JungGo back to just passing MemoryExtra to the machine...
2019-07-04 Ralf JungMachine: make self-like parameters come first
2019-07-04 Mazdak Farrokhzadptr::{read,write}_unaligned: use no_run and reword...
2019-07-04 Christian PovedaFix merge conflicts
2019-07-04 Aleksey Kladovmake unwrap_or_abort non-generic again
2019-07-04 Aleksey Kladovremove unused mk_sp_and_raw
2019-07-04 Aleksey Kladovdon't rely on spans when checking tokens for jointness
2019-07-04 Aleksey Kladovslightly comment lexer API
2019-07-04 Aleksey Kladovmove constructors to top
2019-07-04 Aleksey Kladovcleanup lexer constructors
2019-07-04 Aleksey Kladovremove peek_span_src_raw from StringReader
2019-07-04 Aleksey Kladovremove peek_token from StringReader
2019-07-04 Aleksey Kladovremove StringReader::peek
2019-07-04 Mazdak FarrokhzadClarify unaligned fields in ptr::read_unaligned.
2019-07-03 borsAuto merge of #62355 - Centril:rollup-xnxtcgm, r=Centril
2019-07-03 Mazdak FarrokhzadRollup merge of #62351 - RalfJung:drop-in-place, r...
2019-07-03 Mazdak FarrokhzadRollup merge of #62346 - RalfJung:miri-tests, r=Centril
2019-07-03 Mazdak FarrokhzadRollup merge of #62344 - matklad:simplify-option, r...
2019-07-03 Mazdak FarrokhzadRollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage...
2019-07-03 Mazdak FarrokhzadRollup merge of #62317 - JohnTitor:move-tests-to-build...
2019-07-03 Mazdak FarrokhzadRollup merge of #62316 - khuey:efficient_last, r=sfackler
2019-07-03 Mazdak FarrokhzadRollup merge of #62297 - matklad:peek-delimited, r...
2019-07-03 Mazdak FarrokhzadRollup merge of #62295 - RalfJung:miri-realloc, r=cramertj
2019-07-03 Mazdak FarrokhzadRollup merge of #62287 - petrhosek:libunwind-link-attri...
2019-07-03 Mazdak FarrokhzadRollup merge of #62268 - Zoxc:inherent_impls, r=eddyb
2019-07-03 Mazdak FarrokhzadRollup merge of #62258 - petrochenkov:idclean, r=Centril
2019-07-03 Mazdak FarrokhzadRollup merge of #62252 - czipperz:change-mem-replace...
2019-07-03 Mazdak FarrokhzadRollup merge of #62249 - czipperz:use-mem-take-instead...
2019-07-03 Mazdak FarrokhzadRollup merge of #62240 - arielb1:resolve-wf-fields...
2019-07-03 Mazdak FarrokhzadRollup merge of #62173 - RalfJung:miri-interp, r=oli-obk
2019-07-03 Mazdak FarrokhzadRollup merge of #62039 - jeremystucki:needless_lifetime...
2019-07-03 Mazdak FarrokhzadReduce reliance on feature(await_macro).
2019-07-03 Mazdak FarrokhzadAdjust tests wrt. 'async_closure' feature gate.
2019-07-03 Mazdak FarrokhzadAdd separate 'async_closure' feature gate.
2019-07-03 Ralf Jungfix unused-import error on android
2019-07-03 Ralf Jungremove bogus example from drop_in_place
2019-07-03 Ralf Jungenable a few more tests in Miri and update the comment...
2019-07-03 Aleksey Kladovsimplify Option::get_or_insert
2019-07-03 borsAuto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a...
2019-07-03 Mark RousskovFix bucket in CPU usage script
2019-07-03 Mark RousskovRollup merge of #62327 - Flast:patch-1, r=Mark-Simulacrum
2019-07-03 Mark RousskovRollup merge of #62319 - ia0:fix_kleene, r=petrochenkov
2019-07-03 Mark RousskovRollup merge of #62304 - SimonSapin:safe, r=eddyb
2019-07-03 Mark RousskovRollup merge of #62285 - Mark-Simulacrum:mailmap-mw...
2019-07-03 Mark RousskovRollup merge of #62255 - Centril:slice-patterns-change...
2019-07-03 Mark RousskovRollup merge of #62250 - czipperz:improve-box-clone...
2019-07-03 Mark RousskovRollup merge of #62229 - christianpoveda:intptrcast...
2019-07-03 Mark RousskovRollup merge of #62199 - cclauss:patch-1, r=nikomatsakis
2019-07-03 Mark RousskovRollup merge of #62196 - cramertj:vec-leak, r=centril...
2019-07-03 Mark RousskovRollup merge of #62186 - GuillaumeGomez:add-missing...
2019-07-03 Mark RousskovRollup merge of #62183 - alexcrichton:fix-tests, r...
2019-07-03 Mark RousskovRollup merge of #62161 - GuillaumeGomez:add-missing...
2019-07-03 Mark RousskovRollup merge of #62128 - ehuss:extra-filename-warning...
2019-07-03 Mark RousskovRollup merge of #62064 - wizAmit:feature/chunks_exact_n...
2019-07-03 Mark RousskovRollup merge of #62021 - crlf0710:msvc_link_output_impr...
2019-07-03 borsAuto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov
2019-07-03 Jeremy StuckiRevert changes to the standard library
2019-07-03 Jeremy StuckiAdd missing lifetime specifier
2019-07-03 Jeremy StuckiAdd missing lifetime specifier
2019-07-03 Jeremy StuckiAdd missing lifetime specifier
2019-07-03 Jeremy StuckiAdd missing lifetime specifier
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Kohei TakahashiFixed document bug, those replaced each other
2019-07-03 borsAuto merge of #61775 - nikomatsakis:issue-56238-multipl...
2019-07-02 Petr HosekUse link attributes on extern "C" blocks with llvm...
2019-07-02 Julien CretinFix mismatching Kleene operators
2019-07-02 Yuki OkushiMigrate compile-pass annotations to build-pass
2019-07-02 Kyle HueyWhen possible without changing semantics, implement...
2019-07-02 borsAuto merge of #61268 - michaelwoerister:stabilize-pgo...
2019-07-02 Niko Matsakisfix ICE with delay-span-bug
2019-07-02 Niko Matsakisaddress nits
2019-07-02 Niko MatsakisUpdate src/test/ui/async-await/multiple-lifetimes/ret...
2019-07-02 Niko MatsakisUpdate src/test/ui/async-await/multiple-lifetimes/elided.rs
2019-07-02 Niko MatsakisUpdate src/test/ui/async-await/multiple-lifetimes/fn...
2019-07-02 Niko MatsakisUpdate src/test/ui/async-await/multiple-lifetimes/ret...
2019-07-02 Niko Matsakisintroduce more tests covering `async fn` surface
2019-07-02 Niko Matsakismore nits + typos
2019-07-02 Niko Matsakispass a parameter to enable impl Trait instead of a vec
2019-07-02 Niko Matsakismore centril nits
next