about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-10-22Auto merge of #45442 - matthewjasper:const-dynamic-capture-error, r=petrochenkovbors-0/+19
2017-10-21Auto merge of #45391 - malbarbo:x32-1, r=alexcrichtonbors-0/+1
2017-10-20Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoeristerbors-0/+52
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-0/+1
2017-10-20Auto merge of #45359 - arielb1:escaping-borrow, r=eddybbors-2/+41
2017-10-20Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakisbors-10/+10
2017-10-20Auto merge of #45316 - goffrie:exitable-breakable-block, r=nikomatsakisbors-0/+24
2017-10-19Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebankbors-3/+1
2017-10-19Cleanly error for non-const expression in associated constmatthewjasper-0/+19
2017-10-20Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakiskennytm-57/+56
2017-10-19Auto merge of #45232 - zackmdavis:moar_lint_suggestions, r=estebankbors-15/+86
2017-10-19Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichtonkennytm-11/+6
2017-10-19Rollup merge of #44138 - steveklabnik:rustdoc-deprecations, r=QuietMisdreavuskennytm-3/+3
2017-10-18Remove two obsolete min-llvm-version testsJosh Stone-3/+0
2017-10-18rustc: Add `_imp_` symbols later in compilationAlex Crichton-0/+52
2017-10-18run EndRegion when unwinding otherwise-empty scopesAriel Ben-Yehuda-1/+6
2017-10-18Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddybbors-0/+36
2017-10-17test: Update Emscripten failures/passingAlex Crichton-57/+56
2017-10-17modify tests to use new flagsteveklabnik-3/+3
2017-10-17look past the next drop for the drop panic targetAriel Ben-Yehuda-5/+17
2017-10-17Rollup merge of #45315 - zackmdavis:expected_statement_after_outer_attr_after...kennytm-0/+26
2017-10-17fix generator drop cachingAriel Ben-Yehuda-1/+23
2017-10-17Auto merge of #45311 - goffrie:issue-40003, r=alexcrichtonbors-0/+186
2017-10-16restructure the public inhabitedness APIs and remove the cacheNiko Matsakis-0/+36
2017-10-16Auto merge of #44857 - toidiu:ak-44493-empty-predicate, r=nikomatsakisbors-0/+23
2017-10-16Update the codegen/mainsubprogram tests to min-llvm 4.0Josh Stone-8/+6
2017-10-16bolster UI test converage for lint suggestionsZack M. Davis-11/+83
2017-10-16add error to the correct line in unit testtoidiu-3/+2
2017-10-16add a test casetoidiu-0/+24
2017-10-16code suggestions for no-mangle lintsZack M. Davis-4/+3
2017-10-16Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoeristerbors-1/+34
2017-10-16Update crate hashes in mir-opt test after changing hash algorithm.Michael Woerister-10/+10
2017-10-16Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkovbors-0/+51
2017-10-15Mark block exits as reachable if the block can break.Geoffry Song-0/+24
2017-10-16Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1bors-14/+14
2017-10-15don't issue "expected statement after outer attr." after inner attr.Zack M. Davis-0/+26
2017-10-16Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrumbors-13/+20
2017-10-15Add test for #40003.Geoffry Song-0/+186
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-13/+20
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-0/+34
2017-10-15Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obkbors-13/+93
2017-10-15Check namespaces when resolving associated items in typeckmatthewjasper-0/+51
2017-10-15Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakisbors-0/+25
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-14/+14
2017-10-14Auto merge of #45175 - petrochenkov:dyn, r=nikomatsakisbors-2/+74
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-73/+304
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-2/+74
2017-10-14Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoeristerbors-446/+392
2017-10-13Pass the full span for method callsGeoffry Song-13/+93
2017-10-13Auto merge of #45069 - sinkuu:tuple_arg, r=nikomatsakisbors-9/+37