summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-50/+95
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-39/+224
2020-03-23Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPCMazdak Farrokhzad-2/+3
2020-03-23Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPCMazdak Farrokhzad-41/+33
2020-03-23Rollup merge of #70249 - lcnr:issue70125, r=eddybMazdak Farrokhzad-24/+70
2020-03-23Rollup merge of #70248 - Centril:unroot, r=petrochenkovMazdak Farrokhzad-32/+11
2020-03-23Rollup merge of #70236 - petrochenkov:globimpice, r=ecstatic-morseMazdak Farrokhzad-0/+24
2020-03-23Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=CentrilMazdak Farrokhzad-116/+69
2020-03-23Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnayMazdak Farrokhzad-0/+37
2020-03-23Rollup merge of #69880 - RalfJung:miri-assert-error-sanity, r=oli-obkMazdak Farrokhzad-6/+4
2020-03-23Rollup merge of #69251 - anp:track-caller-in-traits, r=eddybMazdak Farrokhzad-119/+217
2020-03-23Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxcbors-374/+382
2020-03-23rustc_llvm: don't use -g when LLVM_NDEBUG is set.Eduard-Mihai Burtescu-0/+1
2020-03-23rustc_codegen_llvm: don't generate static and vtable debuginfo for -Cdebuginf...Eduard-Mihai Burtescu-0/+10
2020-03-23rustc_codegen_llvm: don't generate Self type debuginfo for methods for -Cdebu...Eduard-Mihai Burtescu-1/+6
2020-03-23rustc_codegen_llvm: don't generate "lexical block" scopes for -Cdebuginfo=1.Eduard-Mihai Burtescu-4/+13
2020-03-22Remove special-casing from TyCtxt::impl_of_method.Adam Perry-12/+2
2020-03-22Allow #[track_caller] in traits.Adam Perry-107/+215
2020-03-23Factor out a repeated `config.no_integrated_as` test.Nicholas Nethercote-23/+25
2020-03-23Introduce a local variable `config_emit_normal_obj`.Nicholas Nethercote-3/+5
2020-03-23Factor out a repeated `config.obj_is_bitcode` test.Nicholas Nethercote-9/+11
2020-03-23Remove an unnecessary block scope.Nicholas Nethercote-89/+79
2020-03-23Combine `ModuleConfig::embed_bitcode{,_marker}`.Nicholas Nethercote-17/+25
2020-03-23Remove some local variables.Nicholas Nethercote-19/+13
2020-03-22Use more targetted span for error labelEsteban Küber-36/+36
2020-03-22Normalize wording of privacy access labelsEsteban Küber-332/+370
2020-03-22Auto merge of #69778 - Marwes:dep_graph, r=davidtwcobors-11/+24
2020-03-22fix one more testmark-1/+1
2020-03-22remove UbExperimental variantRalf Jung-5/+2
2020-03-22miri engine: turn error sanity checks into assertionsRalf Jung-6/+4
2020-03-22avoid unsafe code, use upcasting-trait instead (trick by oli)Ralf Jung-25/+16
2020-03-22correctly handle const params in type_ofBastian Kauschke-15/+73
2020-03-22Add regression test for #70155.CDirkx-0/+12
2020-03-22Rename `TimeLimitReached` -> `StepLimitReached`Dylan MacKenzie-6/+8
2020-03-22the crate and testsmark-5/+5
2020-03-22Implement Hash for InfallibleKonrad Borowski-0/+8
2020-03-22Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJungbors-8/+142
2020-03-22Add span label to primary error spanEsteban Küber-80/+76
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-239/+360
2020-03-22Auto merge of #70275 - Dylan-DPC:rollup-1fbosob, r=Dylan-DPCbors-252/+321
2020-03-22update `make_contiguous` docsBastian Kauschke-1/+3
2020-03-22Rollup merge of #70266 - petrochenkov:prochead, r=varkorDylan DPC-31/+20
2020-03-22Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=CentrilDylan DPC-67/+34
2020-03-22Rollup merge of #70240 - brain0:thread_id, r=Mark-SimulacrumDylan DPC-4/+4
2020-03-22Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-SimulacrumDylan DPC-115/+92
2020-03-22Rollup merge of #70223 - lcnr:issue70167, r=eddybDylan DPC-4/+54
2020-03-22Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkovDylan DPC-14/+66
2020-03-22Rollup merge of #70172 - eddyb:retokenize-external-src, r=petrochenkovDylan DPC-7/+15
2020-03-22Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodtDylan DPC-10/+36
2020-03-22document invariant of `VecDeque::as_(mut)_slice`Bastian Kauschke-0/+6