]> git.lizzy.rs Git - rust.git/history - compiler
Add more tests and check for ABI
[rust.git] / compiler /
2020-09-30 Hugues de ValonAdd more tests and check for ABI
2020-09-30 Hugues de ValonAdd support for cmse_nonsecure_entry attribute
2020-09-30 Hugues de ValonUpdate LLVM and add Unsupported diagnostic
2020-09-30 borsAuto merge of #77294 - shepmaster:try-anchors, r=pietro...
2020-09-30 borsAuto merge of #77292 - lzutao:std_asm, r=Amanieu
2020-09-30 borsAuto merge of #77069 - sexxi-goose:closure_print_2...
2020-09-30 borsAuto merge of #77133 - tmandry:bootstrap-host, r=Mark...
2020-09-29 borsAuto merge of #77289 - TimDiekmann:alloc-ref-by-ref...
2020-09-29 borsAuto merge of #77274 - tmiasko:liveness-cnd, r=lcnr
2020-09-29 borsAuto merge of #77145 - pietroalbini:refactor-build...
2020-09-29 borsAuto merge of #76754 - varkor:diagnostic-cleanup-ii...
2020-09-29 borsAuto merge of #77253 - jyn514:crate-link, r=Manishearth
2020-09-29 borsAuto merge of #77275 - petrochenkov:interpid, r=varkor
2020-09-29 borsAuto merge of #77257 - ecstatic-morse:optimize-int...
2020-09-28 Vadim Petrochenkovexpand: Minor fn ptr call cleanup
2020-09-28 Vadim Petrochenkovexpand: Stop un-interpolating `NtIdent`s before passing...
2020-09-28 borsAuto merge of #77302 - RalfJung:rollup-n8gg3v6, r=RalfJung
2020-09-28 Ralf JungRollup merge of #77295 - jethrogb:jb/unstable-book...
2020-09-28 Ralf JungRollup merge of #77288 - RalfJung:miri-macos, r=Amanieu
2020-09-28 Ralf JungRollup merge of #77194 - pickfire:patch-7, r=withoutboats
2020-09-28 Ralf JungRollup merge of #77170 - ecstatic-morse:const-fn-ptr...
2020-09-28 Ralf JungRollup merge of #76711 - davidtwco:issue-51154-param...
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-28 Ralf JungRollup merge of #76454 - poliorcetics:ui-to-unit-test...
2020-09-28 borsAuto merge of #76899 - wesleywiser:experimental_unsound...
2020-09-28 borsAuto merge of #77236 - matthewjasper:defer-typeof-impl...
2020-09-28 borsAuto merge of #77282 - glaubitz:sparc-linux, r=nagisa
2020-09-28 borsAuto merge of #77261 - oli-obk:const_generic_array_seri...
2020-09-28 borsAuto merge of #77265 - vandenheuvel:chalkup, r=Dylan-DPC
2020-09-28 Aman Arorapretty.rs: Update Closure and Generator print
2020-09-28 borsAuto merge of #77008 - fortanix:raoul/lvi-tests, r...
2020-09-28 borsAuto merge of #75295 - tmiasko:fds, r=Amanieu
2020-09-27 Wesley Wiser[mir-opt] Introduce a new flag to enable experimental...
2020-09-27 Tomasz Miąskoliveness: Inline visitor implementation for IrMaps
2020-09-27 Tomasz Miąskoliveness: Store upvars_mentioned inside Liveness struct
2020-09-27 Tomasz Miąskoliveness: Use visit_param to add variables correspondin...
2020-09-27 Tomasz Miąskoliveness: Use upvars instead of FnKind to check for...
2020-09-27 Tomasz Miąskoliveness: Move body_owner field from IrMaps to Liveness
2020-09-27 borsAuto merge of #77242 - ecstatic-morse:dataflow-switch...
2020-09-27 borsAuto merge of #77229 - tmiasko:liveness, r=lcnr
2020-09-27 Dylan MacKenzieRemove `rustc_allow_const_fn_ptr`
2020-09-27 Dylan MacKenzieAdd a feature gate for basic function pointer use in...
2020-09-27 borsAuto merge of #77272 - jonas-schievink:rollup-dydo5kn...
2020-09-27 Jonas SchievinkRollup merge of #77263 - bugadani:cleanup, r=lcnr
2020-09-27 Jonas SchievinkRollup merge of #77262 - bugadani:redundant-comment...
2020-09-27 Jonas SchievinkRollup merge of #77256 - jyn514:typo, r=Aaron1011
2020-09-27 Jonas SchievinkRollup merge of #77252 - tshepang:overlong, r=jyn514
2020-09-27 Jonas SchievinkRollup merge of #77249 - jyn514:private-links, r=Manish...
2020-09-27 Jonas SchievinkRollup merge of #77203 - ecstatic-morse:const-stability...
2020-09-27 Jonas SchievinkRollup merge of #76839 - lzutao:mips-asm, r=Amanieu
2020-09-27 borsAuto merge of #77259 - dgbo:master, r=kennytm
2020-09-27 Joshua NelsonAdd documentation for `private_intra_doc_links`
2020-09-27 Joshua NelsonSeparate `private_intra_doc_links` and `broken_intra_do...
2020-09-27 Bram van den HeuvelUpdate chalk to 0.29.0
2020-09-27 borsAuto merge of #77118 - exrook:stability-generic-paramet...
2020-09-27 bjorn3Add option to pass a custom codegen backend from a...
2020-09-27 borsAuto merge of #71274 - RalfJung:raw-init-check-aggregat...
2020-09-27 Dániel BugaClean up trivial if let
2020-09-27 Dániel BugaRemove duplicate comment
2020-09-27 borsAuto merge of #76955 - jyn514:refactor-diagnostics...
2020-09-27 borsAuto merge of #77154 - fusion-engineering-forks:lazy...
2020-09-27 Joshua NelsonFix typo in ExpnData documentation
2020-09-27 Dylan MacKenzieRevert "Add an unused field of type `Option<DefId>...
2020-09-27 Dylan MacKenzieSpeed up `IntRange::from_pat`
2020-09-27 Lzu TaoAdd MIPS asm! support
2020-09-27 borsAuto merge of #76986 - jonas-schievink:ret-in-reg,...
2020-09-27 Dylan MacKenzieRemove intra-doc link
2020-09-27 borsAuto merge of #77247 - jonas-schievink:rollup-r6ehh8h...
2020-09-27 Tomasz Miąskoliveness: Access live nodes directly through self.lnks[ln]
2020-09-26 Jonas SchievinkRollup merge of #77243 - Aaron1011:more-derive-test...
2020-09-26 Jonas SchievinkRollup merge of #77235 - petrochenkov:reparse, r=Aaron1011
2020-09-26 Jonas SchievinkRollup merge of #77231 - oli-obk:clippy_const_fn, r...
2020-09-26 Jonas SchievinkRollup merge of #77209 - jyn514:fix-docs, r=petrochenkov
2020-09-26 Jonas SchievinkRollup merge of #77208 - mati865:late-link-args-order...
2020-09-26 Jonas SchievinkRollup merge of #77184 - pickfire:patch-4, r=kennytm
2020-09-26 Jonas SchievinkRollup merge of #77167 - fusion-engineering-forks:fix...
2020-09-26 Jonas SchievinkRollup merge of #77129 - ehuss:update-cargo, r=ehuss
2020-09-26 Jonas SchievinkRollup merge of #77107 - bugadani:perf, r=oli-obk
2020-09-26 Jonas SchievinkRollup merge of #76917 - GuillaumeGomez:map-missing...
2020-09-26 Dylan MacKenzieUpdate dataflow impls to reflect new interface
2020-09-26 Dylan MacKenzieUpdate engine to use new interface
2020-09-26 Dylan MacKenzieReplace `discriminant_switch_effect` with more general...
2020-09-26 borsAuto merge of #76897 - Aaron1011:feature/min-proc-macro...
2020-09-26 borsAuto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJung
2020-09-26 Vadim Petrochenkovpretty-print-reparse hack: Remove an impossible case
2020-09-26 Vadim Petrochenkovpretty-print-reparse hack: Rename some variables for...
2020-09-26 Matthew JasperCall `type_of` for opaque types later in compilation
2020-09-26 Aaron HillEncode less metadata for proc-macro crates
2020-09-26 Matthew JasperDelay bug for non-universal regions in member constraints
2020-09-26 Tomasz Miąskoliveness: Use newtype_index for Variable and LiveNode
2020-09-26 Tomasz Miąskoliveness: Remove unnecessary local variable exit_ln
2020-09-26 Oliver SchererMove `qualify_min_const_fn` out of rustc into clippy
2020-09-26 Tomasz Miąskoliveness: Inline contents of specials struct
2020-09-26 Tomasz Miąskoliveness: Delay conversion from a symbol to a string...
2020-09-26 Tomasz Miąskoliveness: Remove redundant fields for a number of live...
2020-09-26 Tomasz Miąskoliveness: Remove redundant debug logging
2020-09-26 Jonas SchievinkReturn values up to 128 bits in registers
2020-09-26 Oliver SchererDeduplicate and generalize some (de/)serializer impls
2020-09-26 varkor`char` not char
2020-09-26 varkorMake invalid integer operation messages consistent
next