about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-10Avoid checking HIR in variances_of.Camille GILLOT-38/+13
2022-04-10Do not access HIR to compute symbol_name.Camille GILLOT-8/+4
2022-04-10Store LocalDefId in is_late_bound_map.Camille GILLOT-28/+42
2022-04-10Avoid accessing HIR from MIR queries.Camille GILLOT-41/+35
2022-04-10Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrumbors-68/+30
2022-04-10Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrumbors-2/+17
2022-04-09Auto merge of #95435 - cjgillot:one-name, r=oli-obkbors-56/+56
2022-04-09Auto merge of #95855 - Dylan-DPC:rollup-h45xmpw, r=Dylan-DPCbors-95/+569
2022-04-09Rollup merge of #95831 - redzic:xor-uppercase, r=workingjubileeDylan DPC-2/+2
2022-04-09Rollup merge of #95817 - oconnor663:doc_comment2, r=yaahcDylan DPC-1/+1
2022-04-09Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercoteDylan DPC-47/+137
2022-04-09Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkovDylan DPC-14/+13
2022-04-09Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-SimulacrumDylan DPC-6/+29
2022-04-09Rollup merge of #95361 - scottmcm:valid-align, r=Mark-SimulacrumDylan DPC-15/+305
2022-04-09Rollup merge of #94794 - mlodato517:mlodato517-clarify-string-indexing-docs, ...Dylan DPC-10/+82
2022-04-09Rework String UTF-8 DocumentationMark Lodato-10/+82
2022-04-09Auto merge of #95697 - klensy:no-strings, r=petrochenkovbors-65/+56
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-47/+137
2022-04-09Auto merge of #95840 - Dylan-DPC:rollup-erz5u6w, r=Dylan-DPCbors-238/+340
2022-04-09Rollup merge of #95810 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Dylan DPC-133/+116
2022-04-09Rollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPCDylan DPC-0/+2
2022-04-09Rollup merge of #95785 - RalfJung:interpret-size-mismatch, r=oli-obkDylan DPC-67/+107
2022-04-09Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomezDylan DPC-4/+59
2022-04-09Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbiniDylan DPC-2/+2
2022-04-09Rollup merge of #95308 - bjorn3:more_stable_proc_macro, r=Mark-SimulacrumDylan DPC-32/+54
2022-04-09Bless tests.Camille GILLOT-0/+3
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-42/+41
2022-04-09Auto merge of #95724 - Kobzol:ci-update-rustc-perf, r=nnethercotebors-8/+14
2022-04-09Auto merge of #95835 - Dylan-DPC:rollup-l5mf2ad, r=Dylan-DPCbors-151/+1029
2022-04-09Rollup merge of #95804 - GuillaumeGomez:empty-doc-comment-with-backline, r=no...Dylan DPC-1/+26
2022-04-09Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkovDylan DPC-96/+58
2022-04-09Rollup merge of #95787 - yaahc:panic-doc-update-v2, r=dtolnayDylan DPC-12/+22
2022-04-09Rollup merge of #95764 - c410-f3r:metavar-test, r=petrochenkovDylan DPC-1/+117
2022-04-09Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726Dylan DPC-35/+48
2022-04-09Rollup merge of #95599 - niluxv:strict-provenance-lint, r=michaelwoeristerDylan DPC-4/+342
2022-04-09Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-SimulacrumDylan DPC-0/+28
2022-04-09Rollup merge of #90066 - yaahc:thinbox, r=joshtriplettDylan DPC-2/+388
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-15/+305
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-222/+275
2022-04-08Use bitwise XOR in to_ascii_uppercaseRedzic-2/+2
2022-04-09Remove explicit delimiter token trees from `Delimited`.Nicholas Nethercote-96/+58
2022-04-08Auto merge of #95815 - RalfJung:miri, r=RalfJungbors-21/+8
2022-04-08Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errorsbors-3/+112
2022-04-08bump rls and racerPietro Albini-2/+2
2022-04-08hide another #[allow] directive from a docs exampleJack O'Connor-1/+1
2022-04-08update MiriRalf Jung-21/+8
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-2/+388
2022-04-08Avoid looking at the internals of Interned directlyOli Scherer-199/+150
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-35/+281
2022-04-08WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts.Aria Beingessner-4/+96