summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-07Rollup merge of #66114 - golddranks:improve_thread_docs, r=CentrilYuki Okushi-0/+12
2019-11-07Rollup merge of #66111 - RalfJung:from_raw_parts, r=CentrilYuki Okushi-24/+61
2019-11-07Rollup merge of #66084 - petrochenkov:x86arm, r=alexcrichtonYuki Okushi-5/+1
2019-11-07Rollup merge of #66076 - RalfJung:qpath, r=davidtwco,oli-obkYuki Okushi-0/+9
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-9/+104
2019-11-07Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichtonYuki Okushi-29/+44
2019-11-07Rollup merge of #65794 - Centril:unimpl-internal, r=varkorYuki Okushi-190/+34
2019-11-07Auto merge of #65750 - nnethercote:cheaper-doc-comments, r=petrochenkovbors-151/+234
2019-11-07Fix other broken linkYuki Okushi-1/+1
2019-11-06Fix libfmt_macros testsEsteban Küber-26/+40
2019-11-06Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddybbors-19/+22
2019-11-06review commentsEsteban Küber-120/+121
2019-11-06Suggest missing item from `trait` in `impl`Esteban Küber-34/+192
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-36/+36
2019-11-07Try with crate::error::ErrorPyry Kontio-1/+1
2019-11-06Split slice-patterns test as suggested by CentrilNadrieril-89/+109
2019-11-06Add test for promotability in `let`Dylan MacKenzie-0/+17
2019-11-06Factor out constructing a new wildcard patternNadrieril-10/+11
2019-11-06Apply suggestions from code reviewNadrieril Feneanar-9/+8
2019-11-06Remove `IsNotPromotable` and `IsNotImplicitlyPromotable`Dylan MacKenzie-235/+11
2019-11-06Remove `promotion_candidates` from `Checker`Dylan MacKenzie-131/+12
2019-11-06Remove `valid_promotion_candidates`Dylan MacKenzie-73/+39
2019-11-06using 2.0.log(2.0) in examples does not make it clear which is the base and ...Srinivas Reddy Thatiparthy-9/+9
2019-11-06Replace `array.into_iter()` with `iter()` in `libtest/tests.rs`Lukas Kalbertodt-2/+2
2019-11-06Add UI test for `array.into_iter()` lintLukas Kalbertodt-0/+103
2019-11-06Add future incompatibility lint for `array.into_iter()`Lukas Kalbertodt-0/+96
2019-11-06Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ...bors-37/+521
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-147/+233
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-44/+41
2019-11-06rollback gating for failing macro matchersMazdak Farrokhzad-6/+42
2019-11-06revamp pre-expansion gating infraMazdak Farrokhzad-68/+65
2019-11-06Fix markdown linkRalf Jung-1/+1
2019-11-06patterns_in_fns_without_body -> denyMazdak Farrokhzad-41/+41
2019-11-06ill_formed_attribute_input -> denyMazdak Farrokhzad-32/+28
2019-11-06nested_impl_trait -> errorMazdak Farrokhzad-300/+57
2019-11-06duplicate_macro_exports -> errorMazdak Farrokhzad-60/+9
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-158/+59
2019-11-06safe_extern_static -> errorMazdak Farrokhzad-94/+57
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-53/+9
2019-11-06legacy_ctor_visibility -> errorMazdak Farrokhzad-79/+13
2019-11-06The unsafety in `iter.rs` is already documented wonderfullyOliver Scherer-5/+8
2019-11-06Rebase falloutOliver Scherer-30/+28
2019-11-06Silence a deprecation warningOliver Scherer-0/+1
2019-11-06Halloween... time to get rid of 👻Oliver Scherer-15/+19
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-5/+137
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-109/+139
2019-11-06When a URL hash refers to a hidden element, it makes the element visibleGuillaume Gomez-10/+51
2019-11-06--blessRalf Jung-2/+2
2019-11-06improve a commentRalf Jung-1/+1
2019-11-06remvoe to_scalar_ptr and use ref_to_mplace everywhereRalf Jung-62/+30