summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2019-11-06miri cast: avoid unnecessary to_scalar_ptrRalf Jung-3/+5
2019-11-06Update local.rs3442853561-2/+2
2019-11-06Fix the Error linking.Pyry Kontio-1/+1
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-190/+34
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-57/+57
2019-11-06Rollup merge of #66133 - alexcrichton:update-wasi-libc, r=Mark-SimulacrumMazdak Farrokhzad-7/+7
2019-11-06Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisaMazdak Farrokhzad-0/+38
2019-11-06Rollup merge of #66092 - niacat:master, r=nagisaMazdak Farrokhzad-1/+2
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-22/+22
2019-11-06Rollup merge of #66062 - smaeul:patch/pic-level, r=estebankMazdak Farrokhzad-0/+9
2019-11-06Rollup merge of #66015 - popzxc:refactor-librustc_parser, r=matkladMazdak Farrokhzad-122/+159
2019-11-06Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkovMazdak Farrokhzad-33/+51