]> git.lizzy.rs Git - rust.git/history - compiler
Revamp rustdoc docs about documentation using `cfg`
[rust.git] / compiler /
2020-10-01 borsAuto merge of #76919 - fusion-engineering-forks:thread...
2020-10-01 borsAuto merge of #74839 - alarsyo:multiple_return_terminat...
2020-10-01 Antoine MartinImplement multiple return terminators optimization
2020-10-01 borsAuto merge of #77354 - ecstatic-morse:const-checking...
2020-10-01 borsAuto merge of #77383 - pickfire:patch-6, r=Mark-Simulacrum
2020-10-01 borsAuto merge of #77379 - camelid:improve-wording-crate...
2020-10-01 borsAuto merge of #77381 - Dylan-DPC:rollup-0sr6p5p, r...
2020-10-01 Dylan DPCRollup merge of #77371 - camelid:remove-extra-space...
2020-10-01 Dylan DPCRollup merge of #77360 - oli-obk:zst_const_pat_regressi...
2020-10-01 Dylan DPCRollup merge of #77349 - ehuss:update-cargo, r=ehuss
2020-10-01 Dylan DPCRollup merge of #77343 - varkor:rustc_args_required_con...
2020-10-01 Dylan DPCRollup merge of #77324 - Aaron1011:fix/const-item-mutat...
2020-10-01 Dylan DPCRollup merge of #77319 - tgnottingham:siphasher_endiann...
2020-10-01 Dylan DPCRollup merge of #77315 - exrook:rename-allocerror,...
2020-10-01 Dylan DPCRollup merge of #77305 - lcnr:candidate_from_obligation...
2020-10-01 Dylan DPCRollup merge of #77303 - lcnr:const-evaluatable-TooGene...
2020-10-01 Dylan DPCRollup merge of #77202 - ehuss:defer-apple-sdkroot...
2020-10-01 Dylan DPCRollup merge of #77153 - Aaron1011:fix/better-recursive...
2020-10-01 Dylan DPCRollup merge of #76909 - timvermeulen:advance_by, r...
2020-09-30 borsAuto merge of #76325 - lzutao:split-core-str, r=Amanieu
2020-09-30 CamelidImprove wording for external crate resolution error
2020-09-30 borsAuto merge of #77372 - jonas-schievink:rollup-e5bdzga...
2020-09-30 Jonas SchievinkRollup merge of #77348 - ehuss:update-books, r=ehuss
2020-09-30 Jonas SchievinkRollup merge of #77345 - samlich:test-issue-74761,...
2020-09-30 Jonas SchievinkRollup merge of #77340 - pickfire:patch-9, r=kennytm
2020-09-30 Jonas SchievinkRollup merge of #77338 - pickfire:patch-7, r=jyn514
2020-09-30 Jonas SchievinkRollup merge of #77331 - hameerabbasi:issue-74906,...
2020-09-30 Jonas SchievinkRollup merge of #77328 - hyd-dev:assert-to-rtassert...
2020-09-30 Jonas SchievinkRollup merge of #77322 - rust-lang:wesleywiser-patch...
2020-09-30 Jonas SchievinkRollup merge of #77296 - tmiasko:liveness-option, r...
2020-09-30 Jonas SchievinkRollup merge of #77284 - josephlr:mem, r=Mark-Simulacrum
2020-09-30 Jonas SchievinkRollup merge of #77280 - petrochenkov:llvmcomp, r=Mark...
2020-09-30 Jonas SchievinkRollup merge of #77233 - ssomers:btree_size_matters...
2020-09-30 Jonas SchievinkRollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPC
2020-09-30 CamelidRemove trailing space in error message
2020-09-30 borsAuto merge of #75810 - hug-dev:cmse-nonsecure-entry...
2020-09-30 Dylan MacKenzieRemove E0019, use E0015 for inline assembly in a const
2020-09-30 Dylan MacKenzieBetter span for attribute suggestions
2020-09-30 Hugues de ValonAdd more tests and check for ABI
2020-09-30 borsAuto merge of #77298 - jyn514:bootstrap-config, r=Mark...
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 #77281 - tmiasko:liveness-everybody,...
2020-09-30 varkorValidate `rustc_args_required_const`
2020-09-30 Oliver SchererReferences to ZSTs may be at arbitrary aligned addresses
2020-09-30 borsAuto merge of #77294 - shepmaster:try-anchors, r=pietro...
2020-09-30 Tyson NottinghamStable hashing: add comments and tests concerning platf...
2020-09-30 borsAuto merge of #77292 - lzutao:std_asm, r=Amanieu
2020-09-30 Dylan MacKenzieRewrite E0019 example
2020-09-30 Dylan MacKenzieRemove default `build_error` impl
2020-09-30 borsAuto merge of #77069 - sexxi-goose:closure_print_2...
2020-09-30 Dylan MacKenzieRemove machinery for halting error output
2020-09-30 Dylan MacKenzieDon't stop const-checking after erroneous trait bound
2020-09-30 Dylan MacKenzieEmit multiple function pointer errors from const-checker
2020-09-30 Dylan MacKenzieDon't emit duplicate errors for the return place
2020-09-30 Dylan MacKenziePriority levels
2020-09-30 Dylan MacKenzieBless mut tests
2020-09-30 Dylan MacKenzieGive `MutDeref` a real error message
2020-09-30 Dylan MacKenzieRemove `ops::non_const`
2020-09-30 Dylan MacKenzieFix "unstable in stable" error
2020-09-30 Dylan MacKenzieReturn a `DiagnosticBuilder` from structured errors
2020-09-30 Dylan MacKenzieForbid generator-specific MIR in all const-contexts
2020-09-30 Dylan MacKenzie`delay_span_bug` if const-checking an `async` function
2020-09-30 Dylan MacKenzieContinue after `impl Trait` in `const fn`
2020-09-30 borsAuto merge of #77133 - tmandry:bootstrap-host, r=Mark...
2020-09-30 Dylan MacKenzieContinue const-checking after errors when easy
2020-09-30 Dylan MacKenzieUseful derives on `mir::LocalKind`
2020-09-30 Tomasz Miąskoliveness: Use Option::None to represent absent live...
2020-09-29 borsAuto merge of #77289 - TimDiekmann:alloc-ref-by-ref...
2020-09-29 Tomasz MiąskoLiveness analysis for everybody
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 Aaron HillDon't fire `const_item_mutation` lint on writes through...
2020-09-29 borsAuto merge of #77257 - ecstatic-morse:optimize-int...
2020-09-28 Aaron HillFix recursive nonterminal expansion during pretty-print...
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 Bastian Kauschkemove candidate_from_obligation_no_cache
2020-09-28 Bastian Kauschkeconst evaluatable: improve `TooGeneric` handling
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
next