about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
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-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+36
2018-01-22Fix quoted searchGuillaume Gomez-0/+23
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-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
2018-01-21Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-24/+119
2018-01-21Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelixbors-0/+27
2018-01-20Rollup merge of #47573 - estebank:closures, r=nikomatsakisGuillaume Gomez-24/+62
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+57
2018-01-20Add testing coverage for assigning to immutable thread-locals.Ed Schouten-0/+21
2018-01-20Remove the 'extern "C"' in the right placebjorn3-1/+1
2018-01-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-5/+7
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-2/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-1/+0
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2018-01-20Closure argument mismatch tweaksEsteban Küber-24/+62
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2018-01-19fix lineNiko Matsakis-1/+1
2018-01-19add ERROR annotationNiko Matsakis-0/+1
2018-01-19Tweak wording and spans of closure lifetime errorsEsteban Küber-30/+31
2018-01-19Hopefully fix the 32bit SEGVbjorn3-1/+0
2018-01-19Add missing licensesbjorn3-1/+21
2018-01-19Fix hotplug backend and add testbjorn3-0/+85
2018-01-19Allow runtime switching between trans backendsbjorn3-98/+21