about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-07Rollup merge of #83945 - SkiFire13:fix-83924, r=estebankDylan DPC-1/+83
2021-04-07Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=ManishearthDylan DPC-3/+80
2021-04-07Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkorDylan DPC-66/+134
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-242/+281
2021-04-07Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkorDylan DPC-3/+61
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-1/+71
2021-04-07Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-seDylan DPC-0/+67
2021-04-07Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomezbors-82/+82
2021-04-07Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrumbors-2/+2
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-3/+80
2021-04-06Bump bootstrap compilerEric Huss-2/+2
2021-04-06Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514bors-3/+5
2021-04-06Add regression testGiacomo Stevanato-0/+65
2021-04-06Add reborrow suggestion when mutable reference is moved in a for loopGiacomo Stevanato-1/+18
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-82/+82
2021-04-06Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPCbors-146/+135
2021-04-06rustdoc: Use `ThinVec` in a few placesCamelid-3/+5
2021-04-06Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelixDylan DPC-6/+8
2021-04-06Rollup merge of #83910 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2021-04-06Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnrDylan DPC-1/+1
2021-04-06Rollup merge of #83902 - alexcrichton:update-llvm, r=nikicDylan DPC-0/+0
2021-04-06Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC-4/+43
2021-04-06Rollup merge of #83829 - petrochenkov:minclean, r=nagisaDylan DPC-52/+6
2021-04-06Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC-83/+77
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-129/+67
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-66/+134
2021-04-06Auto merge of #83922 - RalfJung:miri, r=RalfJungbors-52/+60
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-242/+281
2021-04-06update MiriRalf Jung-52/+60
2021-04-06Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkovbors-0/+91
2021-04-06Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0ortem-6/+8
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-4/+43
2021-04-06Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwcobors-10/+19
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-83/+137
2021-04-05Move `SharedContext` to `context.rs`Camelid-83/+77
2021-04-05Add `FromIterator` and `IntoIterator` impls for `ThinVec`Camelid-0/+91
2021-04-06Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors-122/+221
2021-04-05Update cargoEric Huss-0/+0
2021-04-05Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitorbors-211/+384
2021-04-05Allow specifying alignment for functionsWesley Norris-83/+137
2021-04-06Rollup merge of #83885 - jyn514:private-links, r=Mark-SimulacrumYuki Okushi-9/+2
2021-04-06Rollup merge of #83881 - lnicola:rust-analyzer-2021-04-05, r=jonas-schievinkYuki Okushi-20/+18
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-150/+149
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-23/+26
2021-04-06Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwcoYuki Okushi-1/+39
2021-04-06Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwcoYuki Okushi-2/+24
2021-04-06Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwcoYuki Okushi-1/+92
2021-04-06Rollup merge of #83370 - jyn514:setup-tools, r=Mark-SimulacrumYuki Okushi-5/+34
2021-04-05Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrumbors-17/+107
2021-04-05Fix typo in TokenStream documentationGuillaume Gomez-1/+1