about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-24Don't unwrap the result of `span_to_snippet`Matthew Jasper-43/+90
2019-08-24typeck/pat.rs: `(*)` -> `(note_1)` for clarity.Mazdak Farrokhzad-10/+10
2019-08-24typeck/pat.rs: simplify `check_pat_walk`.Mazdak Farrokhzad-23/+19
2019-08-24typeck/pat.rs: extract `check_pat_slice`.Mazdak Farrokhzad-73/+86
2019-08-24typeck/pat.rs: extract `check_pat_ref`.Mazdak Farrokhzad-44/+55
2019-08-24typeck/pat.rs: extract `check_pat_box`.Mazdak Farrokhzad-17/+29
2019-08-24typeck/pat.rs: extract `check_pat_tuple`.Mazdak Farrokhzad-45/+58
2019-08-24typeck/pat.rs: extract `check_pat_ident`.Mazdak Farrokhzad-47/+63
2019-08-24typeck/pat.rs: extract `check_pat_range`.Mazdak Farrokhzad-50/+63
2019-08-24typeck/pat.rs: extract `check_pat_lit`.Mazdak Farrokhzad-43/+55
2019-08-24typeck/pat.rs: extract `calc_default_binding_mode`.Mazdak Farrokhzad-23/+34
2019-08-24typeck/pat.rs: simplify `peel_off_references`.Mazdak Farrokhzad-14/+8
2019-08-24typeck/pat.rs: extract `peel_off_references` and define `def_bm` algorithm mo...Mazdak Farrokhzad-54/+67
2019-08-24typeck/pat.rs: extract `is_non_ref_pat`.Mazdak Farrokhzad-27/+35
2019-08-24typeck/pat.rs: move note out of `check_dereferenceable` as it angers VSCode.Mazdak Farrokhzad-8/+10
2019-08-24typeck: move `check_pat_walk` and children to `pat.rs`.Mazdak Farrokhzad-963/+971
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-56/+95
2019-08-24Modifies how Arg, Arm, Field, FieldPattern and Variant are visitedCaio-145/+147
2019-08-24submodules: update clippy from cd3df6be to 2bcb6155Matthias Krüger-11/+7
2019-08-24Use doc comments for feature gate descriptionsPascal Hertleif-261/+284
2019-08-24Fix tidy feature gate error reportingPascal Hertleif-7/+15
2019-08-24Auto merge of #63823 - petrochenkov:noapply2, r=matthewjasperbors-179/+152
2019-08-24Added table containing the system calls used by Instant and SystemTime.Christian-0/+30
2019-08-24Added an extra line to make the formatting conform to the rest of the document.Christian-0/+1
2019-08-24Removed the confusing FnOnce example. closes #47091Christian-9/+0
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-23Fix incremental testsWesley Wiser-10/+31
2019-08-24Ensure miri can do bit ops on pointer valuesOliver Scherer-12/+16
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-23VxWorks does not provide a way to set the task name except at creation timeBaoshan Pang-1/+1
2019-08-23Extend commentEsteban Küber-1/+5
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-61/+103
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