]> git.lizzy.rs Git - rust.git/history - src
const prop: don't special case return place
[rust.git] / src /
2020-04-20 Jonas Schievinkconst prop: don't special case return place
2020-04-20 Jonas SchievinkUse copy_op_transmute
2020-04-20 Jonas SchievinkBless 32-bit test output
2020-04-20 Jonas SchievinkRemove unnecessary block
2020-04-20 Jonas SchievinkFix codegen and mir-opt tests
2020-04-20 Jonas SchievinkUpdate const prop
2020-04-20 Jonas SchievinkDump return_place upon returning
2020-04-20 Jonas SchievinkFix pop_stack_frame logic
2020-04-20 Jonas SchievinkRemove null places
2020-04-20 Jonas SchievinkTreat RETURN_PLACE as a normal Local
2020-04-20 borsAuto merge of #70729 - nnethercote:a-big-options-clean...
2020-04-20 borsAuto merge of #71232 - eddyb:print-const-adts, r=oli-obk
2020-04-20 borsAuto merge of #71007 - Amanieu:deprecate_asm, r=Mark...
2020-04-19 borsAuto merge of #70598 - vakaras:add-threads-cr3, r=oli...
2020-04-19 borsAuto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r...
2020-04-19 Dylan DPCRollup merge of #71324 - petrochenkov:passcheck2, r...
2020-04-19 Dylan DPCRollup merge of #71317 - RalfJung:unleash-inline-asm...
2020-04-19 Dylan DPCRollup merge of #71310 - JohnTitor:dont-did, r=estebank
2020-04-19 Dylan DPCRollup merge of #71026 - seiyab:issue-64362-adhoc,...
2020-04-19 Ralf JungFix comment
2020-04-19 borsAuto merge of #71231 - cuviper:rustc_or_patterns, r...
2020-04-19 Josh StoneDogfood more or_patterns in the compiler
2020-04-19 Vadim PetrochenkovFix some tests failing in `--pass check` mode
2020-04-19 borsAuto merge of #71326 - Dylan-DPC:rollup-hdlkdj5, r...
2020-04-19 Dylan DPCRollup merge of #71319 - GuillaumeGomez:cleanup-e0522...
2020-04-19 Dylan DPCRollup merge of #71315 - huangjiahua:update-documentati...
2020-04-19 Dylan DPCRollup merge of #71300 - rust-lang:jonas-schievink...
2020-04-19 Dylan DPCRollup merge of #71188 - Duddino:fix, r=matthewjasper
2020-04-19 Dylan DPCRollup merge of #71107 - vorner:weak-into-raw-dangling...
2020-04-19 seiyaFix false "never constructed" warnings for `Self::...
2020-04-19 jakubadamwtest for false "never constructed" warnings for `Self...
2020-04-19 Guillaume GomezClean up E0522 explanation
2020-04-19 Ralf Jungmiri-unleash test for llvm_asm
2020-04-19 Nicholas NethercoteDisallow values for `-C no-*` and `-Z no-*` options...
2020-04-19 Nicholas NethercoteImprove codegen option docs.
2020-04-19 Nicholas NethercoteShow defaults in options descriptions.
2020-04-19 borsAuto merge of #70015 - jonas-schievink:gen-needs-drop...
2020-04-19 Nicholas NethercoteReplace uses of `parse_opt_*` with `parse_*` where...
2020-04-19 Nicholas NethercoteMake option type descriptions non-optional.
2020-04-19 Nicholas NethercoteTweak `parse_opt_uint`.
2020-04-19 Nicholas NethercoteFix the `-Zsanitizer_memory_track_origins` error message.
2020-04-19 Nicholas NethercoteClean up the list of parser descriptions.
2020-04-19 Nicholas NethercoteAllow all boolean options to take values.
2020-04-19 Nicholas NethercoteMake some option descriptions fit the usual pattern.
2020-04-19 Michal 'vorner'... weak-into-raw: Add {Arc,Rc}::as_ptr
2020-04-19 borsAuto merge of #69793 - estebank:predicate-obligations...
2020-04-19 Yuki OkushiDo not show DefId in diagnostics
2020-04-19 borsAuto merge of #71102 - tmiasko:compiler-builtins, r...
2020-04-19 Esteban KüberAdd label to item source of bound obligation
2020-04-18 Esteban KüberDo not emit note for projected derived obligations
2020-04-18 Esteban KüberRemove `AssocTypeBound` and propagate bound `Span`s
2020-04-18 Esteban KüberMaintain chain of derived obligations
2020-04-18 borsAuto merge of #71306 - Dylan-DPC:rollup-kvzc1da, r...
2020-04-18 Dylan DPCRollup merge of #71303 - tshepang:master, r=Mark-Simulacrum
2020-04-18 Dylan DPCRollup merge of #71287 - JohnTitor:comment-vec, r=RalfJung
2020-04-18 Dylan DPCRollup merge of #71283 - Amanieu:zprofile, r=davidtwco
2020-04-18 Dylan DPCRollup merge of #71276 - RalfJung:miri-unleash-box...
2020-04-18 Dylan DPCRollup merge of #71271 - JohnTitor:map-in-place, r...
2020-04-18 Tshepang Lekhonkhoberemove build warnings
2020-04-18 Yuki OkushiExplain why we shouldn't add inline attr to into_vec
2020-04-18 borsAuto merge of #71218 - eddyb:a-lifetime-stranded-in...
2020-04-18 Amanieu d'AntrasAdd an option to inhibit automatic injection of profile...
2020-04-18 borsAuto merge of #71278 - matthiaskrgr:submodule_upd,...
2020-04-18 Matthias Krügersubmodules: update clippy from 6651c1b9 to 891e1a85
2020-04-18 Ralf Jungmiri-unleashed: test that we detect heap allocations
2020-04-18 Ralf Jungcheck_consts: make ops module private
2020-04-18 borsAuto merge of #71204 - JohnTitor:into-vec, r=wesleywiser
2020-04-18 huangjiahuaAdd example in the alternative in std::mem::transmute...
2020-04-18 Yuki OkushiMove `MapInPlace` to rustc_data_structures
2020-04-18 borsAuto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum
2020-04-17 borsAuto merge of #71264 - Dylan-DPC:rollup-njgbey7, r...
2020-04-17 Dylan DPCRollup merge of #71243 - Duddino:Fix2, r=estebank
2020-04-17 Dylan DPCRollup merge of #71242 - XAMPPRocky:mailmap, r=Dylan-DPC
2020-04-17 Dylan DPCRollup merge of #71238 - RalfJung:miri-typo, r=oli-obk
2020-04-17 Dylan DPCRollup merge of #71167 - RalfJung:big-o, r=shepmaster
2020-04-17 Dylan DPCRollup merge of #71070 - petrochenkov:nolldaround,...
2020-04-17 Dylan DPCRollup merge of #70467 - wesleywiser:invoke-vs-call...
2020-04-17 Amanieu d'AntrasMake -Zprofile set codegen-units to 1
2020-04-17 Jonas SchievinkIgnore generator-drop-cleanup on wasm32-bare
2020-04-17 borsAuto merge of #71255 - Dylan-DPC:rollup-u5yl04z, r...
2020-04-17 Jonas SchievinkAdjust mir-opt test and make it drop something
2020-04-17 Dylan DPCRollup merge of #71254 - JOE1994:add_comment, r=jonas...
2020-04-17 Dylan DPCRollup merge of #71247 - ldm0:minor, r=estebank
2020-04-17 Dylan DPCRollup merge of #71246 - crlf0710:linked_list_cursor...
2020-04-17 Dylan DPCRollup merge of #71239 - JohnTitor:llvm-asm, r=Amanieu
2020-04-17 Dylan DPCRollup merge of #69642 - ecstatic-morse:issue-69615...
2020-04-17 Jonas SchievinkMake `needs_drop` less pessimistic on generators
2020-04-17 DuddinoImproved try_macro_suggestion function
2020-04-17 JOE1994Minor fix and addition to doc comments
2020-04-17 DuddinoImproved try_macro_suggestion
2020-04-17 DuddinoMoved is_try check into try_macro_suggestion
2020-04-17 Charles LewImplement `Clone` for `liballoc::collections::linked_li...
2020-04-17 Donough LiuRemove unnecessary variable intialization
2020-04-17 DuddinoAccount for use of `try!()` in 2018 edition and guide...
2020-04-17 borsAuto merge of #71049 - eddyb:const-err, r=oli-obk
2020-04-17 Yuki OkushiRename `asm` test directory in favor of `llvm_asm`
2020-04-17 Ralf JungMiri: fix typo
2020-04-17 borsAuto merge of #70629 - anyska:fields-variant, r=oli-obk
2020-04-17 borsAuto merge of #71230 - Dylan-DPC:rollup-rofigbv, r...
2020-04-17 Eduard-Mihai Burtescuty/print: pretty-print constant aggregates (arrays...
next