about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-09-06Rollup merge of #44277 - mattico:test-33185, r=nikomatsakisMark Simulacrum-0/+26
2017-09-06Rollup merge of #44276 - mattico:test-35376, r=alexcrichtonMark Simulacrum-0/+51
2017-09-05Fix misdetection of upstream intercrate ambiguity.Masaki Hara-2/+2
2017-09-05Add downstream tests for intercrate ambiguity hints.Masaki Hara-0/+64
2017-09-05Print more detailed trait-ref for intercrate ambiguity.Masaki Hara-5/+5
2017-09-05Fix a very subtle mistake in a ui test.Masaki Hara-0/+1
2017-09-05Add tests for intercrate ambiguity hints.Masaki Hara-1/+89
2017-09-05Auto merge of #44248 - oli-obk:spans, r=jseyfriedbors-0/+5
2017-09-04Produce expansion info for more builtin macrosOliver Schneider-0/+5
2017-09-04Auto merge of #44272 - Dushistov:master, r=alexcrichtonbors-0/+23
2017-09-03Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnaybors-2/+0
2017-09-03Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddybbors-1/+3
2017-09-03Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakisbors-9/+139
2017-09-03Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakisbors-73/+73
2017-09-03add error message for the other case tooAriel Ben-Yehuda-5/+7
2017-09-03on_unimplemented: add method-name checks and use them in TryAriel Ben-Yehuda-6/+40
2017-09-03address review commentsAriel Ben-Yehuda-22/+9
2017-09-03enable desugaring-sensitive error messages and use them in TryAriel Ben-Yehuda-6/+35
2017-09-03implement improved on_unimplemented directivesAriel Ben-Yehuda-4/+82
2017-09-03Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakisbors-8/+8
2017-09-02Auto merge of #44108 - mattico:match-pipe, r=petrochenkovbors-0/+36
2017-09-02Auto merge of #44066 - cuviper:powerpc64-extern-abi, r=alexcrichtonbors-25/+65
2017-09-02Add test for #33185Matt Ickstadt-0/+26
2017-09-02Add test for #35676Matt Ickstadt-0/+51
2017-09-02add test for not optimized `pow` with constant powerEvgeniy A. Dushistov-0/+23
2017-09-02Auto merge of #44104 - llogiq:lowercase-lints, r=nikomatsakisbors-0/+41
2017-09-02stabilize mem::discriminant (closes #24263)Alex Burka-2/+0
2017-09-01rustc: Flag {i,u}128 as unsafe for FFIAlex Crichton-1/+3
2017-09-01Exclude all windows-gnu from the float_one testJosh Stone-3/+4
2017-09-01Exclude x86_64-pc-windows-gnu from the float_one testJosh Stone-1/+5
2017-09-01powerpc64: improve extern struct ABIJosh Stone-25/+60
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-73/+73
2017-09-01Implement RFC 1925Matt Ickstadt-0/+36
2017-09-01Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavusbors-3/+3
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-70/+70
2017-09-01rustc: take TyCtxt and RegionMaps in CodeMap::span.Eduard-Mihai Burtescu-1/+0
2017-09-01Fix testsNick Cameron-3/+3
2017-09-01Auto merge of #44233 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+45
2017-08-31Rollup merge of #44202 - alexcrichton:xcrate-generators, r=arielb1Mark Simulacrum-0/+45
2017-08-31Auto merge of #43425 - matklad:lambda-restrictions, r=eddybbors-0/+48
2017-08-31add a lowercase suggestion to unknown_lintsAndre Bogus-0/+41
2017-08-31Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrcbors-38/+76
2017-08-31Auto merge of #44186 - alexcrichton:rollup, r=alexcrichtonbors-0/+195
2017-08-30rustc: Fix reachability with cross-crate generatorsAlex Crichton-0/+45
2017-08-30rustc: Remove the `used_unsafe` field on TyCtxtAlex Crichton-8/+8
2017-08-30Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakisbors-4/+43
2017-08-30Rollup merge of #44125 - SergioBenitez:master, r=nrcAlex Crichton-0/+142
2017-08-30Rollup merge of #44089 - alexcrichton:trait-proc-macro, r=nrcAlex Crichton-0/+53
2017-08-30Auto merge of #43968 - petrochenkov:span2, r=michaelwoeristerbors-1/+1
2017-08-30Temporary fix for a test (will require another update when this is fully merged)Guillaume Gomez-3/+3