about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-24Fix tidy feature gate error reportingPascal Hertleif-7/+15
2019-08-24Auto merge of #63637 - alexcrichton:remove-libtest-step, r=Mark-Simulacrumbors-493/+131
2019-08-24Auto merge of #63824 - Centril:split-feature_gate, r=oli-obkbors-2533/+2426
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-493/+131
2019-08-23Auto merge of #63814 - malbarbo:wasi-error-kind, r=alexcrichtonbors-2/+18
2019-08-23Auto merge of #63819 - najamelan:patch-1, r=Centrilbors-1/+1
2019-08-23Implement decode_error_kind for wasiMarco A L Barbosa-2/+18
2019-08-23Auto merge of #63815 - sebastinez:sebastinez-doc-#63792, r=jonas-schievinkbors-1/+1
2019-08-23Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbinibors-24/+20
2019-08-23Auto merge of #63808 - Rosto75:master, r=KodrAusbors-56/+54
2019-08-23`--bless` some tests due to message format change.Mazdak Farrokhzad-34/+34
2019-08-23Fix `tidy` fallout due to `feature_gate.rs` refactoring.Mazdak Farrokhzad-1/+8
2019-08-23syntax: move `feature_gate.rs`.Mazdak Farrokhzad-0/+0
2019-08-23syntax: extract `check.rs`.Mazdak Farrokhzad-953/+960
2019-08-23builtin_attrs.rs: retain FIXMEs.Mazdak Farrokhzad-2/+6
2019-08-23builtin_attrs.rs: organize!Mazdak Farrokhzad-241/+259
2019-08-23builtin_attrs.rs: cleanup with `(un)gated!`.Mazdak Farrokhzad-288/+229
2019-08-23builtin_attrs.rs: refactor `rustc_attrs` entries.Mazdak Farrokhzad-233/+109
2019-08-23builtin_attrs.rs: simplify `cfg_fn`.Mazdak Farrokhzad-8/+7
2019-08-23syntax: extract `builin_attrs.rs`.Mazdak Farrokhzad-715/+732
2019-08-23syntax: extract `active.rs` feature gates.Mazdak Farrokhzad-517/+525
2019-08-23syntax: extract `removed.rs` feature gates.Mazdak Farrokhzad-77/+85
2019-08-23syntax: extract `accepted.rs` feature gates.Mazdak Farrokhzad-231/+239
2019-08-22Update single-use-lifetimesNaja Melan-1/+1
2019-08-22Auto merge of #63522 - topecongiro:rustfmt-1.4.5, r=Centrilbors-21/+6
2019-08-22Update occurences of as_sliceSebastian Martinez-1/+1
2019-08-22Fix for 7e13679.Tomasz Różański-2/+2
2019-08-22Rollup merge of #63805 - mati865:clippy, r=CentrilMazdak Farrokhzad-5/+4
2019-08-22Rollup merge of #63796 - estebank:opaque_future, r=CentrilMazdak Farrokhzad-6/+62
2019-08-22Rollup merge of #63788 - mark-i-m:rustc-guide-toolstate-add, r=ehussMazdak Farrokhzad-1/+1
2019-08-22Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnisonMazdak Farrokhzad-14/+14
2019-08-22Rollup merge of #63767 - lzutao:integer-ord-suboptimal, r=nagisaMazdak Farrokhzad-3/+33
2019-08-22Rollup merge of #63737 - HowJMay:fix_naming, r=jonas-schievinkMazdak Farrokhzad-16/+16
2019-08-22Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkovMazdak Farrokhzad-16/+27
2019-08-22Change variables names to be more consistent.Tomasz Różański-16/+16
2019-08-22Make use of existing constants.Tomasz Różański-20/+18
2019-08-22Change code formatting for readability.Tomasz Różański-20/+20
2019-08-22Fix punctuation.Tomasz Różański-1/+1
2019-08-22Remove redundant `mut`.Tomasz Różański-1/+1
2019-08-22Fix formatting.Tomasz Różański-1/+1
2019-08-22Fix a typo.Tomasz Różański-1/+1
2019-08-22Apply clippy::let_and_return suggestionMateusz Mikuła-2/+1
2019-08-22Apply clippy::needless_return suggestionsMateusz Mikuła-2/+2
2019-08-22Apply clippy::redundant_field_names suggestionMateusz Mikuła-1/+1
2019-08-22Fix naming misspellingYangHau-16/+16
2019-08-22Auto merge of #63175 - jsgf:argsfile, r=jsgfbors-8/+139
2019-08-21review comments: reword and add testEsteban Küber-2/+46
2019-08-21review commentsEsteban Küber-51/+36
2019-08-21When declaring a declarative macro in an item it's only accessible inside itEsteban Küber-32/+58
2019-08-21Auto merge of #63705 - mark-i-m:fix-guide-1, r=ehussbors-0/+0