about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-446/+1283
2021-07-07Rustup to rustc 1.55.0-nightly (885399992 2021-07-06)bjorn3-1/+1
2021-07-07Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitorbors-292/+835
2021-07-07Rollup merge of #86919 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-07-07Rollup merge of #86916 - godmar:@godmar/thread-yield-documentation-fix, r=jos...Yuki Okushi-16/+17
2021-07-07Rollup merge of #86907 - pietroalbini:ci-cpu-stats-python3, r=Mark-SimulacrumYuki Okushi-3/+6
2021-07-07Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahcYuki Okushi-2/+6
2021-07-07Rollup merge of #86880 - m-ou-se:test-manuallydrop-clone-from, r=Mark-SimulacrumYuki Okushi-0/+8
2021-07-07Rollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc-ids, r=jyn514Yuki Okushi-4/+11
2021-07-07Rollup merge of #86717 - rylev:rename, r=nikomatsakisYuki Okushi-267/+309
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+478
2021-07-07Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakisbors-108/+142
2021-07-06Update booksEric Huss-0/+0
2021-07-06Auto merge of #86911 - bjorn3:crate_info_refactor, r=petrochenkovbors-201/+166
2021-07-06Fix depnode sizeAman Arora-1/+1
2021-07-06rewrote documentation for thread::yield_now()Godmar Back-16/+17
2021-07-06Auto merge of #86636 - wesleywiser:misc_enum_improvements, r=michaelwoeristerbors-121/+112
2021-07-06Make type_implements_trait not a queryAman Arora-107/+141
2021-07-06rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntaxRyan Levick-20/+20
2021-07-06Rename future_prelude_collisions to rust_2021_prelude_collisionsRyan Levick-27/+27
2021-07-06rust_2021_token_prefixesRyan Levick-20/+20
2021-07-06Add s to non_fmt_panicRyan Levick-32/+40
2021-07-06Allow lint names to have ascii numbersRyan Levick-1/+3
2021-07-06Fix mis-styled codeRyan Levick-1/+4
2021-07-06Rename reserved_prefix lint to reserved_prefixesRyan Levick-20/+20
2021-07-06Add s to FUTURE_PRELUDE_COLLISIONRyan Levick-28/+30
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-10/+14
2021-07-06Rename lintRyan Levick-0/+20
2021-07-06Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt...Ryan Levick-177/+180
2021-07-06Fix testbjorn3-3/+1
2021-07-06Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4bjorn3-1/+1
2021-07-06Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakisbors-12/+116
2021-07-06Fold LinkerInfo into CrateInfobjorn3-86/+48
2021-07-06Don't store the full LinkerInfo inside Linker implsbjorn3-27/+44
2021-07-06Merge LinkerInfo::to_linker into get_linkerbjorn3-44/+40
2021-07-06Move get_linker to linker.rsbjorn3-93/+96
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-9/+7
2021-07-06Remove unused panic_runtime field from CrateInfobjorn3-5/+0
2021-07-06migrate cpu-usage-over-time.py to python 3Pietro Albini-3/+6
2021-07-06Auto merge of #86231 - nagisa:nagisa/abi-allowlist, r=petrochenkovbors-1038/+1507
2021-07-06Fix failing test on i686-pc-windows-msvcWesley Wiser-1/+1
2021-07-06Fix typo in core::sync::atomic::compiler_fence exampleJúnior Bassani-1/+1
2021-07-06Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a...Júnior Bassani-1/+5
2021-07-06Move LinkerInfo into CrateInfobjorn3-16/+12
2021-07-06Add missing docs and remove dead codeRyan Levick-5/+11
2021-07-06Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich...bors-295/+224
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-1038/+1507
2021-07-06Truncate hex stable crate id to 8 characters (32 bits)bjorn3-3/+8
2021-07-06Make tcx.stable_crate_id() fasterbjorn3-2/+6
2021-07-06Revert "Revert "Update mir opt tests""bjorn3-24/+24