about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnayManish Goregaokar-0/+15
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-99/+36
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-1/+39
2020-07-01Verify UI tests work in pass=check modeMark Rousskov-0/+9
2020-07-01Implement slice_strip featureLzu Tao-0/+62
2020-07-01Clean up E0715 explanationGuillaume Gomez-2/+1
2020-07-01Deprecate regex_macro lintPhilipp Hansch-7/+0
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-64/+42
2020-07-01Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrumbors-45/+36
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-88/+118
2020-07-01Amend wording of noteDavid Hewitt-3/+3
2020-06-30Stabilize `#[track_caller]`.Adam Perry-99/+36
2020-06-30enable unsafe_op_in_unsafe_fn lintElton Law-0/+2
2020-06-30`#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rsElton Law-2/+4
2020-07-01Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkovbors-43/+226
2020-06-30Rewrite a few manual index loops with while-letJosh Stone-10/+6
2020-06-30Use exhaustive match in const_prop.rsWesley Wiser-1/+13
2020-07-01Add missing backtick in `ty_error_with_message`Yuki Okushi-1/+1
2020-06-30Make #[target_feature] Fn trait error message less confusingCaleb Zulawski-22/+21
2020-06-30Don't break on iOS Simulator builds.aspen-1/+5
2020-06-30Only set the flag in LLVM builds.aspen-5/+3
2020-06-30Changes required for rustc/cargo to build for iOS targetsaspen-0/+13
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-2/+4
2020-06-30Move blanket_clippy_restriction_lints to "style"Eduardo Broto-1/+1
2020-06-30Lint enabling the whole restriction groupEduardo Broto-0/+7
2020-06-30Bless failing testsLeSeulArtichaut-99/+105
2020-06-30Clarify when rc::data_offset is safeCAD97-1/+20
2020-06-30Fix invalid pointer deref in Weak::as_ptrCAD97-2/+2
2020-06-30Clarify safety comment for A|Rc::as_ptrCAD97-10/+6
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-30Bless mir-opt testsDylan MacKenzie-16/+44
2020-06-30remove duplicate testsBastian Kauschke-38/+0
2020-06-30Handle inactive enum variants in `MaybeUninitializedPlaces`Dylan MacKenzie-23/+89
2020-06-30Deny unsafe ops in unsafe fns, part 6LeSeulArtichaut-93/+185
2020-06-30Switch crate_extern_paths to a query, and tweak wording.Eric Huss-27/+20
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-7/+19
2020-06-30Deny unsafe ops in unsafe fns, part 5LeSeulArtichaut-47/+108
2020-06-30Provide more information on duplicate lang item error.Eric Huss-4/+49
2020-06-30Deny unsafe ops in unsafe fns, part 4LeSeulArtichaut-40/+108
2020-06-30Deny unsafe ops in unsafe fns, part 3LeSeulArtichaut-113/+181
2020-06-30Deny unsafe ops in unsafe fns, part 2LeSeulArtichaut-37/+103
2020-06-30Deny unsafe ops in unsafe fns, part 1LeSeulArtichaut-31/+111
2020-06-30Clean up E0712 explanationGuillaume Gomez-2/+2
2020-06-30Auto merge of #73888 - RalfJung:miri, r=RalfJungbors-7/+9
2020-06-30stabilize const mem::forgetDodo-4/+1
2020-06-30Stabilize casts and coercions to `&[T]` in const fnOliver Scherer-32/+34
2020-06-30Clarify some parts by applying the suggestions from reviewPoliorcetics-6/+7
2020-06-30update MiriRalf Jung-7/+9
2020-06-30remove rustdoc warningsTshepang Lekhonkhobe-98/+99