about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-8/+8
2023-01-13Remove redundant session fieldOli Scherer-14/+11
2023-01-13CrateData: don't allocate String when Serialize, &str is enoughklensy-1/+1
2023-01-13Playground.crate_name String -> Symbolklensy-6/+5
2023-01-13fmt_type: don't alloc const String, use &str insteadklensy-1/+1
2023-01-13generate_macro_def_id_path: don't eagerly stringify Symbolsklensy-7/+12
2023-01-13Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillotbors-2/+2
2023-01-13clippyRalf Jung-1/+1
2023-01-13IndexItem.name String -> Symbolklensy-9/+10
2023-01-13evade clonesklensy-4/+4
2023-01-13Remove stale reference to the test suite locationAlbert Larsan-3/+2
2023-01-13Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitorbors-3/+6
2023-01-13Merge from rustcRalf Jung-854923/+17109
2023-01-13Preparing for merge from rustcRalf Jung-1/+1
2023-01-13Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebankYuki Okushi-3/+6
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-1/+1
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-3/+17
2023-01-12Auto merge of #106786 - JohnTitor:rollup-8f4vk8m, r=JohnTitorbors-26/+18
2023-01-12Don't suggest dyn as parameter to addMichael Goulet-3/+6
2023-01-13Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddleYuki Okushi-3/+18
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-23/+0
2023-01-12Auto merge of #106780 - flip1995:clippyup, r=Manishearthbors-850/+1879
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-1/+4
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-850/+1879
2023-01-12Don't pass `--sysroot` twice if SYSROOT is setJoshua Nelson-1/+4
2023-01-12Feed the `features_query` instead of grabbing it from the session lazilyOli Scherer-2/+2
2023-01-12Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstriebbors-6/+12
2023-01-12Fix not displayed re-export of `doc(hidden)` itemGuillaume Gomez-3/+18
2023-01-12Rollup merge of #106751 - clubby789:const-intrinsic, r=GuillaumeGomeznils-2/+10
2023-01-12Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwconils-4/+2
2023-01-12Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkovbors-9/+6
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-4/+0
2023-01-12Remove dead code in rustdoc stripperGuillaume Gomez-11/+1
2023-01-12Harden the pre-tyctxt query system against accidental recomputationOli Scherer-9/+6
2023-01-12Auto merge of #106757 - matthiaskrgr:rollup-9j8830g, r=matthiaskrgrbors-71/+3
2023-01-11Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnayMichael Goulet-4/+0
2023-01-12Rollup merge of #106733 - DebugSteven:revert-104552-warn-newer-x, r=jyn514Matthias Krüger-71/+3
2023-01-12Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514bors-4/+0
2023-01-12move to correct testDeadbeef-53/+0
2023-01-12Fix rendering 'const' for intrinsicsclubby789-2/+10
2023-01-12fix fmt and blessDeadbeef-0/+11
2023-01-12fix fn_sig iceDeadbeef-0/+15
2023-01-12parse const closuresDeadbeef-3/+17
2023-01-12attempt to make a minimal example workDeadbeef-1/+12
2023-01-12gate const closuresDeadbeef-0/+16
2023-01-12parse const closuresDeadbeef-3/+17
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-23/+0
2023-01-12remove unreachable error code `E0490`Ezra Shaw-4/+2
2023-01-12Update clippy for new format_args!() lang items.Mara Bos-25/+35
2023-01-12Update rustfmt for ast::ExprKind::FormatArgs.Mara Bos-1/+5