about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-20Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obkbors-0/+47
2018-08-19Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkovbors-17/+17
2018-08-19Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obkbors-0/+34
2018-08-19mv codemap source_mapDonato Sciarra-4/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-12/+12
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19convert-id: tests for const gating.Mazdak Farrokhzad-0/+47
2018-08-19Auto merge of #53258 - nikomatsakis:issue-53189-optimize-reassignment-immutab...bors-39/+391
2018-08-19move tests to borrowck directory, remove feature(nll)Niko Matsakis-52/+173
2018-08-19add tests for assigning fields without initializing varNiko Matsakis-0/+234
2018-08-19just check whether a variable is initializedNiko Matsakis-11/+8
2018-08-19Auto merge of #51131 - qnighy:unsized-locals, r=eddybbors-0/+290
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-0/+3
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+163
2018-08-19Lift some Sized checks.Masaki Hara-0/+95
2018-08-19Add #![feature(unsized_locals)].Masaki Hara-0/+28
2018-08-19Add notes on unsized argument errors.Masaki Hara-0/+4
2018-08-18Auto merge of #53324 - alexreg:self_in_typedefs, r=eddybbors-0/+67
2018-08-18Added tests.Alexander Regueiro-0/+40
2018-08-18Added feature gate.Alexander Regueiro-0/+27
2018-08-18Auto merge of #53286 - nagisa:cast-assumes, r=eddybbors-0/+29
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-159/+168
2018-08-17Auto merge of #53369 - pnkfelix:partial-53351-make-some-ported-compile-fail-t...bors-130/+626
2018-08-17Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichtonbors-37/+37
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-364/+145
2018-08-17Auto merge of #53449 - frewsxcv:rollup, r=frewsxcvbors-71/+495
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-30/+50
2018-08-17Rollup merge of #53407 - pnkfelix:partial-53351-make-more-ported-compile-fail...Corey Farwell-23/+236
2018-08-17Rollup merge of #53406 - estebank:to_string-to_string, r=michaelwoeristerCorey Farwell-0/+38
2018-08-17Rollup merge of #53357 - fukatani:pretty-print-btreemap, r=michaelwoeristerCorey Farwell-1/+11
2018-08-17Rollup merge of #53349 - memoryruins:nll-tests, r=nikomatsakisCorey Farwell-0/+76
2018-08-17Rollup merge of #53347 - eddyb:no-crate-in-root, r=petrochenkovCorey Farwell-17/+26
2018-08-17Rollup merge of #53326 - memoryruins:issue-27868-test, r=nikomatsakisCorey Farwell-0/+58
2018-08-17Auto merge of #53288 - RalfJung:dropck, r=nikomatsakisbors-0/+79
2018-08-17Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunnsbors-0/+71
2018-08-17Fix undesirable falloutVadim Petrochenkov-88/+79
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-276/+66
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-17/+26
2018-08-17fix licenseRalf Jung-2/+12
2018-08-17Auto merge of #53427 - eddyb:uniform-paths-diagnostics, r=varkorbors-22/+100
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-22/+100
2018-08-17Rollup merge of #53412 - eddyb:stage-who, r=alexcrichtonkennytm-35/+22
2018-08-17Rollup merge of #53373 - estebank:unclosed, r=petrochenkovkennytm-50/+37
2018-08-17Rollup merge of #53364 - varkor:gat-warn-broken, r=pnkfelixkennytm-47/+137
2018-08-17Rollup merge of #53360 - PramodBisht:issue/51602, r=estebankkennytm-0/+25
2018-08-16enable more tests on stage1 againRalf Jung-19/+7
2018-08-16Auto merge of #53256 - ollie27:writeln, r=KodrAusbors-0/+53
2018-08-16Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebankbors-162/+2942
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-21/+21
2018-08-16syntax: also warn about edition "umbrella" features being implied by --edition.Eduard-Mihai Burtescu-7/+27