]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-02 Oliver SchererGate on clippy on CI
2020-05-02 Tshepang LekhonkhobeUpdate src/libserialize/json.rs
2020-05-02 borsAuto merge of #70170 - eddyb:wf-early-exit, r=nikomatsakis
2020-05-02 Donough LiuReplace convenient function `remove_prefix()` with...
2020-05-02 Donough LiuSuggestion for immutable reference -> mutable pointer...
2020-05-02 Donough LiuAdd comments for deref_steps()
2020-05-02 Donough LiuSuggest deref when coercing `ty::Ref` to `ty::RawPtr...
2020-05-02 borsAuto merge of #71716 - alexcrichton:bitcode-follow...
2020-05-02 Jacob KieselRemove recommendation for unmaintained crate
2020-05-02 borsAuto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r...
2020-05-01 Esteban KüberUncomment test code for failure to use `Box::pin`
2020-05-01 Josh StoneUse a non-existent test path instead of clobbering...
2020-05-01 Dylan DPCRollup merge of #71762 - tshepang:typo, r=jonas-schievink
2020-05-01 Dylan DPCRollup merge of #71761 - tshepang:missing-target, r...
2020-05-01 Dylan DPCRollup merge of #71760 - LeSeulArtichaut:document-unsaf...
2020-05-01 Dylan DPCRollup merge of #71758 - jackh726:chalk-remove, r=jackh726
2020-05-01 Dylan DPCRollup merge of #71018 - lcnr:custom-const-param, r...
2020-05-01 borsAuto merge of #69808 - cjgillot:vtbl, r=pnkfelix
2020-05-01 Tshepang Lekhonkhobedoc: make Stack and StackElement a little pretty
2020-05-01 Jack HueyRemove leftover chalk types
2020-05-01 Tshepang Lekhonkhobedoc: this resulted in a link pointing to a non-existent...
2020-05-01 Tshepang Lekhonkhobedoc: reference does not exist, probably a typo
2020-05-01 borsAuto merge of #71759 - Dylan-DPC:rollup-5hncork, r...
2020-05-01 LeSeulArtichautDocument unsafety for `*const T` and `*mut T`
2020-05-01 Dylan DPCRollup merge of #71755 - tshepang:fix-comment, r=jonas...
2020-05-01 Dylan DPCRollup merge of #71752 - tshepang:more-readable, r...
2020-05-01 Dylan DPCRollup merge of #71749 - RalfJung:miri-error-print...
2020-05-01 Dylan DPCRollup merge of #71747 - spastorino:safety-scheme-aroun...
2020-05-01 Dylan DPCRollup merge of #71744 - tshepang:obsolete-comment...
2020-05-01 borsAuto merge of #5548 - matthiaskrgr:traget_os, r=flip1995
2020-05-01 Alex CrichtonRename `bitcode-in-rlib` option to `embed-bitcode`
2020-05-01 Tshepang Lekhonkhobefix doc reference
2020-05-01 Oliver SchererRemove a comment that made only sense in the original...
2020-05-01 Camille GILLOTMark query function as must_use.
2020-05-01 Oliver SchererName test appropriately and link to the issues it regre...
2020-05-01 LeSeulArtichautAdd new tests and bless old tests
2020-05-01 Tshepang Lekhonkhobemake Stability docs a bit more readable, and fix some...
2020-05-01 LeSeulArtichautPrevent functions with `#[target_feature]` to be coerce...
2020-05-01 LeSeulArtichautPrevent calls to functions with `#[target_feature]...
2020-05-01 Oliver SchererMove recursion check for zsts back to read site instead...
2020-05-01 Camille GILLOTRestrict access.
2020-05-01 Camille GILLOTInline a few things.
2020-05-01 Camille GILLOTMonomorphise the interface.
2020-05-01 Camille GILLOTMove the DepNode construction to librustc_query_system.
2020-05-01 Camille GILLOTMonomorphise try_execute_query.
2020-05-01 Ralf Jungfix Miri error message padding
2020-05-01 Camille GILLOTMonomorphise try_start.
2020-05-01 Camille GILLOTMonomorphise try_execute_anon_query.
2020-05-01 Santiago PastorinoRemove deadcode in eval_mir_constant_to_operand
2020-05-01 Camille GILLOTMonomorphise load_from_disk_and_cache_in_memory.
2020-05-01 Camille GILLOTMonomorphise force_query_with_job.
2020-05-01 borsAuto merge of #71742 - matthiaskrgr:submodule_upd,...
2020-05-01 LeSeulArtichautAllow `#[target_feature]` on safe functions
2020-05-01 jumbatmNote that try_validation_pat can take a format str...
2020-05-01 jumbatmManually format macro to not go over text width.
2020-05-01 jumbatmExpect at least one expr for p, what_fmt and expected_fmt.
2020-05-01 jumbatmAlso make expected param wrapped in format_args.
2020-05-01 jumbatmWrap try_validation_pat! args in format_args!
2020-05-01 jumbatmUpdate try_validation_pat! doc comment.
2020-05-01 jumbatmApply suggestions for try_validation_pat!.
2020-05-01 jumbatmFix comment to reflect error handling behaviour.
2020-05-01 jumbatmAllow unreachable_patterns instead of using `if true`
2020-05-01 jumbatmMatch kind in try_validation_pat!.
2020-05-01 jumbatmAdd FIXME about replacing all usages of try_validation.
2020-05-01 jumbatmApply suggestions from code review
2020-05-01 jumbatmUpdate stderrs.
2020-05-01 jumbatmPartially unrevert #70566.
2020-05-01 jumbatmThrow validation failure for InvalidUndefBytes.
2020-05-01 jumbatmDon't fail for UndefinedBehaviourInfo in validation.
2020-05-01 jumbatmDon't duplicate body of try_validation.
2020-05-01 jumbatmAdd try_validation_pat.
2020-05-01 jumbatmDon't duplicate macro for optional arg.
2020-05-01 Tshepang Lekhonkhoberemove obsolete comments
2020-05-01 Matthias Krügersubmodules: update cargo from 90931d9b3 to 258c89644
2020-05-01 Ralf Jungfmt
2020-05-01 Tshepang Lekhonkhoberemove obsolete comment
2020-05-01 Ralf Jungremove AllocId generalization of Pointer
2020-05-01 Ralf Jungbootstrap: also apply unused-attributes hack without...
2020-05-01 borsAuto merge of #71704 - RalfJung:miri-error-print, r...
2020-05-01 Ralf Junguse hex for invalid bool and char (consistently with...
2020-05-01 Ralf Jungrename InvalidIntPtrUsage
2020-05-01 Ralf Jungbless you
2020-05-01 Ralf JungInterpError printing really is more Display than Debug
2020-05-01 Ralf Jungtweak InvalidIntPointerUsage message
2020-05-01 borsAuto merge of #71623 - petrochenkov:localink, r=estebank
2020-05-01 borsAuto merge of #70674 - cjgillot:query-arena-all, r...
2020-04-30 Matthias Krügermismatched_target_os: link to respective section in...
2020-04-30 borsAuto merge of #71721 - tmandry:rollup-e27pxex, r=tmandry
2020-04-30 Tyler MandryRollup merge of #71719 - tmandry:update-backtrace-sys...
2020-04-30 Tyler MandryRollup merge of #71691 - ecstatic-morse:const-unreachab...
2020-04-30 Tyler MandryRollup merge of #71688 - ecstatic-morse:const-downcast...
2020-04-30 Tyler MandryRollup merge of #71682 - ehuss:bump-pulldown-cmark...
2020-04-30 Tyler MandryRollup merge of #71590 - RalfJung:mir-dump-pointers...
2020-04-30 Tyler MandryRollup merge of #71567 - Mark-Simulacrum:no-success...
2020-04-30 Tyler MandryRollup merge of #71465 - oli-obk:is_thread_local_cleanu...
2020-04-30 Tyler MandryRollup merge of #71148 - bluss:vec-drop-raw-slice,...
2020-04-30 Eduard-Mihai... wf: {Int,Float}Var can only infer to always-WF ints...
2020-04-30 Eduard-Mihai... wf: handle "livelock" checking before reaching `WfPredi...
2020-04-30 Tyler MandryUpdate backtrace-sys
2020-04-30 borsAuto merge of #71717 - Dylan-DPC:rollup-av5vjor, r...
next