]> git.lizzy.rs Git - rust.git/history - compiler
Add "For example,"
[rust.git] / compiler /
2020-09-08 CamelidAdd "For example,"
2020-09-08 CamelidImprove wording of E0607 explanation
2020-09-07 borsAuto merge of #74366 - t-rapp:tr-bufreader-pos, r=Lukas...
2020-09-07 borsAuto merge of #76395 - dylni:adjust-documentation-for...
2020-09-07 borsAuto merge of #76368 - ayushmishra2005:move_str_contact...
2020-09-07 borsAuto merge of #76409 - jonas-schievink:fix-r-a-on-libco...
2020-09-07 borsAuto merge of #76422 - Dylan-DPC:rollup-0579ucb, r...
2020-09-06 Dylan DPCRollup merge of #76364 - fusion-engineering-forks:avr...
2020-09-06 Dylan DPCRollup merge of #76358 - Wilfred:patch-3, r=lcnr
2020-09-06 Dylan DPCRollup merge of #76346 - gillespiecd:nlinks-docs, r...
2020-09-06 Dylan DPCRollup merge of #76344 - camelid:patch-6, r=KodrAus
2020-09-06 Dylan DPCRollup merge of #76340 - jonas-schievink:rm-dupe, r...
2020-09-06 Dylan DPCRollup merge of #76338 - euclio:intra-link-iterator...
2020-09-06 Dylan DPCRollup merge of #76324 - ayushmishra2005:move_vec_tests...
2020-09-06 Dylan DPCRollup merge of #76318 - scottmcm:one-control-flow...
2020-09-06 Dylan DPCRollup merge of #76312 - numbermaniac:patch-1, r=shepmaster
2020-09-06 Dylan DPCRollup merge of #76309 - lzutao:indent-note, r=jyn514
2020-09-06 Dylan DPCRollup merge of #76305 - CDirkx:const-tests, r=matklad
2020-09-06 Dylan DPCRollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPC
2020-09-06 Dylan DPCRollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPC
2020-09-06 Dylan DPCRollup merge of #76299 - CDirkx:ip-tests, r=matklad
2020-09-06 Dylan DPCRollup merge of #76293 - Amjad50:incompatible_features_...
2020-09-06 Dylan DPCRollup merge of #76287 - lzutao:rm-allowed, r=jyn514
2020-09-06 Dylan DPCRollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov
2020-09-06 Dylan DPCRollup merge of #76273 - CraftSpider:master, r=matklad
2020-09-06 borsAuto merge of #76229 - camelid:patch-3, r=jonas-schievink
2020-09-06 borsAuto merge of #76157 - ArekPiekarz:const_caller_locatio...
2020-09-06 borsAuto merge of #75949 - vext01:filter-docs, r=jyn514
2020-09-06 borsAuto merge of #76390 - MaulingMonkey:pr-min-cdb-version...
2020-09-06 borsAuto merge of #76067 - simonvandel:peephole-ne, r=wesle...
2020-09-06 borsAuto merge of #76128 - poliorcetics:doc-use-arc-clone...
2020-09-06 borsAuto merge of #76370 - fusion-engineering-forks:synconc...
2020-09-06 Simon Vandel SillesenGeneralize to Eq(true, _place) and Eq(_place, true)
2020-09-06 Simon Vandel SillesenAdd peephold optimization that simplifies Ne(_1, false...
2020-09-06 borsAuto merge of #76341 - richkadel:ignore-gcc-destructor...
2020-09-06 borsAuto merge of #76331 - Aaron1011:fix/group-compat-hack...
2020-09-06 borsAuto merge of #76326 - mati865:use_lld-no-linker, r...
2020-09-06 borsAuto merge of #76307 - sunfishcode:wasm-no-eh-frame...
2020-09-05 borsAuto merge of #76217 - RalfJung:maybe-uninit-slice...
2020-09-05 borsAuto merge of #75428 - the8472:fix-copy-eopnotsupp...
2020-09-05 borsAuto merge of #75872 - mati865:pgo-tests, r=petrochenkov
2020-09-05 borsAuto merge of #76376 - Dylan-DPC:rollup-8chsbw9, r...
2020-09-05 Dylan DPCRollup merge of #76285 - matklad:censor-spacing, r...
2020-09-05 Dylan DPCRollup merge of #76263 - tmiasko:inline-codegen-fn...
2020-09-05 Dylan DPCRollup merge of #76258 - Mark-Simulacrum:check-tests...
2020-09-05 Dylan DPCRollup merge of #76254 - tmiasko:fold-len, r=wesleywiser
2020-09-05 Dylan DPCRollup merge of #76082 - jyn514:top-level-links, r...
2020-09-05 Dylan DPCRollup merge of #76078 - jyn514:no-disambiguator, r...
2020-09-05 Dylan DPCRollup merge of #76060 - pickfire:patch-12, r=jyn514
2020-09-05 Dylan DPCRollup merge of #75994 - mental32:impl-rc-new-cyclic...
2020-09-05 Dylan DPCRollup merge of #75954 - ArekPiekarz:unstable_book_ffi_...
2020-09-05 Dylan DPCRollup merge of #75741 - workingjubilee:refactor-byteor...
2020-09-05 Dylan DPCRollup merge of #75695 - JohnTitor:regression-test...
2020-09-05 borsAuto merge of #75584 - RalfJung:union-no-deref, r=matth...
2020-09-05 borsAuto merge of #75888 - GuillaumeGomez:trait-impl-assoc...
2020-09-05 Mara BosDisable atomics on avr target.
2020-09-05 Jubilee YoungFix big endian read/write
2020-09-05 Jubilee YoungExplain contract of {read, write}_target_uint
2020-09-05 JubileeBe explicit that we're handling bytes
2020-09-05 Jubilee YoungRemove reference to byteorder limits
2020-09-05 Jubilee YoungRefactor byteorder to std in rustc_middle
2020-09-05 borsAuto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis
2020-09-04 Scott McMurrayAdd `BREAK` too, and improve the comments
2020-09-04 Jack Hueykind -> kind()
2020-09-04 borsAuto merge of #75200 - ssomers:btree_valmut, r=Mark...
2020-09-04 Jack HueyReview comments
2020-09-04 Jack HueyMore chalk work
2020-09-04 Jack HueyUpgrade chalk to 0.21
2020-09-04 borsAuto merge of #76292 - Aaron1011:fix/proc-macro-panic...
2020-09-04 Jonas SchievinkRemove unused duplicated `trivial_dropck_outlives`
2020-09-04 borsAuto merge of #76315 - lcnr:map-track-caller, r=Mark...
2020-09-04 Aaron HillAccount for version number in NtIdent hack
2020-09-04 borsAuto merge of #75077 - LeSeulArtichaut:tys-kind, r...
2020-09-04 LeSeulArtichautty.flags -> ty.flags()
2020-09-04 LeSeulArtichautChange ty.kind to a method
2020-09-04 borsAuto merge of #75655 - nielx:fix/haiku-llvm-libz, r...
2020-09-04 Amjad AlsharafiImplementation of incompatible features error
2020-09-04 borsAuto merge of #75207 - dylni:add-slice-check-range...
2020-09-04 Scott McMurrayUse ops::ControlFlow in graph::iterate
2020-09-04 Bastian Kauschkeadd track_caller to `local_def_id_to_hir_id`
2020-09-04 borsAuto merge of #76004 - richkadel:llvm-coverage-map...
2020-09-04 Dan GohmanDisable use of `--eh-frame-hdr` on wasm32.
2020-09-04 Tomasz Miąskoinliner: Check for no_sanitize attribute compatibility
2020-09-04 Tomasz Miąskoinliner: Check for target features compatibility
2020-09-03 borsAuto merge of #73996 - da-x:short-unique-paths, r=petro...
2020-09-03 Aleksey KladovOptimize Cursor::look_ahead
2020-09-03 Guillaume GomezAdd check for doc alias on associated const in trait...
2020-09-03 borsAuto merge of #73819 - euclio:rustdoc-summaries, r...
2020-09-03 Aleksey KladovMove jointness censoring to proc_macro
2020-09-03 Dan Alonirustc_lint: avoid trimmed paths for ty_find_init_error
2020-09-03 Dan Alonispecialization_graph: avoid trimmed paths for OverlapError
2020-09-03 Rich KadelTools, tests, and experimenting with MIR-derived covera...
2020-09-03 Dan Alonirustc_driver: have TrimmedDefPaths::GoodPath only for...
2020-09-03 Scott McMurrayAllow try blocks as the argument to return expressions
2020-09-03 borsAuto merge of #76235 - jyn514:std-intra-links, r=polior...
2020-09-03 borsAuto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in...
2020-09-03 borsAuto merge of #76265 - Dylan-DPC:rollup-j3i509l, r...
2020-09-03 Dylan DPCRollup merge of #76261 - camelid:intra-doc-links-for...
2020-09-03 Dylan DPCRollup merge of #76255 - ehuss:update-books, r=ehuss
2020-09-03 Dylan DPCRollup merge of #76245 - tmiasko:inline-generators...
next