about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-26Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichtonbors-13/+3
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-13/+3
2018-01-25Rollup merge of #47726 - pietroalbini:fix-nested-empty-groups-span, r=petroch...Guillaume Gomez-17/+42
2018-01-25Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=petrochenkovGuillaume Gomez-1/+26
2018-01-25Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppeGuillaume Gomez-1/+30
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-6/+6
2018-01-25Rollup merge of #47534 - estebank:suggest-public-traits, r=petrochenkovGuillaume Gomez-12/+33
2018-01-25Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakisbors-0/+24
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-50/+2
2018-01-24Fix wrong span for nested empty groupsPietro Albini-17/+42
2018-01-24Fix into() cast paren check precedenceRyan Cumming-1/+26
2018-01-23Point at unknown lang item attributeEsteban Küber-1/+30
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-13/+424
2018-01-23Remove similar test that does not run the resultritiek-35/+1
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-7/+159
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-0/+36
2018-01-23Rollup merge of #47667 - GuillaumeGomez:fix-quoted-search, r=QuietMisdreavuskennytm-0/+23
2018-01-23Rollup merge of #47662 - spastorino:add_test_to_nll, r=nikomatsakiskennytm-0/+3
2018-01-23Rollup merge of #47655 - etaoins:fix-spurious-warning-on-empty-proc-macro-cra...kennytm-0/+31
2018-01-23Rollup merge of #47549 - Manishearth:29723-regression, r=nikomatsakiskennytm-0/+39
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-7/+6
2018-01-23Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakiskennytm-0/+21
2018-01-23Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu...bors-0/+60
2018-01-23Port borrows across yield check to MIR borrowckJohn Kåre Alsaker-0/+54
2018-01-23Add dropck testJohn Kåre Alsaker-0/+44
2018-01-23Fix yield-while-local-borrowed.rs testJohn Kåre Alsaker-8/+42
2018-01-23Make immovable generators unsafeJohn Kåre Alsaker-6/+35
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-5/+255
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+36
2018-01-22Fix quoted searchGuillaume Gomez-0/+23
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-50/+2
2018-01-22Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoeristerbors-0/+103
2018-01-22Add dynamic-drop test to nll tests alsoSantiago Pastorino-0/+3
2018-01-22Do not suggest private traits that have missing methodEsteban Küber-12/+33
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+38
2018-01-22Fix spurious warning on empty proc macro cratesRyan Cumming-0/+31
2018-01-22value-namespace items require a marker, so emit an errorQuietMisdreavus-3/+3
2018-01-22add ambiguity markers to the intra-links testQuietMisdreavus-0/+14
2018-01-22add a macro to the intra-links testQuietMisdreavus-8/+15
2018-01-22add basic test for rustdoc intra linksQuietMisdreavus-0/+39
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-1/+454
2018-01-22Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakisbors-7/+195
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2018-01-21Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisaGuillaume Gomez-0/+21
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-11/+37
2018-01-21Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkovGuillaume Gomez-0/+1242
2018-01-21Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkovbors-85/+407
2018-01-21Auto merge of #47001 - arielb1:private-match, r=nikomatsakisbors-0/+28
2018-01-21Fix ICE with `use self;`Pietro Albini-0/+21
2018-01-21Auto merge of #45684 - bjorn3:runtime_choose_trans2, r=eddybbors-98/+125