]> git.lizzy.rs Git - rust.git/history - src/librustc_privacy/diagnostics.rs
Auto merge of #28396 - arielb1:misplaced-binding, r=eddyb
[rust.git] / src / librustc_privacy / diagnostics.rs
2015-09-14 borsAuto merge of #28396 - arielb1:misplaced-binding, r...
2015-09-14 borsAuto merge of #28392 - arielb1:sort-bounds-list, r...
2015-09-13 borsAuto merge of #28178 - christopherdumas:fix_ice, r...
2015-09-13 borsAuto merge of #28339 - alexcrichton:stabilize-1.4,...
2015-09-13 borsAuto merge of #28390 - christopherdumas:beginners_manue...
2015-09-13 borsAuto merge of #28286 - matklad:remove-dead-code, r...
2015-09-12 borsAuto merge of #28366 - christopherdumas:beginners_manue...
2015-09-12 borsAuto merge of #28340 - brson:configure, r=alexcrichton
2015-09-11 borsAuto merge of #28350 - dotdash:llvm_fix, r=eddyb
2015-09-11 borsAuto merge of #28306 - alexcrichton:less-rt, r=brson
2015-09-11 borsAuto merge of #28348 - petrochenkov:novirt, r=alexcrichton
2015-09-11 borsAuto merge of #28354 - dotdash:slow_plat, r=eddyb
2015-09-11 borsAuto merge of #28338 - erickt:str-cmp, r=bluss
2015-09-11 borsAuto merge of #28328 - tshepang:unusual, r=brson
2015-09-11 borsAuto merge of #28312 - GuillaumeGomez:privacy, r=Manish...
2015-09-10 Guillaume GomezAdd error code for private struct field issue
2015-09-09 Guillaume GomezAdd error code for tuple struct constructor error
2015-09-09 Guillaume GomezAdd error code for unnecessary visibility qualifier
2015-09-09 Guillaume GomezAdd error code for enum item visibility error
2015-09-09 Guillaume GomezAdd new error code for visibility inside a function
2015-09-09 Guillaume GomezAdd error code for privacy error on exported signature
2015-09-09 Guillaume GomezAdd new error code for trait privacy error