about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-05Show backtrace numbers in backtrace whenever more than one is involvedAaron Hill-6/+6
2020-08-05Auto merge of #75169 - ehuss:update-cargo, r=ehussbors-0/+0
2020-08-05Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obkbors-73/+53
2020-08-05Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=...bors-15/+61
2020-08-05Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiserbors-359/+384
2020-08-05Auto merge of #75174 - JohnTitor:rollup-z9djftk, r=JohnTitorbors-22/+28
2020-08-05Rollup merge of #75168 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2020-08-05Rollup merge of #75152 - TimDiekmann:replace_memblock, r=AmanieuYuki Okushi-16/+19
2020-08-05Rollup merge of #75149 - felixonmars:patch-1, r=wesleywiserYuki Okushi-1/+1
2020-08-05Rollup merge of #75140 - GuillaumeGomez:cleanup-e0745, r=pickfireYuki Okushi-4/+7
2020-08-05Rollup merge of #75139 - pickfire:librustdoc-import, r=jyn514Yuki Okushi-1/+1
2020-08-05Be smarter about error handling in `run()`.Nicholas Nethercote-6/+4
2020-08-05Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morsebors-6/+75
2020-08-05Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.Nicholas Nethercote-12/+3
2020-08-05Avoid an unnecessary thread creation at rustdoc startup.Nicholas Nethercote-55/+46
2020-08-04Update cargoEric Huss-0/+0
2020-08-04Update booksEric Huss-0/+0
2020-08-04Auto merge of #75161 - sunfishcode:wasm-no-threads, r=alexcrichtonbors-7/+0
2020-08-04Remove the `--no-threads` workaround for wasm targets.Dan Gohman-7/+0
2020-08-04Auto merge of #75136 - JohnTitor:unsizing-casts-non-null, r=oli-obkbors-1/+31
2020-08-04tweak error messageBastian Kauschke-10/+10
2020-08-04mir: add debug assertion to check polymorphizationDavid Wood-2/+14
2020-08-04metadata: skip empty polymorphization bitsetDavid Wood-2/+12
2020-08-04Completes support for coverage in external cratesRich Kadel-359/+384
2020-08-04mir: use `FiniteBitSet<u32>` in polymorphizationDavid Wood-11/+35
2020-08-04Auto merge of #75133 - nnethercote:rm-SubstFolder-fields, r=matthewjasperbors-31/+6
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-16/+19
2020-08-04Correct a typo in interpret/memory.rsFelix Yan-1/+1
2020-08-04Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieubors-17/+11
2020-08-04Clean up E0745Guillaume Gomez-4/+7
2020-08-04Remove log alias from librustdocIvan Tham-1/+1
2020-08-04Auto merge of #75095 - pietroalbini:fallible-fast-fail, r=Mark-Simulacrumbors-0/+1
2020-08-04ci: disable fail-fast on auto-falliblePietro Albini-0/+1
2020-08-04Forbid non-derefable types explicitly in unsizing castsYuki Okushi-1/+31
2020-08-04Remove two fields from `SubstFolder`.Nicholas Nethercote-31/+6
2020-08-04Auto merge of #75111 - mati865:use-lld-option, r=Mark-Simulacrumbors-1/+6
2020-08-04forbid `#[track_caller]` on mainBastian Kauschke-1/+70
2020-08-04Auto merge of #75126 - JohnTitor:rollup-aejluzx, r=JohnTitorbors-147/+269
2020-08-04Rollup merge of #75106 - etherealist:docs_manifest, r=Mark-SimulacrumYuki Okushi-0/+1
2020-08-04Rollup merge of #75103 - Mark-Simulacrum:no-ra-for-riscv64, r=matkladYuki Okushi-27/+47
2020-08-04Rollup merge of #75084 - Aaron1011:stabilize/ident-new-raw, r=petrochenkovYuki Okushi-0/+61
2020-08-04Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnrYuki Okushi-25/+21
2020-08-04Rollup merge of #75081 - jyn514:fix-logging, r=Mark-SimulacrumYuki Okushi-1/+1
2020-08-04Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obkYuki Okushi-5/+44
2020-08-04Rollup merge of #75043 - petrochenkov:hasname, r=nnethercoteYuki Okushi-89/+94
2020-08-03Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisabors-112/+235
2020-08-03Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrumbors-1/+8
2020-08-04rustc_ast: More detailed docs for `Attribute::check_name`Vadim Petrochenkov-1/+5
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-89/+90
2020-08-03Stabilize Ident::new_rawAaron Hill-0/+61